.chromestyle{
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{
list-style-type:none;
border:1px solid #bbb;
background:url(images/menu_bg.png) center center repeat-x;
padding:8px 0;
margin:0;
margin-bottom:2px;
text-align:center
}

.chromestyle ul li{
display:inline;
margin:0 -2px;
padding:0
}

.chromestyle ul li a{
color:#fff;
padding:8px 22px;
margin:0;
text-decoration:none
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background:url(images/menu_bg_over.png) center center repeat-x;
color:#fff
}


.dropmenudiv{
position:absolute;
top:0;
border:1px solid #bbb;
font-size:11px;
z-index:100;
background-color:#fcfdff;
width:160px;
visibility:hidden;
margin-top:-1px
}

.dropmenudiv a{
width:auto;
display:block;
padding:5px 5px;
text-decoration:none;
color:#123c7e
}

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

.dropmenudiv a:hover{
background-color:#d2e0f2
}