#mainnav{margin: 8px 0em 0px 37px;}

.MenuHeader_s
{
	background-color: #ffffff;
	color: #000;
	line-height: 20px;
	height: 20px;
	width: 208px;
	padding: 0 0em 0px 10px;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.MenuHeaderHover_s
{
	background-color: #fccd00;
	color: #000000; 
	line-height: 20px; 
	height: 20px;
	width:208px; 
	padding: 0 0em 0px 10px; 
	text-transform: uppercase;
	border : none;
	cursor:pointer; 
	font-weight: bold;
}



.MenuSubHeader_s
{
	background-color: #c0c0c0;
	color: #000000; 
	line-height: 18px; 
	height: 18px;
	width:208px; 
	padding: 0 0em 0px 20px; 
	border : none;
	cursor:pointer; 
}

.MenuSubHeaderHover_s
{
	background-color: #fccd00;
	color: #000000; 
	line-height: 18px; 
	height: 18px;
	width:208px; 
	padding: 0 0em 0px 20px; 
	border : none;
	cursor:pointer; 
}




.MenuItem_s
{
	background-color: #ffffff;
	color: #000000; 
	line-height: 18px; 
	height: 18px;
	padding: 0 10px 0px 10px; 
	border : none;
	cursor:pointer; 
	border-bottom: solid 1px #FF9011; 
	border-left: solid 1px #FF9011; 
}

.MenuItemHover_s
{
	background-color: #fccd00;
	color: #000000; 
	line-height: 18px; 
	height: 18px;
	padding: 0 10px 0px 10px; 
	border : none;
	cursor:pointer; 
	border-bottom: solid 1px #FF9011; 
	border-left: solid 1px #FF9011; 
}

.MenuSpacer_s	{height:8px;}
.MenuSpacerSub_s{height:5px;}