/* Designed by Randy Carlton */

#menu {
	left: 0px;
	width: 10.5em;
	float: left;
}


#menu ul{
	list-style: none;
}

#menu li{
	border-bottom: solid 1px #600;
	border-right: solid 1px #600;
	border-left: solid 0px #600;
}

#menu li a{
	color: #111;
	background-color: #FFE4E1;
	font-family: Arial, sans-serif;
	font-size: 80%;
	display: block;
	padding: 5px 0px 4px 15px;
	font-weight: 900;
}

#menu li a:hover{
	background-color: #FFEBEF;
	color: #500;
}

/* move the content to the right */
#content {
	position: static;
	margin: 0px 0px 0px 10.5em;
	padding: 0px 1% 30px 1%;
}
