#TopNavigation {
	height: 32px;
	width: 780px;
	background-color: #ffffff;
	background-image: url(Images/droplistv2/image_gray.gif);
	background-repeat: repeat-x;
	background-position: left center;
	margin: auto;
}
#TopNavigation ul li {
    display: inline;
	float: right;
	margin-right: 1.3em;
	margin-bottom: .3em;
	margin-top: .3em;
		
}
#TopNavigation a:link {
	text-decoration: none;
	color: #555555;
		padding:.3em  0px  5px  0px;  /*styles words within the tab buttons 1st top, 2nd right, 3rd bottom, 4th left  as long as display:block is active*/
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
#TopNavigation a:visited {
	text-decoration: none;
	color: #555555;
		padding:.3em  0px  5px  0px;   /*styles words within the tab buttons 1st top, 2nd right, 3rd bottom, 4th left  as long as display:block is active*/
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#TopNavigation a:hover {
	text-decoration: none;
	color:#444444;
		padding:.3em  0px  5px  0px;   /*styles words within the tab buttons 1st top, 2nd right, 3rd bottom, 4th left  as long as display:block is active*/
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
#TopNavigation a:active {
	text-decoration: none;
	color: #555555;
	padding:.3em  0px  5px  0px;  /*styles words within the tab buttons 1st top, 2nd right, 3rd bottom, 4th left  as long as display:block is active*/
	display: block;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
