#MainNavigation	{
	float : left;
	padding-left: 20px;
	padding-top: 10px;
	width: 790px;
	text-align: right;
	padding-right: 0px;
	padding-bottom: 0px;
}					
#MainNavigation ul 	{ 
	list-style : none;
	margin : 0;
	padding : 0;
}
						
#MainNavigation li 	{
	float : left;
	border-height : 2px;
}
#MainNavigation a 	{
	float: none;
	display : block;
	font-size : 16pt;
	text-decoration : none;
	color : #E4001D;
	font-family: Arial;
	font-weight: normal;
	text-transform: capitalize;
	background-image: url(../img/Orange_Button.png);
	width: 242px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: 22px;
	text-align: center;
}
    						
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#MainNavigation a { float : top; }
/* End IE5-Mac hack */
						
#MainNavigation a:hover	{
	text-decoration : none;
	background-repeat: no-repeat;
	background-position: center;
	color: #003398;
	}						
#MainNavigation ul li.selected a {
	text-decoration : none;
}
