.chromestyle{
width:500px;
font-weight: bold;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
body.m2 .chromestyle {
	width: 600px;
}

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

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

.chromestyle ul li{
display: inline;
float:left;
width:auto;
text-decoration:none;
}

.chromestyle ul li a{
float:left;
color: #fff;
padding:0px 0px 0px 0px;
margin: 0px;
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*/
background:none; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #0000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px; 
background-color: #161616;
width: 245px;
visibility: hidden;
z-index:200;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
margin:0px 0 0 0;
text-decoration: none;
color: #fff;
 

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #2490d1;
color:#fff;
}
.selected{
background:#fff;
}

/* menu
------------------------------------------*/

