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

#dropmenudiv{
	visibility:hidden;
	width: 200px;
	position:absolute;
	margin: 0 0 0 -3px;
	border-bottom-width: 0;
	font-family: georgia !important;
	font-style: italic;
	font-size: 12px;
	background: #eee;
	z-index:100;
	padding: 0 2px 2px 2px;
}
*:first-child+html #dropmenudiv{
	visibility:hidden;
	width: 200px;
	position:absolute;
	margin: -32px 0 0 -3px;
	border-bottom-width: 0;
	font-family: georgia !important;
	font-style: italic;
	font-size: 12px;
	background: #eee;
	z-index:100;
	padding: 0 2px 2px 2px;
}
*html #dropmenudiv {
	margin: 0 0 0 -3px;
	padding: 0 3px 3px 3px;
}
#dropmenudiv a{
	width: 120px;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	padding: 7px 15px;
	background:#fff;
	font-family: georgia !important;
	font-style: italic;
	font-size: 12px;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #000;
	text-decoration: none;
	display: block;
	text-indent: 3px;
	padding: 7px 15px;
	font-family: arial !important;
	font-family: georgia !important;
	font-style: italic;
	font-size: 12px;
}
