.chromestyle{
width: 100%;
z-index: 2;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(/multimedia/images/bar/menu_bar.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333;
font: normal 12px Segoe UI;
padding: 4px 22px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
text-align: left;
}

.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(/multimedia/images/bar/menu_bar_drop_down_on.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-top: 0px solid #D7D7D7; /*THEME CHANGE HERE*/
border-left: 1px solid #D7D7D7; /*THEME CHANGE HERE*/
border-right: 1px solid #D7D7D7; /*THEME CHANGE HERE*/
border-bottom: 1px solid #D7D7D7; /*THEME CHANGE HERE*/
border-bottom-width: 3;
font: normal 11px Arial;
line-height:20px;
z-index:100;
background-color: #F5F5F5;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#ECECEC,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 20px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #545454;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background:url(../../multimedia/images/bar/menu_bar_drop_down_on.gif);
color: #333;
}
