@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed&subset=latin,latin-ext);
.ddsmoothmenu-v ul
{

margin: 0;
width: 220px; /* Main Menu Item widths */

color:#000;
font: normal 16px 'Ubuntu Condensed', sans-serif;

}
 
.ddsmoothmenu-v ul li{
position: relative;

}

/* Top level menu links style */
.ddsmoothmenu-v ul li a
{
margin-top:4px;
padding-left:15px;
background:url(cde2.png)  left no-repeat;
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
text-decoration: none;
padding-top:10px;
padding-bottom:3px;
height:30px;

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: yellow; background of menu items (default state)*/
color:#fff;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white;
}

.ddsmoothmenu-v ul li a:hover{
/*background:#032552; /*background of menu items during onmouseover (hover state)*/
color: #000;
padding-left:15px;
margin-top:4px;
background:url(cde1.png)  left no-repeat;
padding-top:10px;
padding-bottom:3px;
-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;
height:30px;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 220px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
list-style-type: none;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */