
.chromestyle{
	position:absolute;
	width:700px;
	height:16px;
	color: #FFDFDC;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight:normal;
	text-decoration:none;
	margin-top:1px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width:auto;
height:16px;
/* background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE */
padding: 0px;
margin: 0px;
text-align: left; /* set value to "left", "center", or "right"*/
}

.chromestyle ul li{
text-align: left;
height:16px;
/*background-color:#442D2D;*/
display:inline;
margin-right:10px;
}

.chromestyle ul li a{
/* padding: 4px 7px; */
padding-left:3px;
padding-right:18px;
margin-left: 0px;
margin-right: 0px;
text-decoration: none;
/* border-right: 1px solid #DADADA; */
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE */
color:#FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:none; /* 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:16px;
z-index:100;
background-color: #A88A86;
visibility: hidden;
}

a.chroma2 {color: #FFDFDC;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:normal;
	}
a.chroma2:hover {color: #FFFFFF;
	}
	
.menuvisu {
font:normal 10px Verdana, Helvetica, Arial, sans-serif;
text-decoration: none;

color:#000000;
}

.dropmenudiv a{
font:normal 10px Verdana, Helvetica, Arial, sans-serif;
width: auto;
display: block;
margin-left: 3px;
margin-right:5px;
margin-top:3px;
margin-bottom:5px;
border-bottom:none;/* 1px solid #BBB; THEME CHANGE HERE*/
/*padding: 3px;*/
text-decoration: none;
font-weight: normal;
color:#FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #967B78;
}
