.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: 0px solid #BBB;
width: 8	0%;
background:none;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ff740b;
padding: 4px 3px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{ background:none;}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top:-5px;
margin-left:-5px;
border-bottom: 1px solid #ffffff; 
border-right: 1px solid #ffffff; 
border-left: 1px solid #ffffff; 
border-top: 1px solid #ffffff;
font:normal 11px Verdana;
line-height:17px;
z-index:100;
background-color: #F7964A; color:#FFFFFF;
width: 150px; 
font-family:Arial, Helvetica, sans-serif;
visibility: hidden; 
}


.dropmenudiv a:link{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; 
border-right: 1px solid #ffffff; 
border-left: 1px solid #ffffff; 
border-top: 1px solid #ffffff; 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: 1px solid #ffffff; 
border-left: 1px solid #ffffff; 
border-top: 1px solid #ffffff; 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: #10B67B; color:#ffffff; font-weight: bold;

}