.chromestyle{
width:955px;
margin:0px auto;
font-weight: bold;
}

.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%;
background:url(../images/nav_bg.jpg) repeat-x; height:35px; width:955px; margin:0px auto; /*THEME CHANGE HERE*/
padding: 5px 0 0px 0px;
*padding:5px 0 0px 0px;
_padding:10px 0 0px 0px;
margin: 0px ;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding:0px 8px 0px 6px;
margin:0px;
}

.chromestyle ul li a{
color: #ffffff;
padding: 2px 2px;
margin: 0;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:#ffffff center center repeat-x;
color:#045077;/*THEME CHANGE HERE*/
}

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

/*1 Div*/

.dropmenudiv{
	position:absolute;
	top: 0;
	left:100;
	/*THEME CHANGE HERE*/
border-bottom-width: 0;
	font:normal 12px arial;
	color:#017ec0;
	line-height:18px;
	z-index:9999;
	background:url(../div_bg.jpg) repeat-x;
	background-repeat:no-repeat;
	background-position:right bottom;
	width:350px;
	visibility: hidden;
	float:right;
	margin-left:0px;
}

.dropmenudiv a{
	z-index:9999;
width: auto;
display: block;
text-indent: 3px;
/*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #017ec0;
font-size:12px;
}
.dropmenudiv ul{
	z-index:9999;
	margin:0px;
	padding:0px;}
.dropmenudiv ul li{
	z-index:9999;
	margin:0px;
	padding:0px 5px 0px 20px;
	background:url(icon.gif) 10px 5px no-repeat;
	}

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

.dropmenudiv a:hover{ 
	z-index:9999;/*THEME CHANGE HERE*/
text-decoration:underline;
}

/*Second Div*/

.dropmenudiv1{position:absolute;
top: 0;
left:100;
/*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
color:#017ec0;
line-height:18px;
z-index:99999;
background:url(../div_bg.jpg) repeat-x;
background-repeat:no-repeat;
background-position:right bottom;
width:200px;
visibility: hidden;
float:right;
margin-left:0px;
}

.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
/*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #017ec0;
font-size:12px;
}
.dropmenudiv1 ul{
	margin:0px;
	padding:0px;}
.dropmenudiv1 ul li{
	margin:0px;
	padding:0px 5px 0px 20px;
	background:url(icon.gif) 10px 5px no-repeat;
	}

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

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
text-decoration:underline;
}


/*3 Div*/

.dropmenudiv2{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
color:#017ec0;
line-height:18px;
z-index:99999;
background:#dce3eb url(../div_bg_new.jpg) repeat-x;
/*background-image:url(water_logo.gif);
background-repeat:no-repeat;
background-position:right bottom;*/
width: 670px;
visibility: hidden;
float:left;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
/*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #017ec0;
}
.dropmenudiv2 ul{
	margin:0px;
	padding:0px;}
.dropmenudiv2 ul li{
	margin:0px;
	padding:0px 5px 0px 20px;
	background:url(icon.gif) 10px 5px no-repeat;
	}

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

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
color:#017ec0;
text-decoration:underline;
}
