
/*========================== drop menu style ========================*/

#dropmenudiv{
	visibility:hidden;
	width: 180px;
	position:absolute;
	margin-top: -1px;
	border-bottom-width: 0;
	font-family: arial !important;
	font-size: 11px;
	line-height:18px;
	background-color: #4f4f4f;
	z-index:100;
	-moz-opacity:.96;
	filter: Alpha(opacity=96);
}
*html #dropmenudiv {
	margin-top: -1px;
}
#dropmenudiv a{
	width: 180px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color: #ddd;
	padding: 6px 0px;
	font-family: arial !important;
}

#dropmenudiv a:hover{ /*hover background color*/
	width: 180px;
	background-color: #5e5e5e;
	color: #fff;
	text-decoration: none;
	display: block;
	text-indent: 3px;
	padding: 6px 0px;
	font-family: arial !important;
}