.chromestyle{
	background-image: url(../assets/bg-nav.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 26px;
	padding-top: 5px;
	background-position: center;
}

.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%;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	font-weight: bold;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.chromestyle ul li a:hover{
}

.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{
	border-bottom-width: 1;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-align: left;
	position: absolute;
	margin-top: 5px;
}




.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-size: 10px;
	text-transform: uppercase;
}

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

#dropmenu5 em {
	margin-left: 10px;
}
#menuHolder {
	height: 30px;
}
