.chromestyle{
width: 99%;
font-weight: bold;
padding-top: 50px;
}

.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%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0px 0;
float: left;
}

.chromestyle ul li a{
display: inline;
float: left;
color: #fff;
padding: 10px 10px;
padding-right: 14px;
margin: 0;
text-decoration: none;
background: url(../img/mainmenuli.gif) 100% 0 no-repeat; 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #77c34d; /*THEME CHANGE HERE*/
border-top-width: 0;
font:normal 12px Arial;
line-height:26px;
z-index:100;
background-color: #009933;
width: 200px;
visibility: hidden;
}

*html .dropmenudiv {
	margin-top: -3px;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
background: url(../img/mainmenulidrop.gif) 0 100% repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #77c34d;
}