ul, li
{
	display: block;
}




/* Real menu */




#navliul
{
	display: none;
	position: absolute;
	margin-left: 55px;
	margin-top: -25px;
	width: 155px;
	border: solid 1px #333333;
	border-top: solid 1px #333333;
	border-right: solid 2px #333333;
	padding: 0px;
	text-align: left;

}


#navli
{	
	float: left;
	width: 98%;
}


a.hassubmenu
{
	background-image: url(../img/lay_dmnuhassub.gif);
	background-repeat: no-repeat;
	background-position: 120px 1px;
}

#mainmenu
{
	margin: 1px;	
	margin-left: -4px;	
	float: left;
	border-bottom: solid 0px #333333;
	margin-bottom: 2%;	
	width: 100px;
	border: solid 0px #333333;
	border-top: solid 0px #333333;
	border-right: solid 0px #333333;
	padding: 4px;
}


#nava 
	{ 
	padding: 4px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	width: 100%;
	display: block;
	border-top: solid 1px #F2A113;
	border-right: solid 1px #F2A113;
	border-bottom: solid 0px #F2A113;
	border-left: solid 2px #F2A113;
	text-indent: 1px;
	text-align: left;
	font-size: 8pt;
	font-family: arial,tahoma; 

	}
	 
#navb 
	{ 
	padding: 4px;
	text-decoration: none;
	color: #F2A113;
	font-weight: bold;
	background-color: #7A929F;
	width: 100%;
	display: block;
	border-top: solid 1px #F2A113;
	border-right: solid 1px #F2A113;
	border-bottom: solid 1px #F2A113;
	border-left: solid 5px #F2A113;
	text-indent: 1px;
	text-align: left;
	font-size: 8pt;
	font-family: arial,tahoma; 

	}
	
#nava:hover 
	{ 
	background-color: #606060;
	font-weight: bold;
	border-top: solid 1px #F2A113;
	border-right: solid 1px #F2A113;
	border-bottom: solid 1px #F2A113; 
	border-left: solid 1px #F2A113;
	color: white;
	}
	
