/* style the outer div to give it width */

.menu ul h1, .menu ul h2, .menu ul h3  {
     font-weight: bold;
     padding-top: 0px;
     padding-bottom: 0px;
     margin-top: 0px;
     margin-bottom: 0px;     
}

.menu ul li ul h1, .menu ul li ul h2, .menu ul li ul h3 {
     font-weight: normal;
     padding-top: 0px;
     padding-bottom: 0px;
     margin-top: 0px;
     margin-bottom: 0px;
}
.menu {

	  font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
           font-weight: 600;
           color: #FEF8EB; 
/*font-size:0.85em; */
/*padding-bottom:200px;*/    
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;

}



.menu ul li ul{ 
border:1px solid #E56D1F;
border-top-width : 1px ;
border-right-width : 1px ;  
border-bottom-width : 1px ;
border-left-width : 1px ;
font-weight: 400;
width:170px;
}

.menu ul li ul li{ 
border:1px  solid #E56D1F;
border-top-width : 0px ;
border-right-width : 1px ;  
border-bottom-width : 0px ;
border-left-width : 1px ;
font-weight: 400;
width:170px;
}



/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
float:left; 
display:block;
font-size:13px;
text-decoration:none; 
color:#FEF8EB; 
width: auto; 
height:20px; 
 
background:#F4833B; 
padding-left:10px;
padding-right:10px; 
line-height:20px;
}

/*  rozdeleni carkama
.menu ul ul a, .menu ul ul a:visited {
border:1px solid #ECD9CF; 
border-width:0px 0px 1px 0;  
}          */ 
/* a hack so that IE5.5 faulty box model is corrected */


.menu :hover > a.drop {
background:#FDEADE;
}

/* nevybrana zvyraznena druha uroven */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#FDEADE;
}
/* vybrana zvyraznena druha uroven */
.menu ul ul a.drop:hover{
background:#F3B68C;
}
.menu ul ul :hover > a.drop {
background:#F3B68C;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#FDEADE;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#F3B68C;
}
.menu ul ul ul :hover > a {
background:#F3B68C;
}

.droprameckovy {
    border: 1px solid #ACA899;
    border-width: 1px 0px 0px 0;
}

.poziceobrazku {
    position: absolute;
    left: 155px;
}

.podtrzenyodkaz {
    border: 1px solid #ACA899;
     border-width: 1px 0px 0px 0;
}

.podtrzeni2 {
    border-bottom-width : 1px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:170px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:170px; 
top:0;
width:170px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-170px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#FDEADE; 
color:#5F5955 ;
font-size:11px; 
height:auto; 
line-height:1em; 
padding:8px 10px; 
width:150px
/* yet another hack for IE5.5 */
}
.menu ul ul ul a, .menu ul ul ul a:visited {
padding:5px 10px;
}
* html .menu ul ul a{
width:170px;
w\idth:150px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#FEF8EB; 
background:#E56D1F;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#FEF8EB;
background:#E56D1F;
}

/* styl pro druhy level hover */
.menu ul ul a:hover{
color:#000000; 
background:#F3B68C;
}
.menu ul ul :hover > a {
color:#000000;
background:#F3B68C;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul,
.menu ul hr:hover ul{

visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

.bb {
  border-bottom-width : 1px !important;
}