.chromestyle{
width: 730px;
font-weight: normal;
}

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

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 2px 0;
padding-bottom:12px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
display:block;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #494949;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
padding-left:30px;
padding-right:30px;
padding-bottom:0px;
height:20px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
text-decoration: none;
}
.chromestyle span{
font-size:12px;color:#ffffff;font-weight:bold;
	  background-image:url(../images/menuclick.jpg); background-repeat:repeat-x;
	  height:30px; padding-left:30px;padding-right:30px;padding-bottom:5px; padding-top:10px;
	
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
color:#FFFFFF;
z-index:100;
background-color: #33409E;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #ffffff;
background-color: #33409E;
padding-left:4px;
text-align:left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6371D7;
padding-left:4px;
text-align:left;
}

.blue_heading {
	color: #0A14A1;
	font-weight: bolder;
	font-size: 12px;
}

