table.navbar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}

table.navbar td {
	color: #FFF;
}

table.navbar td a, table.navbar td a:visited{
	color: #FFF;
	padding: 4px;
	}

table.navbar td a:hover, table.navbar td a:active{
	color:  #FFF;

	text-decoration:;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #550101;
	border-right-color: #550101;
	border-bottom-color: #550101;
	border-left-color: #550101;
	}

