
/* Educationsansar.com */

.dropmenudiv{
	position:absolute;
	visibility: hidden;
	line-height: 25px;
	z-index: 100;
	width: auto;_width:180px;
	font-size:11px;
	font-family:
	font-weight:bold;
	letter-spacing:1px;
	margin:0;
	padding:20px 0 5px 0;
	background:#07457D url('http://www.necanepal.org/images/menu_arrow.jpg') no-repeat top left;
}

.dropmenudiv a{
	width: auto;
	display:block;
	margin:0px;
	padding:0 20px 0 12px;
	font-weight:normal;
	text-decoration: none;
	color: #81B7D3;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*hover background color*/
	font-weight:normal;
	text-decoration: none;
	color: #fff;
	background:#0278B0;
}
