
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
/*width: 200px;  Main Menu Item widths 
list-style-type: none;
font: bold 12px Arial;
border-bottom: 1px solid #ccc;*/
float:left;
list-style:none; font:bold 12px/14px "Trebuchet MS", Tahoma, Arial; color:#e6e4e4; text-transform:uppercase;

}
 
.ddsmoothmenu-v ul li{
position: relative;
background:url(../images/leftnavbg.gif) 0 0 repeat-x; width:238px; height:34px;
color:#e6e4e4;
margin:0; padding:0;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
/*force hasLayout in IE7 */
text-decoration:none; color:#e6e4e4; padding-left:30px; background:url(../images/nav-bullete.gif) 15px 14px no-repeat;
line-height:34px; 
margin:0;
}


/*.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: #414141;*/ /*background of menu items (default state)
color: white;
}*/


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: black; */
color:#000;

}

.ddsmoothmenu-v ul li a:hover{
/*background: black;*/ /*background of menu items during onmouseover (hover state)*/
color:#000;

}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font:bold 12px "Trebuchet MS", Tahoma, Arial; color:#e6e4e4; text-transform:uppercase;
/*visibility: hidden;*/
padding:0; margin:0;
}
.ddsmoothmenu-v ul li ul li 
{
width:170px;
padding:0; margin:0;


}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
.ddsmoothmenu-v ul li.nobg{ background:none;}