/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#stylefour {
	position: relative;
	display: block;
	height: 39px;
	font-size: 11px;
	font-weight: bold;
	background: transparent url(images/bgOFF.gif) repeat-x top left;
	font-family: Arial, Verdana, Helvitica, sans-serif;
	border-top: 4px solid #FCBD16;
}

#stylefour ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left:5px;

	width: auto;
}

#stylefour ul li {
	display: block;
	float: left;
	margin: 0;
}

#stylefour ul li a {
	display: block;
	float: left;
	color: #666;
	text-decoration: none;
	padding: 11px 20px 0 26px;
	height: 23px;
	background: transparent url(images/bgDIVIDER.gif) no-repeat top right;
}

#stylefour ul li a:hover,#stylefour ul li a.current {
	color: #B30000;
	margin-left:-5px;
	margin-right:5px;

	background: #fff url(images/bgON.gif) no-repeat top right;
}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */


#feedbacks { padding:20px; margin-top:10px; background: #DEE6FE; font-size:13px; font-family:Arial, Helvetica, sans-serif}
#feedbacks p{ color:#330033}
#feedbacks h2{ margin:2px; color: #FF3300;}


