#chromemenu{
}

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

#chromemenu ul{
width: 100%;
/*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
font: bold 12px Arial;
font-weight: bold;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
color: #333333;
padding: 6px 12px 6px 7px;
text-decoration: none;
/*background: url(lb_1.gif) center no-repeat; /*Theme Change here*/
}

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

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " ";
content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*Theme Change here*/
border-bottom-width: 0;
font: 12px Arial;
line-height:17px;
z-index:100;
	background-color: #ffffff;
width: 250px;
visibility: hidden;
}

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

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: white;
text-decoration: none;
color: #ff0000;
}