/* CSS Document */
#left_menu  {
/* scroll nelkul 198 */

width: 198px;
background: #eee;
}

#tovabb a, #tovabb a:hover, #tovabb a:visited,#tovabb a:link, #tovabb a:active {
background-color: #EEEEEE;
border: none;
display: inline;
text-decoration: none;
color: black;

}

#left_menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#left_menu a, #left_menu h2 {
font: bold 11px/16px Arial, Helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 1px 3px;
}



#left_menu h2 {
color: #fff;
background:#660000;
text-transform: uppercase;
}

#left_menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#left_menu a:hover {
color: #a00;
background: #FFCC00;
}



#left_menu li {
position: relative;
}

#left_menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#left_menu ul ul ul,
div#left_menu ul ul li:hover ul ul
{display: none;}

div#left_menu ul ul li:hover ul,
div#left_menu ul ul ul li:hover ul
{
display: block;}

