/* ----------------MENU VERTICAL------------------------*/
ul#hlavniMenu{
 width:200px;
 background-color: rgb(255,0,0);
 }

ul#hlavniMenu ul{
 list-style-type: none; 
 position:absolute; top: -1px; 
 visibility: hidden;
}

ul#hlavniMenu li{
 
 position:relative; 
 width:10px;
/*Border*/
border-style: solid none none none;
 border-width: 1px; 
} 

ul#hlavniMenu a {
padding: 5px;
display:block; 
color: rgb(255,255,255);
text-decoration:none; 
/*PISMO*/
font-family: times New Roman;
font-size: 14px;
font-weight: bold;
display:block; 
width: 100%;
height: 100%;
}
 
ul#hlavniMenu li:hover{
background-color: rgb(204,0,0);
}

ul#hlavniMenu li:hover ul, ul#hlavniMenu li.hover ul{
visibility:visible;
background-color: rgb(255,144,0);
}    

ul#hlavniMenu li ul{
position: absolute;
left: 200px;
text-align: center; 
}
 
ul#hlavniMenu li {
behavior: url(hover.htc);}   

/*------------------------ MENU HORIZONTAL--------------------------*/
#hore{
width: 100%;
height: 25px;
margin-bottom: 10px;
background-image: url(http://pripominkyiredo.junakprelouc.cz/image/pozadi_lista1.gif);
}

#horeMenu{
color: rgb(206,206,206);
list-style-type: none;
}

#horeMenu li{
width:80px;
height:20px;
float:left;
margin-right:2px;

border-style: none solid solid none;
border-width: 1px;
border-color: rgb(206,206,206);
} 

#horeMenu a
{

position:absolute;
margin-left: -2px;
width:80px;
height:20px;
display:block;

text-align:center;
text-decoration:none;
color: rgb(206,206,206);
font-weight: bold;
} 


#horeMenu a:hover
{ 
background-color: rgb(79,79,79);
color: rgb(206,206,206);
}

/*--------------------------HORNI MENU SIROKE------------------*/

#horeMenuSiroke{
background-image: url(http://pripominkyiredo.junakprelouc.cz/image/pozadi_lista1.gif);
color: white;
list-style-type: none;
}

#horeMenuSiroke li{
width:120px;
height:20px;
float:left;
margin-right:2px;

border-style: none solid solid none;
border-width: 1px;
border-color: black;
} 

#horeMenuSiroke a
{

position:absolute;
margin-left: -2px;
width:122px;
height:20px;
display:block;

text-align:center;
text-decoration:none;
color: black;
font-weight: bold;
} 


#horeMenuSiroke a:hover
{ 
background-color: rgb(79,79,79);
color: rgb(206,206,206);
}


/* MENU CLANEK...*/

#horeMenuSiroke2{
color: black;
list-style-type: none;
}

#horeMenuSiroke2 li{
width:100px;
height:20px;
float:left;
margin-right:2px;

border-style: none solid solid none;
border-width: 1px;
border-color: black;
} 

#horeMenuSiroke2 a
{

position:absolute;
margin-left: -2px;
width:102px;
height:20px;
display:block;

text-align:center;
text-decoration:none;
color: black;
font-weight: bold;
} 


#horeMenuSiroke2 a:hover
{ 
background-color: rgb(159,159,159);
color: black;
}
/* MENU CLANEK...*/

.clanekMenu{
list-style-type: none;
margin-left:10px;
}

.clanekMenu li{
width:130px;
height:20px;
float:left;
} 
