





body{behavior:url("/css/css/csshover.htc");}

#nav ul{
    margin: 0; 
    padding: 0; 
    list-style: none; 
    width: 200px; /* Width of Menu Items */
    border-bottom: 1px solid #ccc; 
}

#nav ul li{
    position: relative; 
}

#nav li ul{
    position: absolute; 
    left: 199px; /* Set 1px less than menu width */
    top: 0;
    display: none; 
}
/* Styles for Menu Items */ 
#nav ul li a{
    background: #fff;
    /* IE6 Bug */
    display: block;
    text-decoration: none;
    color: #222;
    padding: 3px;
    border: 1px solid #ccc;/*IE6 Bug */
    border-bottom: 0;
}
#nav ul li a:hover{
    background: #29499C;
    color: #fff;
}

/* Holly Hack. IE Requirement \*/
#nav ul li{ float: "left"; height: "1%"; }
#nav ul li a{ height: "1%"; }
/* End */

#nav li:hover ul, li.over ul{ display: block; } /* The magic */

#nav li:hover ul ul, li.over ul ul{display: none;} /* Спрятать подменю 3-го уровня */
#nav ul ul li:hover ul, ul ul li.over ul{display: block;} /* Показать подменю 3-го уровня */
#left{text-align: left}
#nav ul li #MainItem{
    background: #f1f1f1 url("/images/menu_bg.gif") repeat-x;
    color:#797364;
}
