

/* Real menu */

.ul1
{

}

li ul
{
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -20px;
}

li a
{
	padding: 7px;
	text-decoration: none;
	color: #000000;
	background-color: #F8F8F8;
	width: 100%;
	display: block;
	border-bottom: solid 2px #333333;
	text-indent: 2px;
	font-size: 13px;
	height: 25px;
}

li a:hover
{
	background-color: #DDDDDD;
	
}


a.hassubmenu
{
	background-image: url(../img/lay_dmnuhassub.gif);
	background-repeat: no-repeat;
	background-position: 120px 7px;
}

#mainmenu
{
	margin: 0px;
	margin-left: 0px;
	float: left;
	margin-bottom: 100%;
	width: 190px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12pt;
}
