.chromestyle{
	width: 600px;
	background-color:#5B6973;   // grey menu
	vertical-align:middle;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;  
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 7px;
margin: 0;
text-decoration: none;
border-right: 2px outset #FFFFFF;

}

.chromestyle ul li a:hover{
/*background: url(../images/lookfeel/chromebg-over.gif) center center repeat-x; *//*THEME CHANGE HERE*/
color:#CDCEC5;
}



/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 200px;
border: 1px solid #CDCEC5; /*bjb, same as 2 below*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #F5F6EA;/*bjb-1 inside of drop down menu*/
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: 100%;
display: block;
text-indent: 3px;
border: 0px solid #CDCEC5; /*bjb-2 border of menu, darker than inside*/
padding: 2px 0;
text-decoration:none;
color: black;
}
.dropmenudiv a:visited
{
	text-decoration:none;
	color: black;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#CDCEC5;
}