﻿.menu_accor
{
 position: relative; 
 margin-left:15px;
 margin-top:15px;
 background-color:#C7AB71;   
 font-size: 16px;
 float:left;
 display:inherit;
 width:130px;
}

.accordion  
{
 font-size:8.5pt;
 font-family:Tahoma;
/* background:url(../img/accor_item_bg.gif); /* zadní pozadí */
 background-color: #EEEEEE;
}
.accordion .header 
{
 cursor:pointer;
/* background:url(../img/hd_bg.gif) repeat-x;  /* horní záhlaví */
 background:url(../img/hd_bg.jpg) repeat-x;  /* horní záhlaví */
 border-bottom:solid 0px #57566f; /* spodní okraj záhlaví */
}

.accordion .header DIV
{
 cursor:pointer;
 height:20px; /* výška záhlaví */
 padding-left:40px; 
 background-color:Transparent;
 background-position:center left;
 background-repeat:no-repeat;
}

.accordion .header SPAN
{
 cursor:pointer;
 font-weight:bold;
 display:block;
 padding-top:2px;  /* pozice textu v headeru  */
 color:#fff;
}        

.accordion .header:hover
{
 cursor:pointer;
 height:20px; /* výška po přejetí myši */
/* background-color:Transparent; */
/* background:url(../img/hd_hover_bg.gif) repeat-x;  záhlaví po přejetí myší */
 background:url(../img/hd_hover_bg.jpg) repeat-x; /* záhlaví po přejetí myší */
 border-bottom:none;
}                

.accordion UL        
{
 padding:0;
 margin:5px 5px 5px 15px;
 list-style-type:none;
}

.accordion LI
{
 background-color:Transparent;
 background-repeat:no-repeat;
 background-position:left center;
 vertical-align:middle;
 padding:6px 5px 6px 25px;
 cursor:hand;
}

.accordion LI DIV
{
 padding-left:10px;
 color:#666666;
 cursor:hand;
}

.accordion LI:hover
{
 text-decoration:underline;
}
