#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: inline; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul
{
	border: 1px solid #ddd;
	background: none;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	float: right;
	font: bold 14px Arial;
	text-align: left;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#chromemenu ul li a:hover{
color: #FFFFFF;
}

#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #D1D1D1;
font-weight: bold;
padding: 5px 4px 5px 4px;
text-decoration: none;
background: url(images/divider6.gif) center right no-repeat; /*Theme Change here*/
}


#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*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 #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:12px;
z-index:100;
background-color: #D1D1D1;
width: 100px;
visibility: hidden;
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}