.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 248px; /* Main Menu Item widths */
list-style-type: none;
font:12px Arial;
}
 
.ddsmoothmenu-v ul li{
position: relative;
border-bottom:1px solid #fff;
-webkit-border-top-left-radius: 15px;
-webkit-border-bottom-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-bottomright: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius: 15px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
text-decoration: none;
background:#0083b3;
padding: 10px;
font-weight:normal;
border:1px solid #0083b3;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-size:14px;


}

.ddsmoothmenu-v ul li a b
{background:url('../images/right1.png'); width:13px; height:14px; float:right;}

.ddsmoothmenu-v ul li a:hover b, .ddsmoothmenu-v ul li a.selected b
{background:url('../images/right2.png'); width:13px; height:14px; float:right;}

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

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #2d2d2d;
color: #fff;
text-shadow:0px 1px 1px #555;
border:1px solid #2d2d2d;
}

.ddsmoothmenu-v ul li a:hover{
background: #2d2d2d; /*background of menu items during onmouseover (hover state)*/
color: #fff;
text-shadow:0px 1px 1px #555;
border:1px solid #2d2d2d;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

img.downarrowclass{
position: absolute;
top: 10px;
right: 7px;
border:0px;
}

a img.rightarrowclass{
position: absolute;
top: 7px;
right: 5px;
border:0px!important;
}

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

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none!important;
}