@charset "utf-8";
/* CSS Document */
#menu {
	float: left;
	width: 150px;
}

#menu ul {
	list-style: none;
	width:150px;
}	

#menu li {


}

#menu li a {
	font-weight: bold;
	height: 40px;
	text-decoration: none;
	color: #000000;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #315F31;
	padding-top: 15px;
	padding-left: 2px;
}
	
	
#menu li a:hover {
	color: #666666;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #E4E3C5;
}

