#topnav
{
	background-color:transparent;
	color:#FFFFFF;
	font-family:Trebuchet MS,Tahoma,Arial,Verdana,sans-serif,Lucida Sans Unicode;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;
	text-align:center;
}
#topnav tr
{
	background-color:transparent;
}

#topnav a
{
	/*background-color:#E54489;*/
	display:block;
	color:#663300;
	font-family:Trebuchet MS,Tahoma,Arial,Verdana,sans-serif,Lucida Sans Unicode;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	width:100%;
}
#topnav td
{
	width:130px;
	background-color:transparent;
	padding-right:2px;
}
#topnav td.last
{
	padding:0;
}
#topnav a:hover
{
	background-color:#EC76A8;
	width:100%;
	color:#FFFFFF;
	font-family:Trebuchet MS,Tahoma,Arial,Verdana,sans-serif,Lucida Sans Unicode;
	font-size:11pt;
	font-style:normal;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}

