.chromestyle{
	font-weight: bold;
	min-width: 760px;
	width: 95%;
	margin: 0 auto;
	height: 23px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: double;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #21205F;
	border-right-color: #FFFFFF;
	border-bottom-color: #566BA7;
	border-left-color: #FFFFFF;
	background-color: #CCCCCC;
	background-image: url(../images/gradientNav.jpg);
	background-repeat: repeat-x;
}

.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%;
	background: url(../images/gradientNav.jpg) repeat-x center center; /*THEME CHANGE HERE*/
	padding: 2px 0 4px;
	margin: 0;
	text-align: left;
}

.chromestyle ul li{
	display: inline;
	border-right: 1px solid #DADADA;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.chromestyle ul li a:hover{
	background: #CCCCCC repeat-x center center;
	color: #000033;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " +";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
background-color: white;
width: 250px;
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 #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
