.chromestyle{


}



.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

padding: 40px 0px 0 0;
margin: 0;
text-align: right;
}

.chromestyle ul li{
display: inline;
font-size:95%;

}

.chromestyle ul li a{
color: #000000;
padding: 4px 28px 4px 15px;
margin: 0;
text-decoration: none;
font-size:120%;
}

.chromestyle ul li a:hover{
color: #000000;
border-top:1px solid #bcba23;
}

.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;
border-bottom-width: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:120%;
line-height:18px;
z-index:100;
background-color: #bcba23;

visibility: hidden;

}


.dropmenudiv a{
width: auto;
font-size:90%;
display: block;
text-indent:0px;
 /*THEME CHANGE HERE*/
padding: 4px 10px 4px 15px;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#cfce2d;
}