.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 220px;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
/* float: left; */
margin-bottom: 2px;
margin-left: auto;
margin-right: auto;

}

.ddsmoothmenu-v ul li:hover
{
	
}
 
.ddsmoothmenu-v ul li{
position: relative;
width: 212px;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #524111;
background-image: url(../images/icon_left_dm.png);
background-repeat: no-repeat;
float: left;
font-weight: bold;
padding-bottom: 11px;
padding-top: 8px;
/* margin-top: 21px; */
/* margin-bottom: 20px; */
padding-top: -2px;
background-color: white;
}
.ddsmoothmenu-v .dm_c1
{

	
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto;
color: #524111;
/* color: #000; */
text-decoration: none;
line-height: 19px;
padding-left: 32px;
position: relative;
top: -3px;
/* text-transform: uppercase; */
}

.ddsmoothmenu-v ul li a:active{
color: #00F;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #00F;;
}

.ddsmoothmenu-v ul li a:hover{
  /*background of menu items during onmouseover (hover state)*/
color: #00F;;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
visibility: hidden;
/*float:left;*/
border-bottom:none;
padding:0px;
margin:0px;
width:208px;

}
.ddsmoothmenu-v ul li ul li
{
/* background-color: white; */
/* background-image: none !important; */
border-bottom: dotted 1px white;
padding: 0px 0px;
padding-top: 7px;
background-color: #FFC0A8;
/* margin: 0px; */
line-height: 10px;
padding-left: 18px;
height: 29px;
background-image: none;
background-repeat: no-repeat;

}
.ddsmoothmenu-v ul li ul li a
{
padding-left:10px;
font-size:12px;

}
.ddsmoothmenu-v ul li ul li a
{

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