.chromestyle{
width: 840px;

margin: 0;

padding: 0;

float: left;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block;  

visibility: hidden;
}

.chromestyle ul{
width: 840px;

margin: 0;

padding: 0;

text-align: left; /*set value to "left", "center", or "right"*/


}

.chromestyle ul li{
display: inline;
padding: 0;
}

.chromestyle ul li a {
color: #fff;
padding: 4px 0 0 0;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: #2b3919;
}
.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;
top: 0;
border: 1px solid #1078af; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: #e6e6e6;
width: 230px;
visibility: hidden;
text-align:left;
color: #fff;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #1078af; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #2b3919;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
color: #2b3919;
}



.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #1078af; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:101;
background-color: #e6e6e6;
width: 230px;
visibility: hidden;
text-align:left;
color: #fff;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 4px;
border-bottom: 1px solid #1078af; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #2b3919;
}

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

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
color: #2b3919;
}

