.chromestyle{
width: 99%;
font-weight: bold;
font-family:Tahoma;
font-size:16px;
padding-left:140px;
}

.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: 4px 0;
margin: 0;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #00853F;
	padding: 4px 11px;
	margin: 0;
	text-decoration: none;
	background-image:url(../images/divider.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

.chromestyle ul li a:hover{
	color: #636363;

}

/* ######### Style for Drop Down Menu ######### */

.chromestyle ul li a.selected{
	color:#636363;
}
.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-family:Tahoma;
font-size:14px;
line-height:18px;
z-index:100;
 background-color:#636363;
width: 170px;/*width: 200px;*/
visibility: hidden;
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;
border-bottom: 1px solid #CCCCCC; 
padding: 5px 0;
text-decoration: none;
padding-left:5px;
font-weight: bold;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CCCCCC;
color: black;
}
