#TopNavigation	{
	float : left;
	background-color: #000000;
	width: 490px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}					
#TopNavigation ul 	{ 
	list-style : none;
	margin : 0;
	padding : 0;
}
						
#TopNavigation li 	{
	float : left;
	margin : 0;
	border-height : 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}
#TopNavigation a 	{
	float: inherit ;
	display : block;
	font-size : 11px;
	text-decoration : none;
	color : #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 5px;
	background-image: url(../images_www/BT/BT_master.jpg);
	background-repeat: no-repeat;
	background-position: center;  
		padding-left: 15px;
		padding-right: 15px;

}
    						
/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#TopNavigation a { float : top; }
/* End IE5-Mac hack */
						
#TopNavigation a:hover	{
	text-decoration : none;
	background-image: url(../images_www/BT/BT_master-over.jpg);
	background-color: #000000;
background-repeat: no-repeat;
	background-position: center;
	
	}						
#TopNavigation ul li.selected a {
	text-decoration : none;
}

