.chromestyle{
/*background:transparent url(/img/bg_menu.gif) repeat-x scroll 0 0;*/
display:block;
float:left;
height:40px;
width:780px;
padding-left:180px;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
float:left;
margin:8px 0px 0px;
padding:4px 0px;
text-align:left;
width:780px;/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color:#003300;
}

.chromestyle ul li a{
/*border-right:1px dotted #CCCCCC;*/
color:#544425;
margin:0;
padding:11px 5px;
text-decoration:none;
}

.chromestyle ul li a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration:none;
	color:white;
}

.chromestyle ul li a:selected {
	color:#cc0000;
	}
	
.chromestyel ul li a:visited {
	color:white;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border-bottom-width: 0px;
line-height:2px;
z-index:100;
background-color:#e0d4bb;
width: 125px;
visibility: hidden;

}

.dropmenudiv a{
	/*background-image:url(/img/bullett_sott.png);
	background-repeat:no-repeat;
	background-position:5px 53%;*/
	border-left:10px solid #bcad8f;    
	text-indent:0px;  
	border-bottom:1px solid #bcad8f;
	border-right:1px solid #bcad8f;
	width: auto;
	display: block;
	padding: 4px 0;
	text-decoration: none;
	color: white;

	background-color:#d5c4a1;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
     	border-left:10px solid #544425;    
     	text-indent:0px;   
     	text-decoration: none;  
     	background-color:#bcad8f;        
}
