.ddsmoothmenu-v ul{
margin: 30px 0 0 0;
padding: 0;
width: 200px; 
list-style-type: none;
font: bold 13px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
text-align:left;
margin-bottom:15px;
margin-left:30px;
}

/*
.ddsmoothmenu-v ul li.full_naviset_0_1_1 {
  margin-left:75px;
}

.ddsmoothmenu-v ul li.full_naviset_0_1_35 {
  margin-left:65px;
  margin-right:10px;
}
.ddsmoothmenu-v ul li.full_naviset_0_1_36 {
  margin-left:55px;
  margin-right:20px;
}
.ddsmoothmenu-v ul li.full_naviset_0_1_37 {
  margin-left:45px;
  margin-right:30px;
}
.ddsmoothmenu-v ul li.full_naviset_0_1_38 {
  margin-left:35px;
  margin-right:40px;
}
.ddsmoothmenu-v ul li.full_naviset_0_1_70 {
  margin-left:25px;
  margin-right:50px;
}
*/

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 5px;
}

.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)*/
background:#eee;
color: #06c;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
 
color: #000;
}

.ddsmoothmenu-v ul li a:hover{

color: #000;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
margin-top:0px;
font-weight: normal;
visibility: hidden;
}
.ddsmoothmenu-v ul li ul li{
background:#fff;
margin-bottom:0px;
margin-left: 0px;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */