/* Real menu */
ul, li
{
	font-size: small;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
}

ul
{
	width: 247px;
	border: solid 0px #333333;
	border-top: solid 1px #333333;
	border-right: solid 0px #333333;
	padding: 0px;
}

li ul
{
	display: none;
	position: absolute;
	margin-left: 247px;
	margin-top: -40px;
	
}

li a
{
	padding: 6px;
	text-decoration: none;
	color: #533a03;
	background-color: #c9b68d;
	width: 100%;
	display: block;
	border-bottom: solid 1px #655c47;
	text-indent: 20px;
	font-size: 12px;
	font-weight: bold;
}

li a:hover
{
	background-color: #f2e0b7;
	font-weight: bold;
	border-bottom: solid 1px #333333;
	text-indent: 20px;
	font-size: 12px;
}

li
{	
	float: left;
	width: 100%;
}

a.hassubmenu
{
	background-image: url(../img/lay_dmnuhassub.gif);
	background-repeat: no-repeat;
	background-position: 220px 7px;
}

#mainmenu
{
   	margin: 0px;	
	margin-left: 0px;	
	float: left;
	border-bottom: solid 0px #dfdfdf;
	margin-bottom: 0px;	
	font-family: Verdana;
}
