#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 190px;
	list-style-type: none;
}
#menu li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#menu ul {
	
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
	color: #a5be11;
	background: #fff;
	border-bottom: 1px solid #a5be11;
	
	
}

#menu a {
	background: #fff;
	border-bottom: 3px solid #d5006e;
	color: #d5006e;
	display: block;
	margin: 0;
	padding: 4px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #dddddd url("images/hover.gif") left center no-repeat;
	color: #d5006e;
	padding-bottom: 4px;
}

