table.topbar {
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333300;
	border-right-color: #333300;
	border-bottom-color: #333300;
	border-left-color: #333300;
	
	
}
table.topbar td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
table.topbar td a, table.topbar td a:visited {
	display: block;
	padding: 2px;
	text-decoration: none;
	color: #601F37;
	background-color: #F8F2ED;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
   
}

table.topbar td a:hover, table.topbar td a:active, {
   color: white;
   background-color: #601f37;
   text-decoration:none;
   }
