#menu {
	float: left;
	clear: both;
	position: relative;
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660;
}
#menu a {
	color: #FFFFFF;
	font-size: 18px;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	text-transform: lowercase;
	float: left;
	background-image: url(layout/menubg2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#menu a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660;
	background-color: #666600;
	color: #FFF;
}
#linked {
	background-color: #660;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660;
}
#textarea {
	width: 990px;
	position: relative;
	float: left;
}
