.chromestyle{
width:961px;
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:961px;
 height:41px;
float:left;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
text-align: center; /*set value to "left", "center", or "right"*/
background:url(../images/nav_bg.jpg) top left repeat-x;

}

.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 12px/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-top: 1px solid #505050; /*THEME CHANGE HERE*/
border-top-width: 0;
font:normal 11px Verdana;
line-height:18px; 
background-color: #333;
width: 163px;
padding: 0px 0px 5px 0px;
visibility: hidden;
margin:0px;
z-index:200000;
float:left;
text-align:left;
list-style-position: outside;
list-style-type: none;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-top: 1px solid #640707; /*THEME CHANGE HERE*/
padding: 5px 0px 5px 10px !important;
margin:0px 0px 0px 0px !important;
text-decoration: none;
text-align:left;
color: #fff;
list-style-type: none;
list-style-position: outside;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
list-style-type:none;
padding: 5px 0px 5px 5px !important;
margin:0px 0px 0px 0px !important;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #670808;
color:#fff;
list-style-type:none;
}
.selected{
background:#262726;
list-style-type:none;
}




 
 



/*  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;
}*/
