/********************************************
* Hlavní navigace - definice stylu
********************************************/

#nav-bg {
	background: url(../images/nav_bg.gif) top left no-repeat;
	padding: 0;
	height: 30px;
	float: left;
}

#nav {
    margin: 0;
    padding: 0;
    width: 798px;
}

#nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    height: 100%;
}

#nav li {
    margin: 0;
    padding: 0;
    display: inline;
    list-style-type: none;
}

#nav a {
    float: left;
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    height: 30px;
    overflow: hidden;
}

#nav a#vitame_vas {
    background: url(../images/nav_vitame_vas.gif) top left no-repeat;
    width: 133px;
}
#nav a#ubytovani {
    background: url(../images/nav_ubytovani.gif) top left no-repeat;
    width: 133px;
}
#nav a#stravovani {
    background: url(../images/nav_stravovani.gif) top left no-repeat;
    width: 133px;
}
#nav a#cenik {
    background: url(../images/nav_cenik.gif) top left no-repeat;
    width: 133px;
}
#nav a#aktivity {
    background: url(../images/nav_aktivity.gif) top left no-repeat;
    width: 133px;
}
#nav a#kontakt {
    background: url(../images/nav_kontakt.gif) top left no-repeat;
    width: 133px;
}

#nav a:hover#vitame_vas, body#vitame_vas a#vitame_vas {
    background: url(../images/nav_vitame_vas.gif) bottom left no-repeat;
}
#nav a:hover#ubytovani, body#ubytovani a#ubytovani {
    background: url(../images/nav_ubytovani.gif) bottom left no-repeat;
}
#nav a:hover#stravovani, body#stravovani a#stravovani {
    background: url(../images/nav_stravovani.gif) bottom left no-repeat;
}
#nav a:hover#cenik, body#cenik a#cenik {
    background: url(../images/nav_cenik.gif) bottom left no-repeat;
}
#nav a:hover#aktivity, body#aktivity a#aktivity {
    background: url(../images/nav_aktivity.gif) bottom left no-repeat;
}
#nav a:hover#kontakt, body#kontakt a#kontakt {
    background: url(../images/nav_kontakt.gif) bottom left no-repeat;
}

/*********************************
* Subnavigace
*********************************/

#subnav {
    margin: 11px 0;
    padding: 0;
    width: 244px;
}

#subnav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#subnav a {
    display: block;
    text-decoration: none;
    text-indent: -9999px;
    width: 244px;
    height: 31px;
    overflow: hidden;
}
