.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 928px;
	line-height:27px;
	/*background: url(../images/menu/bg.gif) center center repeat-x; THEME CHANGE HERE*/
	padding-top:1px;
	padding-left:0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin:0px;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 4px;
	padding-left:14px;
	padding-right:14px;
	margin:0px;
	text-decoration: none;
	font: 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-repeat:no-repeat;background-position:right;background-image:url(../images/menu/divide.gif)
}
.chromestyle ul li a:hover{
	color:#ffffff;
	background: url(../images/menu/bg_s.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	background-image:url(../images/menu/dropBG.jpg);
	background-repeat:no-repeat;
	background-color:#1877A5;
	border:1px solid #2f859d;
	border-bottom-width: 0;
	font:normal 10px Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	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: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #12789e;
	border-top:1px solid #3cacd4;
	padding: 2px 0;
	padding-left:4px;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #2EBCEB;
	color:#ffffff;
}