@charset "utf-8";
/* CSS Document */
/*---------------------------------[GÓRNE MENU ALA STU NICHOLS]-----------------------------------*/
#nav, #nav ul {
	padding:0; 
	margin:0; 
	list-style:none; 
	text-transform:uppercase;
	position:relative; 
	z-index:50;
}
#nav {
	height:35px; 
	width: auto; 
	padding:0 0 0 45px;
	background: url(../images/main.png) repeat-y;
}

#nav table {
	border-collapse:collapse;
}
#nav li {
	float:left; 
	font-size:13px;
	background:transparent url(../images/img04.gif) no-repeat right 10px; 
	padding-right:7px;
}
#nav li li {
	float:none; 
	font-size:12px;
	background:#fafafa; 
	border-bottom:1px dotted #cecece;
	border-left:1px dotted #cecece;
	border-right:1px dotted #cecece;

}
/* ------------[IE]------------------ */
#nav li a li {float:left; }

#nav li a {
	display:block; 
	float:left; 
	color:#695C44; 
	height:35px; 
	padding:0 10px 0 10px; 
	line-height:25px; 
	text-decoration:none; 
	white-space:nowrap; 
	font-weight:400;
}
#nav li a:hover {text-decoration:underline;}
#nav li li a:hover {text-decoration:none;}
#nav li li a {
	height:30px; 
	line-height:30px; 
	float:none;
}
#nav li:hover {
	position:relative; 
	z-index:100;
}
#nav a:hover {
	position:relative; 
	z-index:100; 
	color:#555;
}
#nav li:hover > a {color:#bf8023;}

#nav :hover  ul {
	left:0; 
	top:25px; 
	z-index:300;
}
#nav a:hover ul {left:-1px;}

#nav ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}

/*-----------------------[POKAZ NASTEPNY POZIOM]---------------------*/
#nav li:hover li:hover > ul {
	left:0; 
	margin-left:100%; 
	top:0;
}
/*----------[POZOSTAW NASTEPNE POZIOMY UKRYTE]-----------------------*/
#nav li:hover > ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:auto;
}

#nav li:hover li:hover > a {background:#fafafa; color:#ddd;}

#nav li a:hover ul li a:hover {background:#fafafa;}

/*------------- [IE]----------------------*/
/*-------------- [POKAZ NASTEPNY POZIOM]-------------- */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul {
	left:100%; 
	top:0;
}

/*------------[UTRZYMUJ POZOSTALE POZIOMY UKRYTE-------------------*/
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
}