.chromestyle{
/*width: 100%; Was 99% */
font-weight: bold;
font-size:12px;
margin:0;
padding:0;
border: 1px solid #333;
/*border-right:none; Supplied by chromestyle ul li a */
}

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

.chromestyle ul{
list-style-type:none;
width:100%;
min-height:26px;
background: url(/home/include/nav/chrometheme/chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0px 4px 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display:inline;
line-height:24px;
/*
float:right;
min-width:70px;*/
}

.chromestyle ul li a{
/*color: #494949;*/
color: #faf4d4;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #777; /*ADED7C THEME CHANGE HERE
background-color:#FF0000;*/
}

.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(/home/include/nav/chrometheme/chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li img{
	padding-top:12px;
	width:9px;
	height:5px;
	border: none;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #666; /*ADED7C THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;/* Was 10px */
line-height:17px;/* Was 18px */
z-index:100;
background-color: white;
width: 200px;/* Default - overidden in include2.txt */
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #BBB; /*ADED7C THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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