#chromemenu{
width: 99%;
; color: #660000
}

#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 #BBB;
width: 100%;
background: url(images/chromebg.gif) repeat-x center center; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold normal 12px Verdana;
}


#chromemenu ul li{
display: inline;
; font-family: Verdana; font-size: 12px; font-weight: normal
; color: #660000
}


#chromemenu ul li a{
float: left;
color: #660000;
font-weight: normal;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(images/divider.gif) no-repeat center top; /*Theme Change here*/
; font-size: 12px
; font-family: Verdana
}

#chromemenu ul li a:hover{
color: #660000;
; font-size: 12px; font-weight: normal
; font-family: Verdana
}

#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;
border: #CCCCCC solid;
font:normal 12px/18px Verdana;
z-index:100;
background-color: #FFFFFF;
width: 200px;
visibility: hidden;

}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #333333;
; font-size: 12px
; background-color: #CCCCCC
; font-family: Verdana
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #333333;
; color: #FFFFFF; font-weight: normal; font-family: Verdana; font-size: 12px
}