#chromemenu{
width: 779px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 0px;
width: 779px;
margin-left: 0;
padding-left: 0;
margin: 0;
float: Center;
font:bold 11px Tahoma;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: Center;
color: #888888;
padding: 0px 10px 8px 0px;
text-decoration: none;
}

#chromemenu ul li a:hover{
color: #AE8B00;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #FFE26C;
	border-bottom-width: 0;
	font:normal 11px Tahoma;
	line-height:15px;
	background-color: FFE26C;
	width: 100px;
	visibility: hidden;
	filter: progid;
	z-index: 1000;
	overflow: visible;



}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFE26C; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #ffffff;
}


