.chromestyle{
width: 99%;
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{
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
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*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 181px;
visibility: hidden;
margin-top: -1px;
text-align: left;
opacity: .96;
-moz-opacity: .96;
    border-bottom: 1px solid #0a1d32;	        
    border-left: 1px solid #0a1d32;	   
    border-right: 1px solid #0a1d32;	
}


.dropmenudiv a{
width: 181px;
display: block;
/*text-indent: 3px;*/
padding: 5px 24px;
text-decoration: none;
color: #fff;
font-size: 11px;
}

.dropdown_body {
  background: #0c243d;
}

.dropdown_body a:hover {
  background: #e7eaec;
  color: #153250;
}

.dropdown_body {       
    margin: 0 !important;
    display: block;  
}

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

#dropmenu5, #dropmenu6 {
	z-index: 1000001 !important;
}
