#menu{
	margin-left: 3px;
}

#menu ul { 
	margin: 0; 
	padding: 20px 0; 
	background-color: #98a0ad;
	list-style: none;
	width: 186px; /* Width of Menu Items */ 
}

#menu ul#menuList2 { 
	background-color: #aab0bc;
}

#menu ul#menuList3 { 
	background-color: #eaeaea;
	padding: 0px;
}




#menu ul li { 
	position: relative; 
	background: #fff;
	margin: 0px;
	padding: 0px;
} 

#menu li ul { 
	padding: 0px;
	position: absolute; 
	left: 186px; /*Set 0px less than menu width */ 
	top: 0; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%;} 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	text-decoration: none; 
	color: #fff; 
	background: #98A0AD; /* IE6 Bug */ 
	padding: 5px 5px 5px 8px; 
}


#menu ul#menuList2 a { 
	color: #000; 
}

#menu ul#menuList3 a { 
	color: #000;
	background: #eaeaea url("../img/vilagosszurkepottyos-menubg.gif") no-repeat center bottom;
}



/* Hover Styles */ 
#menu ul a:hover { 
	color: #fff;
	background: #616f9e; 
}

#menu ul#menuList2 a:hover { 
	color: #fff;
}

#menu ul#menuList3 a:hover { 
	color: #000;
	background: #eaeaea url("../img/vilagosszurkepottyos-menubg.gif") no-repeat center bottom;
}

#menu p.hirek{
	padding: 0px 0px 3px 3px;
	margin: 10px 5px 5px 5px;
	background: url("../img/vilagosszurkepottyos-menubg.gif") no-repeat center bottom;
}



/* Sub Menu Styles */ 
#menu li ul a { 
	text-decoration: none; 
	color: #fff; 
	background: #404d79; /* IE6 Bug */ 
	padding: 5px; 
}

#menu #menuList2 li ul a { 
	color: #fff; 
}


/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #ffffff;
	background: #606e9d; 
} 



/* Icon Styles */ 
#menu ul a.submenu {background: #98a0ad url("../img/feherpottyos-menubg.gif") no-repeat center bottom; }
#menu ul a.submenu:hover {background: #606e9d;}
#menu ul ul a.submenu {background: #404d79 url("r_arrow.gif") no-repeat right; }
#menu ul ul a.submenu:hover {background: #606e9d url("r_arrow.gif") no-repeat right; }


#menu #menuList2 a.submenu {background: #aab0bc url("../img/szurkepottyos-menubg.gif") no-repeat center bottom; }
#menu #menuList2 a.submenu:hover {background: #606e9d;}
#menu #menuList2 ul a.submenu {background: #404d79 url("r_arrow.gif") no-repeat right; }
#menu #menuList2 ul a.submenu:hover {background: #606e9d url("r_arrow.gif") no-repeat right; }

#menu #menuList { padding-bottom:1px; }
#menu #menuList2 { padding-top:1px; }






