#nav .ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 200px; /* Main Menu Item widths */
list-style-type: none;
font: 14px;

}
 
#nav .ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
#nav .ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding:5px;
padding-left: 10px;
color: white;
background:url(/images/interface/mbg.png) no-repeat;


}

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


}


#nav .ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(/images/interface/mbgov.png) no-repeat;
color: white;
}

#nav .ddsmoothmenu-v ul li a:hover{
background:url(/images/interface/mbgov.png) no-repeat;
color: #FFFFFF;
}

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

}
#nav .ddsmoothmenu-v ul li ul li{background:url(/images/interface/mbgov.png) no-repeat;     }
#nav .ddsmoothmenu-v ul li ul li a{ background:url(/images/interface/mbgov.png) no-repeat; color: #FFFFFF;}
#nav .ddsmoothmenu-v ul li ul li a:hover{ background:url(/images/interface/mbgov2.png) no-repeat; color: #000000;}

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

/* ######### CSS classes applied to down and right arrow images  ######### */

#nav .downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

#nav .rightarrowclass{
position: absolute;
top: 9px;
right: 28px;
}


