/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%    MAIN NAV CSS   %%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

 ul#mainNav {
	list-style: none;
	margin-left: 0em;
	padding-left: 0em;
	font-size: 12px;
	line-height: 1.6em;
	color: #999999;
	font-family: "Helvetica Rounded", "Arial Rounded MT", Verdana, Arial, Helvetica, sans-serif;
	
	margin-top: 0px;
}

ul#mainNav li {
	float: left;
	padding-right: 1.25em;
}

ul#mainNav a {
	text-decoration: none;
	color: #68b6e6;
}

ul#mainNav a:hover {
	

	color: #999999;
	
}


/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* %%%%%%%    SIDE NAV CSS   %%%%%%%%%%% */
/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

 ul#subNav {
	list-style: none;
	margin-left: 0em;
	padding-left: 0em;
	font-size: 11.5px; /*font-size: 12px;*/
	line-height: 1.6em;
	color: #999999;
	font-family: "Helvetica Rounded", "Arial Rounded MT", Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 20px;
}

ul#subNav li {
		float: left;
	padding-right: .75em;
}

ul#subNav a {
	text-decoration: none;
	color: #FF8500;
}

ul#subNav a:hover {
	

	color: #999999;
	
}

/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

