.ddsmoothmenu-v ul{
	float:left;
	width: 100%;
	overflow: visible !important; 
	background: #f0f0f0;
}
 
.ddsmoothmenu-v ul li
{
	float:left;
	width: 100%;
	position: relative;
	background: url(../images/icon_li.png) no-repeat center left 15px,#f0f0f0;
}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	width:100%;
	float:left;
	display: block;
	text-decoration:none;
	font-size:13px;	
	color:#000;
	font-family: 'RobotoRegular';
	display: block;
	padding: 15px 10px 15px 30px;
	text-transform: uppercase;
	border-bottom: 1px solid #d8d7d7;
}

.ddsmoothmenu-v ul li:last-child a
{
	border-bottom: 0px;
}
.ddsmoothmenu-v ul li:last-child a
{
	border-top: 0px;
}
.ddsmoothmenu-v ul > li:hover > a
{
	color: red;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	font-weight: normal;
	visibility: hidden;
	margin:0px;
	padding:0px;
	z-index: 89;
	top: 0px !important;
	left: 100% !important;
	background: #f0f0f0;
}

.ddsmoothmenu-v ul li ul li a
{
	border:1px solid #ccc !important;
	border-top: 0px !important;
}
.ddsmoothmenu-v ul li ul li:first-child a
{
	border:  1px solid #ccc !important;
}
.ddsmoothmenu-v ul li ul li ul{
	font-weight: normal;
	visibility: hidden;
	position: absolute;
	margin:0px;
	padding:0px;
	background: #f0f0f0;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */