.chromestyle{

font-size:14px;
color:#000000;
text-transform:uppercase;
height:35px;
line-height:38px;
font-weight: bold;
margin:auto;

}

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

.chromestyle ul{
padding: 0px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0px 0px 0px 0px;
text-align:center;
text-transform:uppercase;
}

.chromestyle ul li a{
color:#000000;
padding:10px 40px 10px 40px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#ff0000;

}

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

.dropmenudiv{
position:absolute;
line-height:18px;
z-index:100;
background:url(../images/dropdown_bg.jpg) repeat-x bottom;
border:1px solid #afafaf;
width: 230px;
visibility: hidden;
margin:0px 0px 0px 0px;
}
.dropmenudiv a{

width: 230px;
display: block;
text-indent: 3px;
padding:8px;
background:url(../images/dropdown_bg.jpg) repeat-x bottom;
text-decoration: none;
font-size:14px;
font-weight:bold;
color:#515151;
/*text-transform:capitalize;*/
border:#FFFFFF solid 1px;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#000000;
}




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

}

