#bottomNav	{
	background-color: #FFFFFF;
	background-position: center;
	text-align: center;
}					
#bottomNav ul 	{ 
	list-style : none;
	margin : 0;
	padding : 0;
}
						
#bottomNav li 	{
	float : left;
	border-height : 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#bottomNav a 	{
	float: inherit;
	display : block;
	font-size : 11px;
	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: 17px;
	padding-right: 17px;
}
    						
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#bottomNav a { float : top; }
/* End IE5-Mac hack */
						
#bottomNav a:hover	{
	text-decoration : none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	color: #F7941E;	
	}						
#bottomNav ul li.selected a {
	text-decoration : none;
}
