
/* Educationsansar.com */

.dropmenudiv{
	position:absolute;
	visibility: hidden;
	list-style-type: none;
	line-height: 24px;
	border-right:1px solid #5887B3;
	border-left:1px solid #5887B3;
	border-bottom:1px solid #5887B3;
	z-index: 100;
	width: auto;
	margin: 0;
	font-family: Arial, tahoma, sans-serif;
	font-size: 11px;
}

.dropmenudiv a{
	width: auto;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	display: block;
	margin:0  1px;
	padding: 0 16px 0 4px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	color: #454545;
	background:#C0DCF3 url('../images/dropdown01.png') repeat-x;
}

.dropmenudiv a:hover{ /*hover background color*/
	color:#fff;
	text-decoration: none;
	font-weight: bold;
	background:#86AED3;
}
