.ddsmoothmenu-v{
display: none;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 100%; /* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
float: none;
background: url(../images/dau-tron.png) no-repeat 3px 16px;
}
.ddsmoothmenu-v ul li:hover {
	background: url(../images/dau-tron.png) no-repeat 3px 16px;
}
/* Top level menu links style */
.ddsmoothmenu-v ul li+li
{
	border-top: 1px solid #f5f3f3;
}
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #962F42;
text-decoration: none;
padding: 7px 15px 7px 15px;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
text-transform: capitalize;
font-weight: bold;
font-size: 12px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: none; /*background of menu items (default state)*/
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: none !important; 
color: rgb(220, 82, 107);
}

.ddsmoothmenu-v ul li a:hover{
background: none; /*background of menu items during onmouseover (hover state)*/
color: #962F42;
padding-left: 25px;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 100%; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
margin: auto;
box-shadow: none !important;
background: #962F42;
}
.ddsmoothmenu-v ul li ul li
{
	background: none;
}
.ddsmoothmenu-v ul li ul li+li
{
	border-top: 1px solid #842133;
}
.ddsmoothmenu-v ul li ul li a
{
	color: #FFF;
	display: block;
	padding-left: 25px;
	font-weight: normal;
}
.ddsmoothmenu-v ul li ul li:hover {
	background: rgb(220, 82, 107);
}
.ddsmoothmenu-v ul li ul li a:hover, .ddsmoothmenu-v ul li ul li  a.selected
{
	color: #FFF;
	padding-left: 25px;
}


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