.chromestyle{
width: 928px;
margin: 0;
padding: 0;
font-weight: normal;
font-family: "Palatino", "Georgia", "Times New Roman", Times, serif;
font-size: 1.0em;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #999;
width: 100%;
background: url(../images/chrometheme/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle p{
border: 1px solid #999;
width: 100%;
background: url(../images/chrometheme/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color: #CCCC99;
}

.chromestyle ul li a{
color: #CCCC99;
padding: 5px 20px;
margin: 0;
text-decoration: none;
font-size: 0.75em;
border-right: 1px solid #999;
}

.chromestyle ul li a:hover{
background: url(../images/chrometheme/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(../images/chrometheme/downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #999; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: "Palatino", "Georgia", "Times New Roman", Times, serif;
font-size: 0.8em;
line-height:20px;
z-index:100;
background-color: #CCCC99;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
font-size: 0.9em;
color: #323232;
}

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

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