.chromestyle{
font-weight: normal;
position:relative;
left:-28px;
margin:-4px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
text-align: left;
font-size:12px;
color:#000000;

}

.chromestyle ul li{
display: inline;
background-image:url(../../images/navButtonBckgnd.jpg);
border:1px #e1e1e1 solid;
margin-right:2px;
padding:2px;

}

.chromestyle ul li a{
color: #000000;

text-decoration: none;

}

/*.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background: url(chromebg-over.gif) center center repeat-x; 
}*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-family:Verdana, Arial, Helvetica, sans-serif;
position:absolute;
top: 0px;
height:18px;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
z-index:100;
padding:2px;
margin:2px;
cursor:hand;
cursor:pointer;
border:1px outset #E1E1E1;
font-size:11px;
font-weight:normal;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E1E1E1; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E8E8E8;
font-weight:bold;
color:black;
}