#menu a {
	margin: 0;
	color: #fff;
	border: 0;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 2px 2px 2px 16px;
}
#menu a:link {
	color: #fff;
}
#menu a:visited {
	color: #fff;
}

#menu .selected-item {
	font-weight: bold;
}
/* Level 1 */
#menu {
	list-style-type: none;
	list-style-position: outside; 
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #537faa;
	border-bottom: 1px solid #1b63aa;
	background-color: #3f75ac;
	width: 164px;
	text-align: left;
}
#menu li {
	font-size: 0.9em;
	margin: 0;
	padding: 0;
	background: #3f75ac;
	border-top: 1px solid #537faa;
	border-bottom: 1px solid #1b63aa;
}
#menu a:hover {
	background-color: #1b63aa;
}
#menu a:active {
	background-color: #537faa;
}
/* Level 2 */
#menu ul {
	list-style-type:none; list-style-position:outside; 
	margin: 0;
	padding: 0;
	border: 0;
	width: 164px;
	text-align: left;
}
#menu li li {
background: #6688aa;
border-top: 1px solid #7791aa;
border-bottom: 1px solid #4375a8;
}
#menu li li a:hover {
	background-color: #4375a8;
}
#menu li li a:active {
	background-color: #7791aa;
}
/* Level 3 */
#menu ul ul {
	list-style-type:none; list-style-position:outside; 
	margin: 0;
	padding: 0;
	border: 0;
	width: 164px;
	text-align: left;
}
#menu li li li {
background: #7c92a8;
border-top: 1px solid #8e9aa5;
border-bottom: 1px solid #547da5;
}
#menu li li li a:hover {
	background-color: #547da5;
}
#menu li li li a:active {
	background-color: #8e9aa5;
}