

#nav  {	
	width: 980px;
	float: left;
	position: relative; left: 17px;
	list-style: none; 	line-height: 1;
	/*background: #2E8AC8; */
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	/*border: solid #eda;*/
	/*border-width: 1px 0;*/
	z-index: 100;
	margin: 0px;
}


#nav ul {	
	width: 200px;
	float: left;
	list-style: none; 	line-height: 1;
	background: white; 
	font-weight: bold;
	padding: 0;
	border: solid #B2DEF7;
	border-width: 1px 0;
	margin: 0px 0px 0px 20px;
	z-index: 100;
}

#nav a {
	display: block;	
	color: #black;
	text-decoration: none;
	padding: 0.25em 2em;		
}



#nav li {
	float: left;
	padding: 0;
	width: 161px; 
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px; 
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;  
}

#nav li li {
	/*padding-right: 1em;*/
	width: 200px; 
}

#nav li ul a {
	width: 200px;
	/*w\idth: 9em;*/
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; z-index: 100;
}

#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 {
	left: auto; z-index: 100;
}

#nav li:hover, #nav li.sfhover {
	background: #B2DEF7;
}

/*--------------------------------------------*/

#nav a.lista1 {
	width: 164px;	height: 27px; padding: 0px;	
	background: url(../img/bn_knihy.png) 0px -27px no-repeat;	
}
#nav a.lista1:hover {
	width: 164px;	height: 27px; padding: 0px;	
	background: url(../img/bn_knihy.png) 0px 0px no-repeat;	
}

#nav a.lista2 {
	width: 162px;	height: 27px; padding: 0px;	
	background: url(../img/bn_hudba.png) 0px -27px no-repeat;	
}
#nav a.lista2:hover {
	width: 162px;	height: 27px; padding: 0px;	
	background: url(../img/bn_hudba.png) 0px 0px no-repeat;	
}

#nav a.lista3 {
	width: 161px;	height: 27px; padding: 0px;	
	background: url(../img/bn_video.png) 0px -27px no-repeat;	
}
#nav a.lista3:hover {
	width: 161px;	height: 27px; padding: 0px;	
	background: url(../img/bn_video.png) 0px 0px no-repeat;	
}

#nav a.lista4 {
	width: 161px;	height: 27px; padding: 0px;	
	background: url(../img/bn_ostatni.png) 0px -27px no-repeat;	
}
#nav a.lista4:hover {
	width: 161px;	height: 27px; padding: 0px;	
	background: url(../img/bn_ostatni.png) 0px 0px no-repeat;	
}

#nav a.lista5 {
	width: 161px;	height: 27px; padding: 0px;	
	background: url(../img/bn_skladem.png) 0px -27px no-repeat;	
}
#nav a.lista5:hover {
	width: 161px;	height: 27px; padding: 0px;	
	background: url(../img/bn_skladem.png) 0px 0px no-repeat;	
}

#nav a.lista6 {
	width: 161px;	height: 27px; padding: 0px;	
	background: url(../img/bn_vydav.png) 0px -27px no-repeat;	
}
#nav a.lista6:hover {
	width: 161px;	height: 27px; padding: 0px;	
	background: url(../img/bn_vydav.png) 0px 0px no-repeat;	
}


  

