/*
.chromestyle{
width: 99%;
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{  /*menu position*/
position: relative;
top: 2px;
left: auto;
right: auto;
/*border: 1px solid #BBB;
width: 1022px;*/
padding: 0px 10px 0px 0px;
margin: 0px;
text-align: center; 
/*background-color: #333333;    /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
padding: 0px;
margin: 8px;
text-decoration: none;
/*border-right: 5px solid #DADADA;*/
}

.chromestyle ul li a:hover{
color: #FFFFFF;
}

.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;
margin-top: 0;
border: 1px solid #2a2a2a; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #012A79;
line-height:16px;
z-index:100;
background-color: #000000;
width: 120px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#2a2a2a,direction=135,strength=5);
margin-left: -10px;
}


.dropmenudiv a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #2a2a2a; /*THEME CHANGE HERE*/
padding: 3px 1px;
text-decoration: none;
color: #e00909;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color: #58b53d;
}



