.chromestyle{
	width: 99%;
	font-weight: bold;
	padding-left: 5px;
	font-size:0.9em;
	color:#fff;
	}

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

.chromestyle ul{
	/* border: 1px solid #BBB; */
width: 100%;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	margin: 0;
	font:normal 12px Verdana;
}

.chromestyle ul li{
display: inline;
}

.chromestyleleft a{
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #DADADA;
	padding-top: 4px;
	padding-right: 26px;
	padding-bottom: 4px;
	padding-left: 26px;
	margin: 0;
}
.chromestyleleft a:hover {border-left: 1px solid #DADADA;}

.chromestyle ul li a{
	color: #fff;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
}

.unlink {
	color: #fff;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	font-weight:bold;
}



.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(images/chromebg-over2.gif) center center repeat-x; THEME CHANGE HERE*/
}

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

.dropmenudiv{
	text-align: center;
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #175a9e;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	margin-left:-5px;
}


.dropmenudiv a{
text-align: center;
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: #fff;
}

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

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


.homelink {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #fff;
	color: #fff;
}

