.menu .chromestyle{
width: 85%;
float:left;


}

.menu .chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height:0; 
clear: both; 
visibility: hidden;

}

.menu .chromestyle ul{
width: 100%;
margin:0;
padding:0 13px;
text-align: center;

/*set value to "left", "center", or "right"*/
}

.menu .chromestyle ul li{
float:left;
display:inline;
line-height:32px;



}

.menu .chromestyle ul li a{
color: #FFF;
padding:8px 10px 6px 17px;
margin:0;
text-decoration: none;
border-right: 1px solid #dd1c92;
font: "ËÎÌå";
font-size:14px;

}

.menu .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/menu_05.jpg) center center repeat-x; color:#FF0099;  /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.menu .dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 150px;
visibility: hidden;
text-align:left;
}


.menu .dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.menu .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}