

#menu{

	margin-left: -15px;
	width: 500px;
	margin-top: -85px;
	height: 400px;
}
#menu li{
	border-bottom-width: 0;
}
#menu ul li, #menu li:last-child{border:none}	
a{
	display:block;
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	padding:3px 5px;
}
#menu a:hover{
	color: #75d400;
	-webkit-transition: color 0.2s linear;
}
#menu ul a{background-color: red;}
#menu ul a:hover{
	color:#2961A9;
	text-shadow:none;
	-webkit-transition: color, background-color 0.2s linear;
}
ul{
	display:block;
	padding:0;
	width: 450px;
	list-style:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#menu ul{
	width: 500px;
	overflow: auto;
	height: 400px;
	margin-left: 5px;
	border: 1px dotted #75d400;
}
#menu li ul {display:none;}




