.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
text-align: left;
}

.chromestyle ul{
	width: 100%;
	height: 30px;
	margin: 0;
	padding:0;
	background-image:url(/images/new/navbar_21.gif);
	background-repeat: repeat-x;
	text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
	display: inline;
	text-align: left;
}

.chromestyle ul li a{
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.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;
float:left;
top: 0;
border: 1px solid #8f8e8c; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #161616;
opacity:.85;
opacity:85%;
filter:alpha(opacity=85);
-khtml-opacity: 0.85;
-moz-opacity:0.85; 
width: 200px;
visibility: hidden;
color:#FFFFFF;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #8f8e8c; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}
.dropmenudiv a:link,
.dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #8f8e8c; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #161616;
color: #19b820;
}
