.chromestyle{
/* width: 99%; */
font-weight: bold;
max-width:780px;
height:20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
/* MJK 
.chromestyle ul { width: 100%; background-color: #444444; background-image:url(../graphics/generic/chromebg_csr.gif) ; background-repeat: 
               repeat-x; background-attachment: scroll; text-align: center; 
               border: 0px solid #BBB; margin: 0; padding-left: 0; 
               padding-right: 0; padding-top: 0px; padding-bottom: 0px; 
               background-position: center }
*/
.chromestyle ul { width: 100%; background-color: #444444;  text-align: center; 
               border: 0px solid #BBB; margin: 0; padding-left: 0; 
               padding-right: 0; padding-top: 0px; padding-bottom: 0px; 
               background-position: center }
.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
font:normal 12px Arial;
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}
/* MJK
.chromestyle ul li a:hover, .chromestyle ul li a.selected { background-image:url(../graphics/generic/chromebg-over_csr.gif); 
               background-repeat: repeat-x; background-attachment: scroll; 
               background-position: center }
*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected { }

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
color:#808080;
line-height:20px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-align: left;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

