ul#menu {
	list-style: none;
	width: 100px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

ul#menu li {
	display: block;
	margin-top: none;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

ul#menu li a {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	background-color: #F7E5BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border: thin solid #cc9966;
	color: #000000;
	background: #cc9966;
}

ul#menu li a:active {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	background-color: #F7E5BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border: thin solid #cc9966;
	color: #000000;
	background: #cc9966;
}

ul#menu li a:visited {
	display: block;
	height: 100%;
	width: 100%;
	text-decoration: none;
	background-color: #F7E5BD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	border: thin solid #cc9966;
	color: #000000;
	background: #cc9966;
}

ul#menu li a:hover {
	display: block;
	text-decoration: none;
	background-color: #cc9966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #cc9966;
	border: thin solid #ffc;
	background: #FFC;
}

