.chromestyle{
	width: 100%;
	height: 45px;
	font-weight: bold;
	font-size:13px;
	font-family: Candara, Arial;
}

.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%;
	background: url(chromebg2.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 3px;
	margin: 0;
	padding-top:24px;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: block;
float:left;
margin-left:13px;
position:relative;
}

.chromestyle ul li a{
	color: #000033;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	color: #006699;
}


.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:0px;
	border: 1px solid #cccccc; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:15px;
	z-index:100;
	background-color:#344D6B;
	width: 200px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#111111,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}


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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1b2839;
color:#6aafe3
}
.border {
	border: 1px solid #008DCF;
}
.brdr {
	border: 1px solid #C6C4C7;
}
