.chromestyle{
width: 780px;
font-weight:bold;
font:Calibri;
font-family:Calibri;
font-size:14px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
background-color:#000000;
}

.chromestyle ul{
width: 100%;/*THEME CHANGE HERE*/
padding: 16px 0px 16px 0px;
margin: 0;
text-align: left;
/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#CCCCCC;
padding: 16px 25px 16px 25px;
margin:0px;
text-decoration: none;
border-right:1PX #cacaca solid;
 	}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

color:#000000;
background-image:url(../images/menu2.jpg);
margin:0px;
text-decoration:none;
border-bottom:none;

/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 13px arial;
line-height:18px;
z-index:10000;
background-color:#d22652;
color:#000000;
width:auto;
visibility: hidden;
text-decoration:none;
}


.dropmenudiv a{
width:200px;
display: block;
text-indent: 3px;
padding: 9px 10px 9px 10px;
text-decoration: none;
font:normal 13px arial;
background-color:#BFBFBF;
color:#333333;
text-decoration:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
background-color:#d22652;
color:#ffffff;
text-decoration:none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background-color:#25292e;
text-decoration:none;
}