.ddsmoothmenu-v ul{
z-index:100;
margin: 0;
padding: 0;
width: 9em; /* Main Menu Item widths */
list-style-type: none;
font-weight: bold;
border-bottom: 1px solid #fff;
	margin-bottom: 8em;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
padding: 0.5em;
border-top: 1px solid #f8f8f8;
border-right: 1px solid #778899;
border-bottom: 1px solid #778899;
border-left: 1px solid #f8f8f8;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #000080; /*background of menu items (default state)*/
color: #cccc66;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #cccc66;
color: #000080;
border-top: 1px solid #707070;
border-right: 1px solid #d0d0d0;
border-bottom: 1px solid #d0d0d0;
border-left: 1px solid #707070;
}

.ddsmoothmenu-v ul li a:hover{
background: #cccc66; /*background of menu items during onmouseover (hover state)*/
color: #000080;
border-top: 1px solid #505050;
border-right: 1px solid #b0b0b0;
border-bottom: 1px solid #b0b0b0;
border-left: 1px solid #505050;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 14em; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

/*Sub-sub level menu items */
.ddsmoothmenu-v ul li ul li ul{
position: absolute;
width: 26em; /*Sub-sub Menu Items width */
top: 0;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */


/* ######### CSS classes applied to right arrow images  ######### */

.rightarrowclass{
position: absolute;
top: 0.8em;
right: 0.5em;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

