.chromestyle{
width: 735px;
height:26px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 735px;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
background-color: #f07faf;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height:26px;

}
.menu_padding
{
}

.chromestyle ul li{
display: inline;
height:26px;
padding: 2px 6px 4px 2px;
}

.chromestyle ul li a{
color: #ffffff;
padding: 5px 7px 8px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;

}

.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*/
background-color: #e95a8f;
color: #ffffff;
text-decoration:none;
padding-top: 7px 12px 8px 12px;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:0px;
margin-left:0px;
border: px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #8781be;
width: 150px;
visibility: hidden;
text-align:left;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffffff;
padding-left:6px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
padding-left:6px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #8781be;
color:#5552a3;
text-decoration:none
}
