

#top-menu{
   float:left;
   width: 330px;
   height:45px;
   padding:0px;
   margin:0px;
   margin-top:11px;
   margin-left:20px
}

#top-menu ul {
	list-style: none;	
}

#top-menu ul li {
	display: inline;
}

#top-menu a {
    float:left;
	width:110px;
	height:33px;
	padding-top:20px;
    display: block;
	text-decoration: none;
	color: #006699;
	font-size:12px
}

#top-menu li.uvod a {background:url(../img/home.png) top center no-repeat}
#top-menu li.profil a {background:url(../img/about.png) top center no-repeat}
#top-menu li.kontakt a {background:url(../img/mail.png) top center no-repeat}

#top-menu a:hover {
	text-decoration: underline
}

/*jazyky*/
#top-lang{
   float:right;
   width: 120px;
   height:50px;
   padding:0px;
}

#top-lang ul {
	list-style: none;	
}

#top-lang ul li {
	display: inline;
}

#top-lang a {
    float:left;
	width:50px;
	height:50px;
    display: block;
	text-align:center
}

/*vertikálnín menu*/
#menu {
	width: 253px;
	margin: 0px;
	float:left;
	padding-left:8px;
	}

#menu li {
   list-style-type:none;
}
	
#menu li a {
	width:195px;
	display:block;
    height:28px;
	color:#FFF;
	font-size:120%;
	padding: 12px 0 0 50px;
	text-decoration: none
}	

#menu li.kuchyn a { background:url(../img/menu-kuchyn.png) left top no-repeat}
#menu li.cisnik a { background:url(../img/menu-cisnik.png) left top no-repeat}
#menu li.lekce a { background:url(../img/menu-lekce.png) left top no-repeat}
#menu li.prihlaseni a { background:url(../img/menu-prihlaseni.png) left center no-repeat;  color:#999; font-size:100%; height:24px; padding-top:10px; border-bottom: 1px solid #CCC}
#menu li.registrace a { background:url(../img/menu-registrace.png) left  center no-repeat; color:#999; font-size:100%; height:24px; padding-top:10px; border-bottom: 1px solid #ccc}
	
#menu li a:hover {color: #000;}

#menu li ul li a {
    height:24px;
	padding: 8px 0 0 50px;
	font-size:82%;
	border-bottom:1px solid #fff
}	

#menu li ul li a:link, #menu li ul li a:visited {
	color: #000;
	display: block;
	background:  url(../img/bg-podmenu.png) left center no-repeat;
	text-decoration:none
	}
	
#menu  li ul li a:hover {
	color: #000;
	text-decoration:underline;
	padding: 8px 0 0 50px;
}



/* ------- Hacky ------- */
#top-menu a{
	_height:45px; /* pro IE 5.x */
	_heig\ht:33px; /* pro IE 6 */
}

#menu li a {
	_height:40px; /* pro IE 5.x */
	_heig\ht:28px; /* pro IE 6 */
}

#menu li a {
	_width:245px; /* pro IE 5.x */
	_wid\th:195px; /* pro IE 6 */
}

#menu li ul li a {
	_height:32px; /* pro IE 5.x */
	_heig\ht:24px; /* pro IE 6 */
}
