.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 210px; /* Main Menu Item widths */
list-style-type: none;
font-size:16px
}

.ddsmoothmenu-v a {
color:#000000;
padding-top:0px;
margin-top:0px;
padding-bottom:0px;
margin-bottom:0px;
text-decoration:none;
}

.ddsmoothmenu-v a:hover {
	color: #FF903A
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */


.ddsmoothmenu-v ul li{
	height: 22px;
	width: 210px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	list-style-image: url(http://www.midlandsfloors.co.uk/image/vaesrdk2usz5rddi.jpg);
	list-style-position:inside;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu-v ul li:hover{
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FF903A;
	list-style-image: url(http://www.midlandsfloors.co.uk/image/jp6s7px2jbks33h0.jpg);
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 190px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}
.ddsmoothmenu-v ul li ul li{
	float: left;
	background-color:#FFFFFF;
	list-style:none;
	margin-left:-10px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	font-size:12px;
	width:180px;
	border-bottom:1px #FF903A dotted;
	padding-left:10px;
	padding-top:5px;
	
}
.ddsmoothmenu-v ul li ul li:hover{
	float: left;
	background-color:#FFFFFF;
	list-style:none;
	margin-left:-10px;
	margin-bottom:0px;
	margin-top:0px;
	margin-right:0px;
	font-size:12px;
	width:180px;
	padding-left:10px;
	padding-top:5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF903A;	
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */