#menu ul {
	list-style:none;
}
#menu ul li {
	height:22px;
	width:130px;
	display:block;
	float: left;
	padding-right:4px;	
}
#menu ul li a {
	height:22px;
	padding-left:20px;
	color:#3c731e;
	text-decoration:none;
}
#menu ul li a:hover {
	color:#FF6633;
}
.self {
	color:#FF6633;
}
.pic {
	background-image: url("../images/menu/mango-list.jpg");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.menu_header_about {
	background-image: url("../images/menu/about-menu.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:140px;
	margin-top:8px;
}
.menu_header_members {
	background-image: url("../images/menu/members-menu.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:140px;
	margin-top:8px;
}
.menu_header_amroha {
	background-image: url("../images/menu/amroha-menu.gif");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width:140px;
	margin-top:8px;
}
a.list_item {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c731e;
	text-decoration:none;
	height:20px;
}
.login, .logout {
	width:80px;
}


