	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width:220px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 220px;
	}
	
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 210px;
		margin-top : -45px;
		border:0;
		font-family:arial narrow, helvetica, sans-serif;
		font-size:16px;
		background:black;
		z-index:1000;
	}
		
		
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		margin-top:-35px;
	}
	
	#nav li a.m {
		width: 100%;		
		height:45px;
		display : block;
		color : #F6AE01;
		font-weight : bold;
		text-decoration : none;
		background-color : transparent;
		font-family:arial narrow, helvetica, sans-serif;
		background-image:url(images/gomb4.gif);
		background-position: top center;
		background-repeat:no-repeat;
		font-size:14px;
		border:0;
		padding-top:6px;
	}
	
	#nav li a.m:hover {
		color : #C46805;
		background-color : transparent;
	}

	#nav li a.s  {
		height:30px;
		display : block;
		color : #F6AE01;
		font-weight : bold;
		text-decoration : none;
		background-image:url(images/tr.gif);
		background-position: top center;
		background-repeat:no-repeat;
		font-family:arial narrow, helvetica, sans-serif;
		font-size:12px;
		border:solid 1px #F6AE01;
		text-align:center;
		vertical-align:center;
		padding-top:7px;
	}
	
	#nav li a.s:hover  {
		background-color : transparent;
		color : #C46805;
	}
		
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	

