.ddsmoothmenu-v{ width: 100%; float: left;}
.ddsmoothmenu-v ul{width:100%;float:left;list-style-type: none;}
 .ddsmoothmenu-v h2{ width: 100%;}
.ddsmoothmenu-v ul li{position: relative;width:100%;float:left;border-bottom: 1px solid #D8D7D7;}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	width:100%;
	float:left;
	padding:9px 5px 9px 52px;
	text-decoration:none;
	font-size:17px;
	text-transform: capitalize;
	background:url(../images/style1.png) no-repeat 25px 17px;
	color:#3E3E3E;
	font-family: Arial
}
.ddsmoothmenu-v ul li a img{ float: left; margin: 0px 10px 0px 0px;}
.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:#3E3E3E;
}


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

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	list-style-type: none;
position: absolute;
width: 260px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;overflow: inherit;
background:#272727;
margin:0px;
padding:0px;
left: 100% !important;
margin-left:1px;
z-index: 99999;}
.ddsmoothmenu-v ul li:hover ul{visibility: visible;transition:width .7s;-o-transition:width .7s;-webkit-transition:width .7s;}

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