.ddsmoothmenu-v ul{
	float:left;
	width: 100%;
	overflow: visible !important; 

}
 
.ddsmoothmenu-v ul li
{
	float:left;
	width: 100%;
	/* background: url(../images/bg_li.jpg) no-repeat; */
	position: relative;
	border-bottom: 1px solid #fff;
	padding-left: 20px;
}


/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	width:100%;
	float:left;

	display: block;

	padding:0px 10px;
	
	text-decoration:none;
	font-size:14px;	
	color:black;
	/* background: url(../images/icon_menu.png) no-repeat top 15px left 0px; */
	display: block;
	padding: 10px 0px;
	padding-left: 15px;

}

.ddsmoothmenu-v ul > li:hover > a
{
	color: red;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	font-weight: normal;
	visibility: hidden;
	position: absolute;
	margin:0px;
	padding:0px;
	background: #ccc;
	width: 350px;
}

.ddsmoothmenu-v ul li ul li a
{
	padding: 11px 0px;
	padding-left: 20px;
	font-size: 13px;
}

.ddsmoothmenu-v ul li ul li ul{



	font-weight: normal;
	visibility: hidden;
	position: absolute;
	margin:0px;
	padding:0px;
	background: #EEEEEE;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */