.chromestyle{
width: 965px;
font-weight: bold;
background:url(images/navbg.jpg);
background-repeat:no-repeat;
height:42px;
margin-left:auto;
margin-right:auto;

}

.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%;
padding: 10px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle_a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	background-image:url(images/div.jpg);
	background-position:right;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 32px;
	padding-bottom: 8px;
	padding-left: 32px;
	line-height:25px;

}
a.chromestyle_a:hover {
text-decoration:none;
}
.contact{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 25px;
	padding-bottom: 8px;
	padding-left: 25px;

}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#0066CC;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #1b7cce; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #022F6A;
width: 120px;
visibility: hidden;
opacity:0.8;
filter:alpha(opacity=0);
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #1b7cce;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background-image:url(images/bull.jpg);
	background-position:5px;
	background-repeat:no-repeat;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 10;
	
}

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

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