﻿#menu {
	position: relative;
	top: 3px;
	left: 235px;
	z-index: 50;
	/*padding: 0 0 0 5px;*/
	width: 495px;
}

#menu2 {
	position: relative;
	top: 6px;
	left: 225px;
	z-index: 50;
	/*padding: 0 0 0 5px;*/
	width: 510px;
}
.staticmenu 
{
	color: #CCCCCC;
	font-family: Impact,Arial Narrow;
	font-size: 10.5pt;
	margin-left: 5px;
	text-transform: uppercase;
	text-align: center;
}

.staticmenuhover 
{
	color: Black;
	text-decoration: underline;
}

.staticmenuselected 
{
	color: White;
}

.staticmenu2 
{
	/*color: #CCCCCC;*/
	color: White;
	font-family: Arial Narrow;
	font-size: 11pt;
	margin-left: 5px;
	text-align: left;
}

.staticmenuhover2 
{
	color: Black;
	text-decoration: underline;
	/*font-weight: bold;*/
}

.staticmenuselected2 
{
	/*color: White;*/
	text-decoration: underline;
	font-weight: bold;
}


