.chromemenubar{
width: 100%;
background: url(/site/images/layout/menubar-bg.png) center center repeat-x;
height: 32px;
}

.chromestyle{
width: 100%;
height: 32px;
border-left: 1px solid #566c98;
}

.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(/site/images/layout/menubar-bg.png) center center repeat-x;
padding: 8px 0;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #d7e1f8;
padding: 8px 13px;
margin: 0;
text-decoration: none;
border-right: 1px solid #4263a6;
background: url(/site/images/layout/menubar-opt-bg.png) center center repeat-x;
font: bold 13px 'Lucida Grande','Lucida sans unicode','Tahoma', Arial, sans-serif;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: white;
background: url(/site/images/layout/menubar-opt-bgover.png) center center repeat-x;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #416bbd;
border-top-width: 0;
border-bottom-width: 1px;
border-bottom-color: #416bbd;
border-right-width: 2px;
border-right-color: #416bbd;
font: bold 11px Arial, sans-serif;
line-height:18px;
z-index:100;
background: #e3ebfe url(/site/images/layout/menu-bg.png) repeat-x;
width: 190px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #93aee3;
background: #e3ebfe url(/site/images/layout/menu-bg.png) repeat-x;
padding: 4px 8px 4px 6px;
text-decoration: none;
color: #23365b;
text-align: left;
}

.dropmenudiv a img{
padding-right: 1px;
vertical-align: middle;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
color: white;
border-bottom: 1px solid #fff;
background: #1e3f87 url(/site/images/layout/menu-bg-over.png) repeat-x;
}