.chromestyle{
	width: 99%;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	background-image: url(chromebg3.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-right: 0px;
	margin: 0;
	text-indent: 180px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none; /*THEME CHANGE HERE*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #99CC66;
}

.chromestyle ul li a:hover{
	background: url(chromebg3-over.gif) center center repeat-x;
}

.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: 1px solid #ADED7C; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 170px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);		left: 6px;
	padding-left: 6px;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	border: 1px solid #ADED7C;
	text-decoration: none;
	font-weight: bold;
	color: #494949;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #D59907;
	color: #FFFFFF;
}
