.chromestyle{
font-weight: bold;
font-size: 11px;
z-index: 1000;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
}

.chromestyle {
background: url(chromebg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
height: 40px;

}

.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(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: orange;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv a{
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
#cat_menu{
    padding-top: 12px;
    text-align: left;
    z-index: 1000;
}

#cat_menu, #cat_menu ul {
	list-style: none;
}

#cat_menu a {
	display: block;
}
#cat_menu li a{
    height: 28px;
}
#cat_menu li ul a{
    height:12px ;
}

#cat_menu li {
	float: left;
margin-left: 15px;
}

#cat_menu li ul {
	position: absolute;
    background-color: #D3D6DD;
	left: -999em;
    padding: 5px;
    min-width: 150px;
    z-index: 1000;
}

#cat_menu li:hover ul {
	left: auto;
}
#cat_menu li ul li{
    float: none;
    padding: 3px;
    margin: 0;
}

#cat_menu li ul li a{
   padding: 2px;