@charset "utf-8";
/* CSS Document */

/*MAIN NAVIGATION----------------------------------------------------------------------------------------------*/
ul#mainNav {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	list-style: none;
	padding-left: 0px;
	line-height: 11px;

}
#mainNav a {
		margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
		text-decoration: none;
	color: #999999;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform:lowercase;
	height: 19px;
	padding: 0;
	line-height: 130%;
}
#mainNav a:hover {
	color:#FF8000;
}
#mainNav a.active {
	color: #FF8800;
}
