.chromestyle{width:99%; font-weight:bold;}

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

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

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

.chromestyle ul li a{color:#FFFFFF; letter-spacing:1px; font-family:Century Gothic; font-size:11px; text-transform:uppercase; padding:4px 7px; margin:0; text-decoration:none; border-right:0px solid #DADADA;}

/*script dynamically adds a class of "selected" to the current active menu item*/
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ background:url(_chromebg-over.gif) center center repeat-x; color:#DE1825; text-decoration:underline; /*THEME CHANGE HERE*/}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top:0;
	border:0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width:0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color:_#009966;
	background-image:url(../../images/siteimages/_insidebackmenu.jpg); background-repeat:repeat-x;
	width:200px;
	visibility:hidden;
	color:#000;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
	width:auto;
	display:block;
	text-indent:3px;
	border-bottom:1px solid #BBB;
	padding:2px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	background-image:url(../../images/siteimages/_insidebackmenu.jpg); background-repeat:repeat-y;
	text-align:left;
}

/*IE only hack*/ 
* html .dropmenudiv a{width:100%; font-family:Century Gothic; font-size:11px; font-weight:bold}

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