.chromestyle{
background-color:#000000;
font-weight: bold;
text-align:center;
z-index:1500;
}

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

.chromestyle ul {
background-color:#000000;
width: 974px;
margin:0px;
padding:4px 8px;
text-align: left; /*set value to "left", "center", or "right"*/
color:#FFFFFF;
z-index:1500;
}

.chromestyle ul li{
display: inline;
z-index:1500;
}

.chromestyle ul li a{
background-color:#000000;
color: #FFFFFF;
margin:0px;
padding:4px 8px;
text-decoration:none;
text-transform:uppercase;
border-right: 1px solid #000000;
border-left: 1px solid #000000;
z-index:1500;
}

.chromestyle ul li a:hover{
background-color:#5BBF21;
border-right: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
z-index:1500;
}

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


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

.dropmenudiv{
position:absolute;
line-height:18px;
z-index:100;
background-color:#000000;
color:#FFFFFF;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
z-index:1500;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom:1px solid #FFFFFF; 
color:#FFFFFF;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
z-index:1500;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #5BBF21;
color:#000000;
z-index:1500;
}

