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

.li_chon a{
color: red!important;
}
 
.ddsmoothmenu-v ul li{
position: relative;
width: 209px;
height: 41px;
background: url('../images/menuleft.png') no-repeat;
list-style: none;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
font-weight: bold;
line-height: 40px;
padding-left: 32px;
font-family: Arial;
font-size: 13px;
padding-right: 0px!important;
color: #343434;
}

.ddsmoothmenu-v ul li a:hover{
color: #ee0027;
}


.ddsmoothmenu-v ul li ul li{
position: relative;
width: 190px;
z-index: 999999;
height: 40px;
background: url('../images/bottom-menu.png') bottom center no-repeat;
list-style: none;
}
.ddsmoothmenu-v ul li ul li a{
line-height: 40px!important;
font-size: 14px!important;
color: #312d2e;
text-transform: inherit;
font-family: Arial!important;
}


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

}



/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px!important; /*Sub Menu Items width */
top: 0;
background: #f1dcc8;
font-weight: normal;
visibility: hidden;
}

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