.ddsmoothmenu-v{ float: left; padding:0 6px;}
.ddsmoothmenu-v ul{
width:100%;
float:left;

}
 .ddsmoothmenu-v h2{ width: 100%;}
.ddsmoothmenu-v ul li{
position: relative;
width:100%;
float:left;
margin-bottom:20px;

}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	width:100%;
	float:left;
	text-decoration:none;
	font-size:15px;
	color:#fff000;
	padding-left:15px;
	font-family:'RobotoRegular';
}



.ddsmoothmenu-v ul li a:hover{
	color:#69c308;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	display:block;
}
.ddsmoothmenu-v ul li ul li{
	border-bottom:1px dashed #5aa1e7; margin-bottom:0;line-height:34px; padding-left:20px;
}
.ddsmoothmenu-v ul li ul li a{ font-family:'RobotoRegular'; font-size:14px; background:url(../images/icon-li.png) no-repeat 0 14px; padding-left:18px; color:#fff;}

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