.chromestyle{
color: black;
}

#bdr {
float: left;
border-right-width: 1px;
border-right-style: solid;
padding-left: 10px;
padding-right: 10px;
}

#bdr2 {
float: left;
padding-left: 10px;
padding-right: 10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
color: black;
font:12px Arial;
font-weight: bold;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #666666;
font:12px Arial;
font-weight: bold;
}

.chromestyle ul li a{
font-weight: bold;
color: #666666;
padding: 0px 3px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background-color: #666666;
color: white;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:12px Arial;
line-height:18px;
z-index:100;
width: 150px;
visibility: hidden;
font-weight: bold;
color: #666666;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #666666;
font-weight: bold;
border-width: 1px;
border-style: solid;
background-color: white;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: black;
color: white;
}
