.ddsmoothmenu-v{ width: 100%; float: left;}
.ddsmoothmenu-v ul{
width:100%;
float:left;
overflow: visible !important;
}
 .ddsmoothmenu-v h2{ width: 100%;}
.ddsmoothmenu-v ul li{
position: relative;
width:100%;
float:left;
background:url(../images/bg_left.png) repeat-x bottom;
border-bottom: 1px solid #e5e5e5;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	width:100%;
	float:left;
	padding:15px 5px 10px 15px;
	text-decoration:none;
	font-size:14px;
	text-transform: capitalize;
	font-family: 'RobotoCondensedRegular'; 
	background:url(../images/icon.png) no-repeat 220px 13px;
	color:#4a4a4a;
	
}
.ddsmoothmenu-v ul li a img{ float: left; margin: 0px 10px 0px 0px;}
.ddsmoothmenu-v ul li span{ position: absolute; display: none; float: right; top: 10px; right: 10px; z-index: 100; font-size: 24px;font-weight: bold; color: #666; cursor: pointer; }
.ddsmoothmenu-v ul li:last-child{ border-bottom:none;}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	color:#4a4a4a;
}


.ddsmoothmenu-v ul li a.selected,.ddsmoothmenu-v ul li a:hover{
	color:#FF0000;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
border-top: 1px solid #e5e5e5;
width: 260px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
background:rgba(255,255,255,1);
margin:0px;
padding:0px;
left: 100% !important;
margin-left:1px;
overflow: visible !important;
}

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