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