.chromestyle{
width: 99%;
font-weight: none;
}

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

.chromestyle ul{
border: 0px solid #FFF;
width: 90%;
background-color: #; 
/* url('') center center repeat-x; */
padding: 0px 0px 0px 0px;
margin-top: 100px;
margin-bottom: 100px;
margin-left: 0px;
margin-right: 0px;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fffff;
padding: 0px 0px 0px 0px;
margin: 15px;
text-decoration: none;
border: 0px solid #FF409F;
}

.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('') center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Century Gothic;
text-transform: uppercase;
line-height:18px;
z-index:100;
background-color: #000000;
width: 125px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

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

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