
#nav{list-style: none; }

 #nav ul { 
	padding: 0;
	margin:0;
	list-style: none;
    z-index:99;
    position:absolute;
    overflow:visible;  
   }

#nav li { 
    margin:0;   
    position: relative; 
    float:left;
	width: 12em;
	background-color:#DFDFDF;
    border:solid 1px #CECECE;
    display:block;
    height:auto;
}
#nav ul li{ background-color:#DFDFDF;}

#nav ul li{ border-width:1px 1px 0 0;}
#nav ul ul li{ border-width:1px 1px 0 1px;}
#nav ul ul li:last-child{border-width:1px;}
 
#nav a {
    text-decoration:none; 
    display:block;
    padding: 0.1em;  
    margin:0.2em 0 0.2em 0.1em; 
    width:11.5em; 
}

#nav a:hover, #nav li:hover{
}
#nav ul li:hover, #nav ul li a:hover{ background-color:#DFDFDF;}


#nav ul{
    display:none;   
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:-1.8em; 
    margin-left:12em;
}

/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
    margin-top:-1.35em; 
 }

 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}



li>ul { 
	top: auto;
	left: auto;
}
/* site style */
#holdm{position:absolute; top:150px !important; left:20px; margin-left:-2.5em; z-index:100; width:80%; }
     
     #vertm{width:15em; float:left;}
     .com{color:purple; margin-top:10px; }
    li.small{height:10px;}
    li.small a{height:10px; line-height:10px;}
	.colorspot span{visibility:hidden;}
	.colorspot{float:left; width:.5em; height:.5em; line-height:.5em; overflow:hidden; margin:1px 1px 0 0;  text-decoration:none;}
	#colorcon{background-color:#000; padding:2px; float:left;}
	#colordisp{width:100%; height:1.2em; text-align:center; background-color:#CCC;}

	
/* majky update */

#nav{
	border:none;
	margin:0 !important;
	padding:0;
}

#nav li{
	width:116px;
	padding:0;
	background:none;
	border:none;
}
#nav li.main{
	margin-right:13px;
}
#nav li a.main{
	background:url('images/menu.gif') left no-repeat;
	width:114px;
	height:18px;
	font:bold 11px arial;
	color:white;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
}
#nav li a:hover{
	background:url('images/menu_over.gif') left no-repeat;
	color:black;
}
#nav li a.main div{
	margin-top:-6px !important;
	_margin-top:-8px !important;
}

.level1,.level2,.level3,.level4{
	/* felso keret */
	padding-top:4px !important;
	background:url('images/submenu_top.png') top left no-repeat;
	/*IE6 - HACK*/
	_background-image:none;
	_background-color:white !important;
	_border:1px solid #cacaca;
}
.level1 li{
	width:189px !important;
	background:url('images/submenu_bg.png') !important;
	/*IE6 - HACK*/
	_background-image:none;
	_background-color:white !important;
}
.level1 li a{
	width:153px !important;
	text-align:left !important;
	padding:6px 5px 8px 25px !important;
	min-height:10px !important;
	font:normal 12px arial !important;
	color:#505050 !important;
	background:none !important;
	background:url('images/black_triangle.gif') left center no-repeat !important;
	margin:0 0 0 1px !important;
	/*IE6 - HACK*/
	_background-image:none;
	_background-color:white !important;
	_width:156px !important;
}
.level1 li a:hover{
	background:#AF0005 url('images/red_triangle.gif') left center no-repeat !important;
	color:white !important;
}
li.fake{
	background:url('images/submenu_bottom.png') top no-repeat !important;
	height:8px !important;
	/*IE6 - HACK*/
	_background-image:none;
	_background-color:white !important;
	_height:1px !important;
	_font-size:0px;
}

.level2,.level3,.level4{
	margin-left:183px !important;
	margin-top:-30px !important;
}
.level2{
	z-index:100;
}
