ul, li
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

ul
{
	width: 130px;
	border: solid 1px #333333;
	border-top: solid 5px #333333;
	border-right: solid 2px #333333;
	padding: 0px;
}

li ul
{
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -20px;
}

li a
{
	padding: 0px;
	text-decoration: none;
	color: #004000;
	background-color: #EDEEB5;
	width: 100%;
	display: block;
	border-bottom: dashed 0px #333333;
	text-indent: 2px;
	color:#004000;
	background: #EDEEB5 url(/css/btnnav.jpg) 0 0;

}

li a:hover
{
	background-color: #ffcc00;
	font-weight: bold;
	border-bottom: solid 0px #333333;
}

a.hassubmenu 
{
	background-image: url(images/lay_dmnuhassub-------.gif);
	background-repeat: no-repeat;
	background-position: 120px 7px;
}

li.over { z-index:999; } 
