.chromestyle {width:820px; margin:0px 20px 0px 20px; color:#666666; line-height:14px;}


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

.chromestyle ul{ 
border-top: 1px  dotted #666;
border-bottom: 1px  dotted #666;  
background:  #FFFFFF;/* THEME CHANGE HERE*/
padding: 5px 0px 7px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666;
padding: 5px 2px 7px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #54a0c7; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
margin-top: 1px;
/*border: 1px solid #BBB; THEME CHANGE HERE
border-bottom: 0px dashed #666;*/
z-index:100;
background-color: white;
width: 180px;
visibility: hidden;
 line-height:14px;
}


.dropmenudiv a{
width: 180px;
display: block;
text-indent: 0px;
border-bottom: 1px dotted #666; /*THEME CHANGE HERE*/
padding: 4px 2px 4px 0px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #54a0c7;
}