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