.chromestyle
{
	width:884px;

font-weight: bold;
font-size:10px; 
font-family:verdana;
height:30px;


}

:after.chromestyle{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width:884px;
text-align: center;

 background:#FFFFFF;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding-left:30px;
 width:90px;
 height:10px;
 float:left;
 line-height:29px;

}

.chromestyle ul li a{
text-decoration: none;
cursor:hand;
 font-weight:bold;
	color:#000;


}

 .chromestyle li a div
 { 
 text-align:center;
	width:100px;
 height:30px;
	
	}
	
.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(../Images/btnbg.gif) center center no-repeat; /*THEME CHANGE HERE*/

 color:#fff;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
font:normal 11px verdana;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
color:#fff;
 }


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;

color: #987410;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ece9da;
 font-weight:bold;

}

.SubMenu-C1
{
background:url(../Images/DDM1.gif);
width:10px;
height:10px;
}

.SubMenu-C2
{
background:url(../Images/DDM2.gif);
width:10px;
height:10px;
}

.SubMenu-C3
{
background:url(../Images/DDM3.gif);
width:10px;
height:10px;
}

.SubMenu-C4
{
background:url(../Images/DDM4.gif);
width:10px;
height:10px;
}