ul.menu-h-d, ul.menu-h-d li, ul.menu-h-d ul, ul.menu-h-d ul ul, ul.menu-h-d li li { 
margin: 0; padding: 0; 
}
*:focus { 
outline: none; 
}

ul.menu-h-d { 
min-height: 24px; 
}
ul.menu-h-d2 { 
min-height: 24px; 
}
ul.menu-h-d li { 
height: 50px;
float: left; 
display: block; 
position: relative; 
list-style: none; 
white-space:nowrap;
}
ul.menu-h-d2 li { 
float: left; 
display: block; 
position: relative; 
list-style: none; 
white-space:nowrap;
}
ul.menu-h-d a { 
text-decoration: none; 
padding: 10px 10px 14px 11px;
display: block; 
}

ul.menu-h-d ul { 
display: none; 
position: absolute; 
top: 50px; 
left: -1px; 
font-size: 14px; 
}
ul.menu-h-d ul ul { 
left: 100%; 
top: 0px; }

ul.menu-h-d li li { 
font-size: 13px;
float: none; 
background: url(/images/rostandart/f_menu.jpg) repeat-x center center;
white-space:nowrap;
}
ul.menu-h-d li li:last-child { 
background: url(/images/rostandart/f_menu.jpg) repeat-x center center;
}
ul.menu-h-d a:hover {
 color: #fff; 
 text-decoration: underline;
 }

ul.menu-h-d li:hover ul ul,
ul.menu-h-d li:hover ul li:hover ul ul { 
display: none; 
}

ul.menu-h-d li:hover ul,
ul.menu-h-d li:hover ul li:hover ul,
ul.menu-h-d li:hover ul li:hover ul li:hover ul { 
display: block; 
}
