#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: normal 8px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #666666;
font-weight: 900;
padding: 2px 17px 2px 17px;
text-decoration: none;
text-align:left;
}

#chromemenu ul li a:hover{
color: #494949;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(images/space.gif);*/ /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
a.dropnav {
	font-family: Verdana;
	font-size: 9px;
	color: #D7D7D7;
	font-weight: normal;
	text-decoration: none;
	}
a.dropnav:link {
	font-family: Verdana;
	font-size: 9px;
	color: #D7D7D7;
	font-weight:normal;
	text-decoration: none;
	}
a.dropnav:visited {
	font-family: Verdana;
	font-size: 9px;
	color: #D7D7D7;
	font-weight:normal;
	text-decoration: none;
	}
a.dropnav:active {
	font-family:Verdana, sans-serif;
	font-size: 9px;
	color: #FEFAE7;
	font-weight:normal;
	text-decoration: none;	
	}

a.dropnav:hover {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #FEFAE7;
	font-weight: normal;
	text-decoration: none;	
}
.dropmenudiv{
position:absolute;
top: 0;
border: thin 1px  #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: #da1816;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9,direction=135,strength=1); /*Add Shadow in IE. Remove if desired*/
text-align:left;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 15px;
border-bottom: solid 1px #BBB; /*Theme Change here*/

padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #E9E9E9;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #a81e11;
}
a.menu {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: 900;
	text-decoration: none;
	
	}

a.menu:link {
	font-family: Verdana,  sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	font-weight: 900;
	}

a.menu:active {
	font-family: Verdana,   sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: 900;
	text-decoration: none;

	}

a.menu:hover {
	font-family: Verdana,   sans-serif;
	font-size: 9px;
	color:#000000;
	font-weight: 900;
	text-decoration: none;
	}

a.menu:visited {
	font-family: Verdana,  sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: 900;
	text-decoration: none;
	}


