.ddsmoothmenu-v{
width:275px;

}
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
 opacity: 0.8;
}
.ddsmoothmenu-v ul{
line-height:12px; 
margin:0px 7px 0px 9.5px;
padding: 0;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
font-family: Arial;
font-size: 11px;
font-weight: 500;
font-variant: normal; 
border-top:1px dotted #6e6c6c;

}


.ddsmoothmenu-v ul li{
position: relative;
border-bottom:1px dotted #6e6c6c;
}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 6px;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
 /*background of menu items (default state)*/
color: #FFFFFF;
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #414041; 
color: #FFFFFF;
}
.ddsmoothmenu-v ul li a:hover{
background: #414041; /*background of menu items during onmouseover (hover state)*/
color: #FFFFFF;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
margin:0;
 /* Main Menu Item widths */
border:0px;
border-bottom:0px;
border-top:0px;;
list-style-type: none;
font-family: Arial;
font-size: 11px;
font-weight: 500;
font-variant: normal; 
visibility: hidden;
line-height:12px;

}
.ddsmoothmenu-v ul li ul{
  border:0px;
}

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