#chromemenu {
z-index: 1000;
}

.chromestyle{
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: none;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-size: 12pt;
}

.chromestyle ul li a{
padding: 4px 7px;
margin: 2px;
text-decoration: none;
color: #C7C7C7;
}

.chromestyle ul li a:hover{
	background-color: #787878;
	color: White;
}

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


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

.dropmenudiv{
position:absolute;
width: 240px;
top: 0;
border: none; /*THEME CHANGE HERE*/
z-index:100;
font-size: 12pt;
background-color: Gray;
visibility: hidden;
padding: 8px;
z-index: 1000;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #C7C7C7;
line-height: 12pt;
z-index: 1000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: transparent;
text-decoration: underline;
color: White;
}