/*///////////////////////////////////////////////////////////////////////// MENU */
#dropmenudiv {
position:absolute;
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
text-indent: 25px;
text-align:left;
}

#dropmenudiv a {
width: 100%;
display: block;
padding: 0px 0;
text-decoration: none;
color: black;
font-size:11px;
background:url("menu_subitem.gif") left top no-repeat;
color:#8a8675;
}

#dropmenudiv a:hover{
color:#8a8675;
background:url("menu_subitem.gif") -180px 0 no-repeat;
}

.navlist li {
list-style-type: none;
background:url("menu_item.gif") left top no-repeat;
height:22px;
margin-bottom:-2px;
padding:1px 0;
text-indent:22px;
}

.navlist a {
display:block;
background:#e7e6df url("menu_odr.gif") 4px top no-repeat;
color:#8a8675;
text-decoration:none;
}

ul {
margin:0;
padding:0;
}

.trieda {
width:180px;
border-bottom:1px solid #cff1ff;
background:url("menu_subitem.gif") left top no-repeat;
}

a.trieda_link {
display:inline;
text-decoration:none;
}
/*///////////////////////////////////////////////////////////////////////// MENU */

