    
    
    /* example-specific CSS */

#container {
   position : absolute;
   top : 112px;
   left : 370px;
	width: 500px;
	height: 36px;
	padding: 0;
	margin: 3px 0 20px 0;
	background: transparent;	
	z-index: 1;
	}

#nav {
	position: absolute;
	top: 10px;
	left: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 28px;
	display: inline;
	overflow: hidden;
	width: 501px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 28px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:28px; /* for IE5/Win */
	}
	
#nav a:hover {
	background-position: 0 -30px;
	}

#nav a:active, #nav a.selected {
	background-position: 0 -60px;
	}
	
#kal a  {
	width: 100px;
	background: url(../images/ou_kal_zeleny.gif) top left no-repeat;
	}

#ohl a  {
	width: 116px;
	background: url(../images/ou_ohl.gif) top left no-repeat;
	}

#dis a  {
	width: 107px;
	background: url(../images/ou_dis.gif) top left no-repeat;
	}

#pri a  {
	width: 76px;
	background: url(../images/ou_pri.gif) top left no-repeat;
	}
