ul#menu, ul#menu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
	width: 12em;
	font-family: Tahoma;
}

ul#menu a {
	display: block;
	text-decoration: none;
}

ul#menu li {
	margin-top: 1px;
}

/* 1st-level headings */
ul#menu li a {
	background: #333;
	color: #FFF;	
	padding: 0.5em;
	font-size: 14px;
}

/* 1st-level headings - hover */
ul#menu li a:hover {
	background: #222;
	color: #F00;
}

/* 2nd-level headings */
ul#menu li ul li a {
	background: #CCC;
	color: #000;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	border-left: 5px #000 solid;
	border-right: 5px #000 solid;
	font-weight: normal;
}

/* 2nd-level headings - hover */
ul#menu li ul li a:hover {
	background: #AAA;
	/*padding-left: 15px;*/
	color: #F00;
}

/* 2nd-level headings - current page */
ul#menu li ul .current a {
	background: #999;
	border: none;
	color: #FF0;
	padding-left: 15px;
}