.chromestyle{
width: 99%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: #8A9BAB; /*THEME CHANGE HERE*/
padding: 4px 4px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
font:bold 10px Verdana;
color:#999999;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #efefef;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{

color:#ffffff;
}

.chromestyle ul li a[rel]: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;left:80px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
/*border-bottom-width: 0;*/
font-size: 11px ;
font-weight: normal;
font-family: verdana;
line-height:19px;
z-index:100;
background-color: #C5CDD3;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ 
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 4px 4px;
text-decoration: none;
font-weight: normal;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#ffffff;
background: url(arrow-right-white.gif) right no-repeat #8F9FAE; 
border-bottom:1px solid #FE8C1A;
}
