.chromestyle{
	width: 100%;
	font-weight: bold;
	background:url(../images/navbg.jpg);
	background-repeat:no-repeat;

}

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

.chromestyle ul{
	margin: 0;
	text-align: center;
	padding: 0px;
	width: 100%;
}



.chromestyle ul li{
display: inline;
}


.chromestyle_a{
	color: #660000;
	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: 13px;
	font-weight: bold;
	padding: 0px;
	margin-bottom:7px;
	margin-right:5px;
	margin-left:0px;
	margin-top:7px;
}

.chromestyle_a0{
	color: #660000;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0px;
	margin-bottom:0px;	
	margin-right:7px;	
	margin-left:0px;
	margin-top:10px;
}


.chromestyle_a1{
	color: #cc3333;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
	margin-right:1px;
}

.chromestyle_a2{
	color: #ea5a24;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
	margin-right:1px;
}

.chromestyle_a3{
	color: #f4a93b;
	margin: 0;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
	margin-right:1px;
}

.chromestyle_a4{
	color: #339999;
	margin: 0;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
	margin-right:1px;
}

.chromestyle_a5{
	color: #6699cc;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
	margin-right:1px;
}

.chromestyle_a6{
	color: #008080;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
	margin-right:1px;
}

.chromestyle_a7{
	color: #7f5993;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
	margin-right:1px;
}

.chromestyle_a8{
	color: #2a5a8a;
	margin: 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:20px;
	margin-right:1px;
}

/*
.chromestyle_a1{
	color: #660000;
	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: 13px;
	font-weight: bold;
	padding:0px;
	margin-bottom:0px;
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
}
*/

.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:#F64B06;
}

/* ######### 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: #278ce2;
	width: 230px;
	visibility: hidden;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: left;
}


.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*/

}
