ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#menu {
	background: #fdf4d5;
	float: left;
	list-style: none;
	margin: 0;
	width: 200px;
	padding: 0px;
	margin-bottom: 20px;
	font-weight:bold;
}
#menu li {
	font: 16px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#submenu li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	padding-left: 3px;
	text-decoration: none;
}
#menu a, #submenu a {
	background: #6699aa;
	border-bottom: 1px solid #393939;
	color: #fff6D7;
	display: block;
	margin: 0;
	padding: 8px 8px;
	text-decoration: none;
}
#menu a:hover {
	background: #447799 url("images/hoverblu.jpg") left center no-repeat;
	color: #f6861f;
	padding-bottom: 8px;
	font-weight:bold;
}

body#pasttails li#pasttails a, body#mytail li#mytail a,body#home li#home a, body#tails li#tails a, body#blog li#blog a, body#wiki li#wiki a, body#book li#book a, body#depot li#depot a, body#safety li#safety a, body#aboutus li#aboutus a {
	background: #447799 url("images/hoverblu.jpg") left center no-repeat;
	color: #f6861f;
	padding-bottom: 8px;
	font-weight:bold;
}
