.chromestyle{
width: 100%;
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: 1px solid #BBB;
width: 8	0%;
background-color:#528A4A;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFFFFF;
}

.chromestyle ul li a:hover{ background-color:#CCCCCC;}

.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:-2px;
margin-left:00px;
border-bottom: 0px solid #6FA5E7; 
border-right: 0px solid #6FA5E7; 
border-left: 0px solid #6FA5E7; 
border-top: 0px solid #ffffff; 
font:normal 11px Verdana;
line-height:17px;
z-index:100;
background-color: #757575; color:#FFFFFF;
width: 220px; 
font-family:Arial, Helvetica, sans-serif;
visibility: hidden; 
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=0,strength=0); /*Add Shadow in IE. Remove if desired*/

}


.dropmenudiv a:link{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; 
border-right: 0px solid #6FA5E7; 
border-left: 0px solid #6FA5E7; 
border-top: 0px solid #6FA5E7; padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
color: white;
}

.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; 
border-right: 0px solid #6FA5E7; 
border-left: 0px solid #6FA5E7; 
border-top: 0px solid #6FA5E7; padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
color: white;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
font-family:Arial, Helvetica, sans-serif;
background-color: #DADADA; color:#000000; font-weight: bold;
border-bottom: 1px solid #000000; 
border-right: 0px solid #6FA5E7; 
border-left: 0px solid #6FA5E7; 
border-top: 1px solid #000000;padding: 2px 0;

}