.chromestyle{
	width:1000px;
	height:53px;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FFF;
	letter-spacing:1px;
	float: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width:1000px;
height:53px;
background:url(../Images/top-link-bg.jpg); background-repeat:repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
padding-top:16px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin-top:20px;
height:53px;
}

.chromestyle ul li a{
color: #e9e4d3;
padding: 18px 18px;
margin-top:20px;
text-decoration: none;
height:53px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../Images/top-link-over-bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color:#333;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-family:"Trebuchet MS";
font-size:12px;
line-height:20px;
z-index:100;
background-color:#f1ba28;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom:#663 1px solid; /*THEME CHANGE HERE*/
padding: 2px 3px;
text-decoration: none;
letter-spacing:1px;
color:#333;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 1000px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #796216;
color:#e9e4d3;
}
.Feedback_heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #7D6316;
	text-align: left;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.feedback_label {
	color: #000000;
	text-align: left;
	width: 30%;
}
.submit_button {
	text-align: center;
}
.feedback_textboc {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	text-align: left;
	width: 150px;
	height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.feedback_form {
	width: 300px;
	height: auto;
	margin-top: 10px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #7D6316;
	margin-left: auto;
	clear: both;
	margin-right: auto;
	line-height: 25px;
}
