#header{
	margin-left: 5px;
}


/*********** Main Nav Styles ***********/


#header_mainnav_links{
	font-family: tahoma;Arial; sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}

#header_mainnav_links a {
	color: #FFFFFF;
	/* Color of the Link Text */
	text-decoration: none;
	/* Turns underline OFF */
	position: static;
	/* Positions Link. Use Relative or Static. */
	height: 25px;
	/* To make it flush, make this the same height as the table cell */
	padding-right: 6px;
	padding-left: 6px;
	/* Creates separation between links on the left and right */
	line-height: 22px;
	/* On IE it pushes the text down to the center */
}

		
#header_mainnav_links a:link {
	color: #FFFFFF;
	/* Color of the Link Text */
	text-decoration: none;
	/* Turns underline OFF */
	position: static;
	/* Positions Link. Use Relative or Static. */
	height: 25px;
	/* To make it flush, make this the same height as the table cell */
	padding-right: 6px;
	padding-left: 6px;
	/* Creates separation between links on the left and right */
	line-height: 22px;
	/* On IE it pushes the text down to the center */

}

#header_mainnav_links a:hover {
	color: #FE9D04;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	
}

/*********** Utility Nav Styles ***********/

#header_utilitynav{
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

#header_utilitynav a{
	padding-left: 15px;
	text-decoration: underline;
	padding-right: 5px;
	font-family: Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

#header_utilitynav link{
	padding-left: 15px;
	text-decoration: none;
	padding-right: 5px;
	font-weight: bold;
}
