/*-- STYLE FOR DROP DOWN MENU  --*/
/*-- OUTFITTER NEPAL 2009 - DEVELOP AND DESIGN BY IMAGINE WEB SOULATION  --*/
.dropmenudiv_a {
	position: absolute;
	top: 0px;
	border: 1px solid #404040; 
	border-top-width: 10px; 
	border-bottom-width: 0px;
	font: bold 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color: #669900;
	width: 200px;
	visibility: hidden;
	padding: 5px 5px;
}


.dropmenudiv_a a {
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f; 
	padding: 2px 0;
	text-decoration: none;
	color: black;
	border-left: #FFEC00 solid 4px;
}

* html .dropmenudiv_a a { 
	width: 100%;
}

.dropmenudiv_a a:hover { 
	background-color: #D70000;
	color: #FFFFFF;
	border-left: #000000 solid 4px;
}