#TopNavigation	{
float : right;
	width: 930px;
	height: 25px;
	padding-top: 10px;
}					
#TopNavigation ul 	{ 
	list-style : none;
	margin : 0;
	padding : 0;
}
						
#TopNavigation li 	{
	float : left;
	margin : 0;
	border-height : 2px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #cccccc;
}
#TopNavigation a 	{
	float: inherit;
	display : block;
	font-size : 12px;
	text-decoration : none;
	color : #FFFFFF;
	font-family: Arial;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
    						
/* 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/BT/BT_master-over.png);
	background-repeat: no-repeat;
	background-position: center;
	}						
#TopNavigation ul li.selected a {
	text-decoration : none;
}
