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

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

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

.chromestylea ul li{
display: inline;
}

.chromestylea ul li a{
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	border-left: 1px solid #ffffff;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.chromestylea ul li a:hover{
	text-decoration: underline;
	color: #9C4A12;
	background-image: url(chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestylea 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 ######### */

.dropmenudiva{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #EFECE7;
	width: 200px;
	visibility: hidden;






filter: progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A34706;
	border-right-color: #A34706;
	border-bottom-color: #A34706;
	border-left-color: #A34706;
}


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

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

.dropmenudiva a:hover{ /*THEME CHANGE HERE*/
	color: #819155;
	text-decoration: underline;
}
.contentTxt {
	font-family: "Trebuchet MS", Verdana, Rockwell, Arial;
	font-size: 14px;
	text-align: justify;
}

