.chromestyle{
width: 690px;
margin:15px 45px 0 45px;
height:27px;
background:#8D9B94;
list-style-type: none;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color:#FFFFFF;
cursor: default;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
margin: 0;
height:27px;
padding-left:240px;
}

.chromestyle ul li{
display:inline;
list-style-type: none;
font-size: 12px;
position:relative;
text-align: center;
cursor: pointer;
width: 150px;
float:left;
height:27px;
line-height:27px;
}

.chromestyle ul li a{
color:White;
margin: 0;
text-decoration: none;
width:150px;
float:left;
}

.chromestyle ul li a:hover{
/* background-image: url('../images/button_over.gif'); */
background-color:#5E6E66;
width:150px;
}

.chromestyle ul li a[rel]{ /*HTML to indicate drop down link*/
/* content: " " url('../images/downimage.gif'); /*uncomment this line to use an image instead*/
background-image: url('../images/SpryMenuBarDown.gif');
background-repeat: no-repeat;
background-position: 95% 50%;
}

.chromestyle ul li a[rel]:hover{ /*HTML to indicate drop down link*/
/* content: " " url('../images/downimage.gif'); /*uncomment this line to use an image instead*/
background-image: url('../images/SpryMenuBarDownHover.gif');
background-repeat: no-repeat;
background-position: 95% 50%;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " " url('../images/downimage.gif'); /*uncomment this line to use an image instead*/
background-image: url('../images/SpryMenuBarDown.gif');
background-repeat: no-repeat;
background-position: 95% 50%;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
left:-60px;
top: 0;
border-bottom-width: 0;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
line-height:27px;
z-index:100;
background:#8D9B94;
width: 150px;
visibility: hidden;
text-align:center;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/* background-image: url('../images/button_over.gif'); */
background-color:#5E6E66;
color: #FFF;
}