/* ================================================
	Good display for: Internet Explorer 5 (Mac), Internet Explorer 5.5 (or hight,6,7 beta 2)
	Konqueror 2.2 (Linux), Netscape 6 (or hight: ver 7, 8)
	Opera 5 and 6 (or hight: ver 7, 8)
	Safari 1.0
	FireFox 1.1 (or height)
	Check All for: CSS Level 2
	www.dnn360.net
	check by: thangpdtt@gmail.com 
================================================ */
#dropmenudiv {
	position: absolute;
	border-bottom-width: 0;
	font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
	z-index: 400;	
	border-right: 1px solid #4a6522 !important;
	border-left: 1px solid #4a6522 !important;
	border-top: 1px solid #59752d !important;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 15px;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #6EA120 !important;
}

#dropmenudiv a:hover {	
	background:#334B0F !important;
	color: white;
}