
	
/*style menu*/
.chromestyle{
width:771px;
font-weight: bold;
float:left;
margin-top:3px;
padding-top:0px;
height:36px;
}

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

.chromestyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
color:#ffffff;
}

.chromestyle ul li a{
color: #ffffff;
padding: 14px 25px;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
height:40px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #121111; /*THEME CHANGE HERE*/
font:normal 12px Arial;
line-height:24px;
z-index:999;
background-color: #121111;
width: 160px;
visibility: hidden;
margin:16px 0 0 -10px;

}


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

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

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



