.ddmx 
{/* cele menu 1 level*/
    font-family: Tahoma, Helvetica, sans-serif;;
    font-weight: bold;
    font-size: 12px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    
    border-color: #cb8ae6;
    border-top-width: 0px;
    border-style: solid;
   
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover,
.ddmx .item1-active:visited
{
	padding: 5px 0px 5px 8px;
    font-family: Tahoma, Helvetica, sans-serif;
    font-weight: bold;
    font-size:  12px;
    color: #795cac;  /* BARVA PÍSMA 1.LEVEL*/
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    background: #Ffffff; /* BARVA POZADÍ 1.LEVEL*/
    border-bottom: 1px solid #cb8ae6;
    
    /* chovani  1 uroven 
    padding: 3px 10px 3px 10px;
    border-bottom: 1px solid #cccccc;
    background: #074f80;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;*/
	
}


.ddmx .item1:hover,
.ddmx .item1-active
 /* chovani  nad polozkou 1 level */
{
	background: #ffffff;
	color: #37255a;
	border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: #37255a; /* barva podtrzeni 1 level */
    border-top-width: 0px;
    border-style:solid;
}
.ddmx .item1-active:hover,
.ddmx .item1-active:visited
/* chovani 1 uroven hover*/
	{ border-right-width: 0px;
   border-top-width: 0px;
      border-bottom-width: 1px;
    border-left-width: 0px;
     border-color: #37255a;
	background: #ffffff;
	color: #37255a;
}

 
 
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover
 
{
		padding: 5px 20px 5px 8px;
    font-family: Tahoma, Helvetica, sans-serif;/* pismo  dalsi urovne*/
    font-weight: bold;
    font-size:  12px;
    color:  #795cac;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    }
 .ddmx .item2-active:visited /* pismo visited dalsi urovne*/
 {color:#795cac; 
	font-size:  12px;}
 
 
.ddmx .item2 {/* ramovani neaktivnich - menu dalsi urovne*/
    background:  #ffffff;
    border-bottom: 1px solid #795cac;
    
     
    
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover 
{
	/* menu hover dalsi urovne*/
    background: #ffffff;
	color: #37255a;
	border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-color: #37255a; 	/* barva podtrzeni  dalsi urovne*/
    border-top-width: 0px;
    border-style:solid;
      font-size:  12px;
}
.ddmx .item1 img,
.ddmx .item1-active img {
    position: absolute;
    top: 4px;
    right: 10px;              /* poloha obrázku*/
    border: 0;
}
.ddmx .item2 img,
.ddmx .item2-active img {
    position: absolute;
    top: 4px;
    right: 10px;
    border: 0;
}
.ddmx .section 
{ /* chovani  celeho menu dalsi urovne*/
	font-family: Tahoma, comic sans ms, technical;
    font-weight: bold;
    font-size:  12px;
   position: absolute;
    visibility: hidden;
    z-index: -1;
    margin-left: 1px; 
    margin-right: 1px;
     border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-color: #ffffff;
    border-width: 1px;
    border-style:solid;
    
   

}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 0px solid #000000;
    
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
