#my-menu{
	width:230px;
	height:auto;
	background:#def1f5;
	margin-left:5px;
	font-size:19px;
	text-align:inherit;
}
#my-menu li{
	list-style-type:none;
	background-image:url(/images/m.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:230px;
	padding-top:9px;
}
#my-menu ul li{
	background-image:none;
	width:150px;
	background-color:#def1f5;
	border-bottom:2px solid #fff;
	margin-top:12px;
	margin-left:45px;
	
}
#my-menu a{
	color:#2f3c41;
	text-decoration:none;
}