.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 225px; /* Main Menu Item widths */
list-style-type: none;
font: bold 16px Verdana;
line-height:25px;
border-bottom: 1px solid #ccc;
background:url('img/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);

}
 
.ddsmoothmenu-v ul li{
background:url('img/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);

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: 1px solid white;
border-right: 1px solid #2D6191;
line-height:25px;
background:url('img/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #2D6191; /*background of menu items (default state)*/
color: white;
line-height:25px;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url('img/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);
line-height:25px;}


.ddsmoothmenu-v ul li a:hover{
background:url('img/verMenuImages.png') 0px -40px no-repeat; color:rgb(255,255,255);
line-height:25px;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
line-height:25px;
background:url('img/verMenuImages.png') 0px -80px no-repeat; color:rgb(255,255,255);

}

