* { margin: 0; padding: 0; }
html, body, #main { height: 100% }
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #333 }


li { list-style-type: none; }
.basic, #list2, #list3, #navigation { width:20em; }



.basic  {
	width: 500px;
	font-family: verdana;
}
.basic div {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 45px;
	padding-right: 45px;
	background-color: #ccc881;
	border-top: none;
	border-left: 1px solid #9c947c;
	border-right: 1px solid #9c947c;
	border-bottom: 1px solid #9c947c;
	-moz-border-radius: 0px 0px 5px 5px;
}

.basic ul, li {
	list-style: disc;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 1px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #5f391b;
	border-top: 1px solid #9c947c;
	border-left: 1px solid #9c947c;
	border-right: 1px solid #9c947c;
	border-bottom: 1px solid #B4AD72;
	-moz-border-radius: 5px 5px 5px 5px;
}

.basic a:link {
	color: #a89d60;
	background-color: #5f391b;
	-moz-border-radius: 5px 5px 5px 5px;
	border-color: #CCCCCC;
}

.basic a:hover {
	color: #a89d60;
	background-color: #5f391b;
	-moz-border-radius: 5px 5px 5px 5px;
}

.basic a:focus {
	color: #a89d60;
	background-color: #5f391b;
	-moz-border-radius: 5px 5px 5px 5px;
}

.basic a.selected {
	color: #5a401b;
	background-color: #a89d60;
	-moz-border-radius: 5px 5px 0px 0px;
}


