#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 7px 0 10px;
text-decoration: none;
height:24px; /*Theme Change here*/



}

#chromemenu ul li a:hover{
	color: #999999;


}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0px;
 /*Theme Change here*/
font:normal 12px Verdana;
line-height:15px;
z-index:100;
background-color: #FFFFFF;
width: 150px;
visibility: hidden;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #CCCCCC;
padding:3px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}

.dropmenudiv a{
width: 100%;
display: block;

 /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-size:11px;
color: #999999;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #EFEFEF;

}
