.chromestyle{
width: 99%;
margin-bottom: 25px;
font-weight: normal;
position: relative;
top: 31px; /* move the whole nav line down */
}

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

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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ebebeb;
padding: 4px 23px;  /* PUTS SOME SPACE BETWEEN THE MAIN NAV BUTTONS */
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
text-transform:uppercase;

}

.chromestyle ul li a:hover{
/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
background: #58594A url(/assets/images/_bg_main.png) 300px 300px;
/* background-image:url(../../images/bg.jpg); */
color:#ffffff;
border: 0px solid #58594A;
}

.chromestyle ul li a:active{
/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
background-color: #58594A;
color:#CCCCCC;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/* content: " v"; */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #58594A; /*THEME CHANGE HERE*/
padding: 4px;
border-bottom-width: 0;
font-size:11px;
line-height:18px;
z-index:100;
background-color: #BEBDB1;
width: 165px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=1); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
background:#7A7A66 url(/assets/images/bg_bottom.png) -1px -30px no-repeat;
text-indent: 3px;
text-transform: uppercase;
border-bottom: 1px solid #BEBDB1; /*THEME CHANGE HERE*/
padding: 4px 0 4px 3px;
text-decoration: none;
font-weight: normal;
color: #EBEAE7; 
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #58594A url(/assets/images/bg_main.png) -1px -200px no-repeat;/*  */
}


/* live sub nav*/

.dropmenudiv_live{
	width: 79%;
	margin: 0px auto;
	font-weight: normal;
	text-align: center; /*set value to "left", "center", or "right"*/
	position: relative;
	padding: 4px 0;
	top: -20px;
	font-family:"Trebuchet MS", Vedana, Arial, Sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-style: normal;
	border-top:  1px dotted #58594A;

}

.dropmenudiv_live  a{
	color: #58594A;
	padding: 4px 9px;  /* PUTS SOME SPACE BETWEEN THE MAIN NAV BUTTONS */
	margin: 0;
	text-decoration: none;
	
}

.dropmenudiv_live a:hover{
/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
background-color: #58594A;
/* background-image:url(../../images/bg.jpg); */
color:#CCCCCC;
border: 0px solid #58594A;
}

.dropmenudiv_live a:active{
/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
background-color: #58594A;
color:#CCCCCC;
}
