.ddsmoothmenu-v{
position:absolute;
top:250px;
left:220px;
z-index:100;
height:100%;
}
* html .ddsmoothmenu-v { float:left;left:215px; height: 1%; }

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 180px; /* Main Menu Item widths */
list-style-type: none;
/*font: bold 12px Arial;
border-bottom: 1px solid #ccc;
*/

}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding:6px 4px;
border-bottom: 1px solid #D1ACFB;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{

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

.ddsmoothmenu-v ul li a:hover{
background: #660066;/*background of menu items during onmouseover (hover state)*/
color: white;
}
.rightarrowclass  {
position:absolute;
right:5px;
top:11px;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position:absolute;
width: 150px; /*Sub Menu Items width */
top: 0;
font-weight: bold;
visibility: hidden;
border-left:#ffffff outset 0.1em;
border-top:#ffffff outset 0.1em;
background:#8C52BC;
text-indent:5px;
text-decoration: none;
z-index:100;
}

.ddsmoothmenu-v ul li ul a{
background:#8C52BC;

}
.ddsmoothmenu-v ul li ul a:hover{
background:#660066;
text-decoration:none;

}
/*second sub level menu items */

.ddsmoothmenu-v ul li ul li ul{
position: absolute;
width: 355px; /*second Sub Menu Items width */
z-index:100;
}
.ddsmoothmenu-v ul li ul li ul a{
background:#9E6DC7;

}
.ddsmoothmenu-v ul li ul li ul a:hover{
background:#660066;

}
/*second sub level menu items */

.ddsmoothmenu-v ul li ul li ul li ul{
position: absolute;
width:160px; /*second Sub Menu Items width */
background:#BB98D8;
text-decoration: none;
}
.ddsmoothmenu-v ul li ul li ul li ul a{
background:#BB98D8;

}
.ddsmoothmenu-v ul li ul li ul li ul a:hover{
background:#660066;

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


/* End */

/*ul .top{
margin-top:10px;
margin-left:-10px;
}*/
ul .ma{
	line-height:20px;
	padding-bottom:2px;
}
/* ######### CSS for shadow added to sub menus  ######### */



