.menu-flash{
background:url(images/bg-menu.jpg) no-repeat left top;
width:1000px;
height:60px;
float:left;
z-index:10;
}
.chromestyle{
width: 99%;
font-weight:normal;
position:absolute;
top:64px;
left:30px;
}

.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 #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; *//*THEME CHANGE HERE*/
padding:4px 0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
font:normal 12px verdana;
color:#fff !important;
}

.chromestyle ul li{
display: inline;
background:url(../bg-nav-divider.jpg) no-repeat left top;
padding:0 0 0 3px;
margin:0;
}
* + html .chromestyle ul li{
display: inline;
background:url(../bg-nav-divider.jpg) no-repeat left top;
padding:0 0 0 1px;
margin:0;
}
.chromestyle ul li.first{ background:none;}
.chromestyle ul li a{
color: #fff;
padding:4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#00cdff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 101px !important;
left:30px !important;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
width:940px !important;
visibility: hidden; background:#000; opacity:0.4;filter:alpha(opacity=90);

}

.dropmenudiv a{
width: auto;
text-indent: 3px;
 /*THEME CHANGE HERE*/
padding:9px 20px 0px 5px;
text-decoration: none;
color: #fff;
float:left;
cursor:pointer; background:url(../nav-bullet.gif) no-repeat 0px 15px;
}

* html .dropmenudiv a{ /*IE only hack*/
width:auto !important; float:left;  padding:9px 20px 0px 5px !important;}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#00cdff;
}
.sublist{
padding:0 0 0 10px;
}
table.subtable { float:left; }
table.subtable tr td { padding:0px 0 0px 20px }
table.subtable tr.last-row td { padding: 0px 0 0px 20px;}
