

/* -------------------------------------
	M E N U
--------------------------------------*/
#menu
{
	font-family: Verdana;
	font-size: 10px;
	float: left;
	position: relative;
	position/**/:/**/absolute;
	z-index: 1000;
	white-space: nowrap;
	left: 10px;
	top: 78px;
}
/* -------------------------------------
	First level items
--------------------------------------*/
#menu ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li 
{
	display: inline;
	float: left;
	position: relative;
}
#menu ul li a 
{
	font-family: Verdana;
	font-size: 10px;
	display: inline;
	font-weight: normal;
	text-decoration: none;
	color: White;
	padding: 2px 15px 2px 15px;
	border-right: 1px solid white;
	height: 11px !important;
	height: 17px;
	height/**/:/**/11px;
	float: left;
	cursor: pointer;
	_cursor: hand;
}


#menu ul li a:hover
{ 
	 color: yellow;/*background-color: black;*/

} 
.over
{
	color: white;
}
#menu ul li:hover
{ 
	color: white;
}


/* -------------------------------------
	Second level items
--------------------------------------*/
#menu li ul 
{
	position: absolute;
	text-decoration: none;
	top: 17px;
	left: 0px;
	border: solid 1px white;
	background-color : #5A5A55;
	padding-bottom: 8px;
	width: 195px;
	overflow: hidden;
	display: none;
}
#menu li ul a
{
	width: 195px;
	border: none;
	text-decoration: none;
	padding-left: 2px;
	color: White;
} 
#menu li ul a:hover 
{ 
	text-decoration: none;
	border: 0;
	color: yellow;
} 
#menu li ul li:hover
{
	border: 0;
}


#menu li:hover ul, #menu li.over ul { display: block;} /* The magic */

/* TRI BOXY */

.box-nadpis {
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
}
.box-text {
    font-family: verdana;
    font-size: 11px;
    margin: 0;
    text-align: justify;
    margin-top: 5px;
    padding: 4px;
}
td#box-size {
    width: 230px;
    padding: 8px;
}
div#titulka-box1 {
    height: 100px;
    padding: 4px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.titulka-box1-1 {
    background-color: #fad298;
}
.titulka-box1-2 {
    background-color: #eee5d3;
}
.titulka-box1-3 {
    background-color: #cbd9e2;
}
