.menu {
	position:absolute;
	top: 0;
	border: 1px solid #e0dfda;
	background-image:url(http://images.muhammadarif.com/bg-menu.jpg);
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	text-transform:lowercase;
	color: #646464;
	text-decoration: none;
	line-height:28px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}
.menu a {
	width:auto;
	display:block;
	text-indent:20px;
	border-bottom:1px solid #e0dfda;
	padding:2px 0;
	color: #646464;
	text-decoration: none;
}
* html .menu a {
	width: 100%;
}
.menu a:hover {
	color: #ea6e1e;
	background-image:url(http://images.muhammadarif.com/bg-menu-hover.jpg);
}