#TopNavigation	{
	float : left;
	background-color: #FFFFFF;
	width: 950px;
	vertical-align: top;
}					
#TopNavigation ul 	{
	list-style : none;
	margin: 0px;
	padding: 0px;
	background-position: top;
}
						
#TopNavigation li 	{
	float : left;
	border-height : 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#TopNavigation a 	{
	float: inherit;
	display : block;
	font-size : 13px;
	text-decoration : none;
	color : #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: capitalize;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 18px;
	padding-right: 18px;
}
    						
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#TopNavigation a { float : top; }
/* End IE5-Mac hack */
						
#TopNavigation a:hover	{
	text-decoration : none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	color: #F7941E;	
	}						
#TopNavigation ul li.selected a {
	text-decoration : none;
}
