.ddsmoothmenu-v{
margin-left:15px;
width:120px;
float:left;
}
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 134px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;

}
 
.ddsmoothmenu-v ul li{
position: relative;
margin-top:6px;
margin-right:-3px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
line-height:28px;
text-align:center;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background-image:url(Images/blue_button2.gif); background-repeat:no-repeat; height:28px; width:134px;
color: #4988BF;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

color: #ffffff;
}

.ddsmoothmenu-v ul li a:hover{
background-image:url(Images/red_button2.gif); background-repeat:no-repeat; height:28px; width:134px;
color: #ffffff;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 134px; /*Sub Menu Items width */
top: 0;
margin-top:0px;
font-weight: normal;
visibility: hidden;
}
.ddsmoothmenu-v ul li ul li{ margin-top:4px;}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */



.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;
}
