.chromestyle{
width: 100%;
}

.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%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none; margin:0px 0px 0px 0px; padding:0px;
}
.chromestyle ul li{
display: inline;
padding-left:11px; padding-right:11px; background:url(../images/sep.jpg) 100% 50% no-repeat; padding-top:10px; padding-bottom:10px;
}

.chromestyle ul li a{
font:bold 100% Arial, Helvetica, sans-serif; color:#616161; text-decoration:none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#00477f;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
top:0;
position:absolute;
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background: #fff;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #00477f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#616161;	
}






.chromestyle1{
width: 100%;


}

.chromestyle1:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle1 ul{
width: 100%;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none; margin:0px 0px 0px 0px; padding:0px;
}
.chromestyle1 ul li{
display: inline;
padding-left:9px; padding-right:9px; background:url(../images/sep.jpg) 100% 50% no-repeat; padding-top:10px; padding-bottom:10px;
}

.chromestyle1 ul li a{
font:bold 100% Arial, Helvetica, sans-serif; color:#616161; text-decoration:none;
}

.chromestyle1 ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#00477f;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
top:0;
position:absolute;
border-bottom-width: 0;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background: #fff;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #00477f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #000;

}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}