#chromemenu{
width: 99%;
}

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

#chromemenu ul{
border: 1px solid #FFF;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*Theme Change here*/
margin: 0;
float: left;
}


#chromemenu ul li{
display: inline;
margin-bottom: 1px;
}

#chromemenu ul li a{
float: left;
color: #252525;
text-decoration: none;
background: url(divider.gif) center right no-repeat; /*Theme Change here*/
}

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

#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 #FFF; /*Theme Change here*/
border-bottom-width: 1;
font: normal 11px Arial;
line-height: 15px;
z-index: 100;
background-color: #BFBFB1;
width: 175px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 5px;
}

.dropmenudiv a{
width: 175px;
display: block;
border-bottom: 1px solid #FFF; /*Theme Change here*/
text-decoration: none;
color: #252525;
padding-top: 3px;
padding-right: 0px;
padding-bottom: 3px;
padding-left: 0px;
}

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

.dropmenudiv .noborder {
border-bottom: 0px;
}