.chromestyle{
width: 100%;
font-weight: bold;
text-align: center;
font-family:Arial, Helvetica, sans-serif; font-size:11px;
}

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

.chromestyle ul{
/*border: 1px solid #000000;*/
padding:0px;
width: 100%;
margin: 0px;
text-align:center;
}

.chromestyle ul li{
display: inline;
margin-left:15px; margin-right:15px;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 5px;
margin: 0;
text-decoration: none;
border-left: 1px dotted #666666; border-right: 1px dotted #666666;
}

.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(../img/menu_chromebg-over.png) center center repeat-x; color:#FF0000;
}

.dropmenudiv{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
position:absolute;
top:0;
border: 1px solid #333333;
border-top-width: 0;
line-height:18px;
z-index:100;
width: 225px;
text-align:left;
visibility: hidden;
background-image:url(../img/menu_bgdrop.png);
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=5);*/
/*filter:alpha(opacity=50);*/
}

.dropmenudiv a{
display: block;
text-indent: 3px;
padding: 4px; padding-left:13px; padding-right:20px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

* html .dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{
color:#FF0000;
background:url(../img/bullet.png) left no-repeat #000000;
}
