.chromestyle{
position:relative;
top:170px;
left:40px;
padding:0; margin:0;
width:630px;
font-family:verdana, arial, sans-serif;
font-size:11px;
float:left;
display:block;
}

.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;
list-style:none;
}

.chromestyle ul li{
display:inline;
padding:0px;
text-align: center;
float:left;
}
.chromestyle ul li.di {display:inline; height:30px; background-image:url(../images/divider.png); background-repeat:no-repeat; width:2px;}
.chromestyle ul li a{
color: #494949;
padding:7px 8px;
margin:0;
text-decoration: none;
line-height:26px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:url(../images/menu_li_over.png);
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align:left;
position:absolute;
top: 0;
left:-10px;
border: 1px solid #BBB;
border-bottom-width: 0;
line-height:18px;
z-index:100;
/*background-color:#B6D4DE;*/
/*background-color:#88ABB4;*/
background-color:#87BCFC;
width: 150px;
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 solid #B3D2F7; 
padding:2px 3px;
text-decoration: none;
color:#002448;
font-size:11px;
font-family:Verdana, Arial, sans-serif;

}

* html .dropmenudiv a{ /*IE only hack */
width: 100%;
}

.dropmenudiv a:hover{ 
/*background-color: #F0F0F0; */
background-color:#EAF5F7;
}