﻿#Header
{
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#Header ul
{
	width: 100%;
	background: url(/images/topnav_bg_01.gif) repeat-x;
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	padding-top: 6px;
	float: left;
	padding-bottom: 9px;
	clear: both; 
	margin-bottom: 0;
	height: 15px;

}


#Header li { display: inline; padding-left: 35px; padding-right: 45px; padding-top:5px; }

#Header .iefUl li { display: inline; padding-left: 15px; padding-right: 35px; padding-top:5px; }

#Header a:link, #Header a:visited, #Header a:active, #Header a:hover
{
	text-decoration: none;
	text-transform: uppercase;
}
#Header a:hover
{
	color: Red;
}