#TopNavigationSmall	{
	float : right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #161616;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #161616;
}					
#TopNavigationSmall ul 	{ 
	list-style : none;
	margin : 0;
	padding : 0;
}
						
#TopNavigationSmall li 	{
	float : left;
	margin : 0;
	border-left : 1px solid #666666;
	border-height : 2px ;
}
#TopNavigationSmall a 	{
	float : left;
	display : block;
	font-size : 9px;
	text-decoration : none;
	color: #FFFFFF;
	padding : 2px 5px;
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
}
    						
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#TopNavigationSmall a { float : none; }
/* End IE5-Mac hack */
						
#TopNavigationSmall a:hover	{
	text-decoration : none;
	background-repeat: no-repeat;
	background-position: center 1px;
	color: #FFFFFF;
}						
#TopNavigationSmall ul li.selected a {
	color: #FFFFFF;
	text-decoration : none;
	background : #6C9C31;
}
