/* CSS Document */

#topnav a
{
	width:74px;
	text-decoration:none;
	color:#FFFFCC;
	padding:3px 1px 5px;
	border-right:solid #663300;
	border-left:solid #663300;
	text-align: center;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
}
#topnav a:hover {
	text-decoration:none;
	color:#663300;
	background-color: #F1EDBA;
}
#topnav li {display:inline}


/* /////////// */

#topnav a
{
	width:74px;
	text-decoration:none;
	color:#FFFFCC;
	padding:3px 1px 5px;
	text-align: center;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;

	margin-left: 8px;
}
