@charset "utf-8";

#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.5;
}

#menu li { /* all list items */
	width: 275px; /* width needed or else Opera goes nuts */
	margin: 5px 0;
	background: #d2d0c1;
	border: solid 1px #181818;
	font-weight: bold;
}
#menu li.selected {
	background: #181818;
	color: #bd922d;
	width: 275px;
	padding: 10px 0;
	border: solid 1px #181818;
}


#menu a {
	width: 275px;
	padding: 10px 0;
	text-decoration: none;
	color: #222;	
	display: block;
	
}

#menu a:hover {
	text-decoration: none;
	background: #181818;
	color: #bd922d;
}