#TopNavigation	{
	float : left;
	padding-left: 20px;
	padding-top: 10px;
	width: 650px;
	text-align: center;
	padding-right: 20px;
	padding-bottom: 10px
}					
#TopNavigation ul 	{ 
	margin : 0;
	padding : 0; list-style-type:none; text-align:center
}
						
#TopNavigation li 	{
	float : left;
	border-height : 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
#TopNavigation a 	{
	float: right;
	display : block;
	font-size : 9pt;
	text-decoration : none;
	color : #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
}
    						
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#TopNavigation a { float : top; }
/* End IE5-Mac hack */
						
#TopNavigation a:hover	{
	text-decoration : none;
	background-repeat: no-repeat;
	background-position: center;
	color: #003398;
	background-color: #FFFFFF;
	}						
#TopNavigation ul li.selected a {
	text-decoration : none;
}