/* границы всех ул */
ul {  
    margin: 0;
    padding: 0;
    list-style: none;
    }
/* пункты осн меню */
ul li {
    display: inline-block;  
    position: relative;
    float: left;
    height: 29px;
    margin-left: 0px;
    }
/* стиль для выпадающей колонки */    
li ul {  
    position: absolute;
    margin-top: 0px;
    margin-bottom: -5px;
    left: 0px; /* Set 1px less than menu width */
    display: none;
    background-color: #d4d0c8; 
    }

    
    
/* стили пунктов меню */
ul li a { 
    text-align: left;
    display: block;
    text-decoration: none;
    color: white; 
/*  background: #fff;  IE6 Bug */
    padding: 7px 14px 8px 11px;  
    height: 14px;
    margin-left: 4px;
    margin-right: 4px;
    font-family: tahoma; 
    background-image: url(../-img-/mnu_item_bg.png); 
    background-repeat: repeat-x;
    font-size: 14px;
    line-height: 14px;
    }
    ul li ul li {
    height: 25px;
    margin-bottom : 1px;
    }
    ul li ul li a{
    
    display: block; 
    margin-left: 0;
    margin-right: 0;
    width: 190px;
    height: 10px;
    font-size: 12px;
    background: #89afcf;
    background-image: none;
    background-repeat: no-repeat;
    }
    .vmnu_end_l, .vmnu_end_r, .vmnu_end_mid {
    display: inline-block;
    float: left;
    height: 4px;
    width: 5px;
    top: -1px;
    margin-right: -1px;
    padding: 0;
    margin-bottom: -1px;
    background-color: #89afcf;
    }
    .vmnu {
    width: 150px;
    }
    .vmnupk {
    width: 185px;
    }
    .vmnu_end_mid {
    width: 206px;
    }
    .vmnu_end_l {
    background-image: url(../-img-/vmnu_end_l.gif);
    }
    .vmnu_end_r {
    background-image: url(../-img-/vmnu_end_r.gif);
    float: right;
    margin-right: 0;
    }
    .main_ul {
    height: 29px;
    width: auto;
    }
    .llink {
    height: 14px;
    }
    .m_mnu_l_bg {
    background: url(../-img-/mnu_item_l_bg.png);
    width: 4px;
    height: 29px;
    float: left; 
    }
    .m_mnu_r_bg {
    background-image: url(../-img-/mnu_item_r_bg.png);
    margin-top: 0px;
    margin-left: 0px;
    width: 4px;
    height: 29px;
    float: right; 
    }
    .vmnu, .vmnupk {
    margin-right: 1px;
    }
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* ul li a:hover { color: red; background: darkgreen; }  Hover Styles */
ul li ul li a:hover { color: #437296; background: #fff; } /* Hover Styles */   

li ul li a {  } /* Sub Menu Styles */
        
li:hover ul, li.over ul { display: block; } /* The magic */    

#vmnu1 { 
width: 92px !important; 
}
#vmnu2 { 
width: 165px !important; 
}
#vmnu3 { 
width: 107px !important; 
}
#vmnu4 { 
width: 126px !important; 
}
