#menu {
	text-align: left;
	background: transparent url("../images/nav_BG.jpg") repeat-y top center;
	width: 176px;
	margin: 17px 2px 0;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	}
#menu ul {
	background: transparent url("../images/nav_bottom_BG.jpg") no-repeat bottom center;
	margin: 0;
	padding: 0 0 0 15px;
	padding-bottom: 15px;
	}
#menu ul ul {
	background: none;
	margin: .5em 0 0 0;
	padding: 0;
	}
#menu ul li {
	background: none;
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
	}
#menu ul ul li {
	background: none;
	margin: 0 0 6px 0;
	padding: 0;
	font-weight: normal;
	font-size: 95%;
}

#menu img {
	border-width: 0;
	}
	
	
	
	
#menu a:link {
	color: #FFF;
	text-decoration: none;
	}
#menu a:visited {
	color: #FFF;
	text-decoration: none;
	}
#menu a:hover {
	color: #fff7e8;
	text-decoration: underline;
	}
#menu a:active {
	color: #FFF;
	text-decoration: none;
	}
