#chromemenu{
    height:22px;
	width: 764px;
	
}

#chromemenu img {
border:none;
margin:0;
padding:0;}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{

width: 100%;
background: url() center center repeat-x; /*Theme Change here*/

margin-left: 0;

padding-left: 0;
margin: 0;
float: left;
font:12px arial;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #999999;
font-weight: bold;
padding: 2px 17px 0 10px;
text-decoration: none;
height:27px; /*Theme Change here*/



}

#chromemenu ul li a:hover{
	color: #666666;


}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 150px;
	visibility: hidden;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #CCCCCC;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	padding: 3px;
}

.dropmenudiv a{
width: 100%;
display: block;

 /*Theme Change here*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
font-size:11px;
color: #999999;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #EFEFEF;

}
