.ddsmoothmenu-v {
min-height:352px;
margin-left:10px;
margin-right:10px;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
padding-top:10px;
width: 195px; /* Main Menu Item widths */
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
 
.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;
border-bottom:solid 1px #c8d8f0;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #fff; /*background of menu items (default state)*/
color: #333;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #0350b2;
color: #fff;
}

.ddsmoothmenu-v ul li a:hover{
background: #0350b2;/*background of menu items during onmouseover (hover state)*/
color: #fff;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 195px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

/*Copied from the css file, ddsmoothmenu which is now combined into one stylesheet*/

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #e5edf7;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.7;
}



