﻿.ddsmoothmenu-v ul { margin: 0; padding: 0; width: 178px; /* Main Menu Item widths */ list-style-type: none; font: bold 12px Arial;  z-index:auto}

.ddsmoothmenu-v ul li { position: relative;z-index:auto;  background: url("../../Web/Theme/bg_li_leftmn.gif") no-repeat scroll 1px 8px;}

/* Top level menu links style */
.ddsmoothmenu-v ul li a { display: block; overflow: auto;color:#444444; /*force hasLayout in IE7 */  text-decoration: none; padding-left:10px;z-index:auto; }

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {  /*background of menu items (default state)*/ z-index:auto }


.ddsmoothmenu-v ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/  z-index:auto}

.ddsmoothmenu-v ul li a:hover { /*background of menu items during onmouseover (hover state)*/z-index:auto; text-decoration:underline }

/*Sub level menu items */
.ddsmoothmenu-v ul li ul { position: absolute; width: 174px; /*Sub Menu Items width */ top: 0; font-weight: normal; visibility: hidden;z-index:auto;background: url("../../Web/Theme/leftmn_bg.gif") repeat-y scroll left top; padding: 10px 5px; width:174px }
.ddsmoothmenu-v .separe_leftmn_bg{background: url("../../Web/Theme/sapare_lefmn_bg.gif") repeat-x scroll; height:2px;margin:5px 0}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */