.chromestyle{
width:704px;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}

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

.chromestyle ul{
width:704px;
 height:27px;
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:first-child{
background:none;
}
.chromestyle ul li{
width:auto;
display:inline;
margin:0px;
padding:0px;
text-align:center;
float:left;
vertical-align:middle;
}

.chromestyle ul li a{
float:left;
font:normal 11px/18px Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
margin:0px;
padding:0px;
letter-spacing:1px;
 

}

.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*/
color:#aadaff;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #0000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px; 
background-color: #610007;
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: 3px;
margin:0px 0px 0px 0px;
text-decoration: none;
color: #fff;
font:SackersGothicStd-Light, Arial, Helvetica, sans-serif;
}

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

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




 
 



/*  main menu
------------------------------------------
.main_menu{
width:961px;
height:42px;
margin:0px;
padding:0px;
float:left;
background:url(../images/main_menu_bg.jpg) top left repeat-x;
}
.main_menu ul{
float:left;
margin:0px;
padding:0px 0px;
}
.main_menu ul li{
display:inline;
margin:0px;
padding:0px;
text-align:center;
float:left;
vertical-align:middle;
background:url(../images/sep_white.jpg) top left no-repeat;
}
.main_menu ul li:first-child{
background:none;
}
.main_menu ul li a{
float:left;
font:normal 11px/18px Arial, Helvetica, sans-serif;
color:#fff;
text-decoration:none;
margin:0;
padding:8px 12px 9px 12px;
letter-spacing:1px;
 
}
.main_menu ul li a:hover{
color:#aadaff;
}*/
