
#menu	{
	width: 140px;
	background-color: #00A814;
	height: 100%;
}

	
#menu ul	{
	list-style: none;
	margin-left: 15px;
	padding-left: 2px;          /*changes the default indent of ul  */
}

#menu li a, #menu li a:visited	{

	font: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	display: block;
	color: #FFFFFF;
	background-color: #00A814;
	
	margin: 0;
	padding: 0;
	
	border-left: 2px solid #00A814;
	border-bottom: 10px solid #00A814;
	text-decoration: none;

	height: 1%;

}


#menu li a:hover { 
	background: #FFFFFF;
	color: #00A814;
}