.ddsmoothmenu-v ul{
	float:left;
	width: 100%;
	overflow: visible !important; 
}
 
.ddsmoothmenu-v ul li
{
	float:left;
	width: 100%;
	position: relative;
	background: url(../images/icon_menu.png) no-repeat top 15px left 14px;
}


/* 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:#000;
	font-family: 'RobotoRegular';
	text-transform: uppercase;
	display: block;
	padding: 10px 0px;
	padding-left: 30px;
	border-bottom: 1px solid #ccc;
	background: url('../images/bg_menu.png') no-repeat top center;
}
.ddsmoothmenu-v > ul > li:last-child > a
{
	border-bottom: 0px;
}
.ddsmoothmenu-v > ul > li:first-child > a
{
	background: none;
}
.ddsmoothmenu-v ul li a img
{
	margin-right: 10px;
}

.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: 999;
	margin-left: 1px;
	margin-top: -1px;
	background: white;
}
.ddsmoothmenu-v ul li ul li
{
	border-right: 1px solid #ccc;
}
.ddsmoothmenu-v ul li ul li:first-child > a
{
	border-top: 1px solid #ccc;
}
.ddsmoothmenu-v ul li ul li ul{
	font-weight: normal;
	visibility: hidden;
	position: absolute;
	margin:0px;
	padding:0px;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */