.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 196px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #FFF;
text-indent: 20px;
background:url(../images/checked.png) no-repeat 5px center;
/*border-right: 1px solid #778;*/
}

.ddsmoothmenu-v ul li a.odd:link, .ddsmoothmenu-v ul li a.odd:visited, .ddsmoothmenu-v ul li a.odd:active{
background-color: #dad0d0; /*background of menu items (default state)*/
color: #504b4b;
}

.ddsmoothmenu-v ul li a.even:link, .ddsmoothmenu-v ul li a.even:visited, .ddsmoothmenu-v ul li a.even:active{
background-color: #eee6e6; /*background of menu items (default state)*/
color: #504b4b;
}

.ddsmoothmenu-v ul li a.one:link, .ddsmoothmenu-v ul li a.odd:visited, .ddsmoothmenu-v ul li a.odd:active{
background-color: #ffc0cb; /*background of menu items (default state)*/
color: #504b4b;
}

.ddsmoothmenu-v ul li a.two:link, .ddsmoothmenu-v ul li a.odd:visited, .ddsmoothmenu-v ul li a.odd:active{
background-color: #cd853f; /*background of menu items (default state)*/
color: #504b4b;
}

.ddsmoothmenu-v ul li a.three:link, .ddsmoothmenu-v ul li a.odd:visited, .ddsmoothmenu-v ul li a.odd:active{
background-color: #ffe4b5; /*background of menu items (default state)*/
color: #504b4b;
}

.ddsmoothmenu-v ul li a.four:link, .ddsmoothmenu-v ul li a.odd:visited, .ddsmoothmenu-v ul li a.odd:active{
background-color: #3CB371; /*background of menu items (default state)*/
color: #504b4b;
}

.ddsmoothmenu-v ul li a.five:link, .ddsmoothmenu-v ul li a.odd:visited, .ddsmoothmenu-v ul li a.odd:active{
background-color: #00FA9A; /*background of menu items (default state)*/
color: #504b4b;
}

.ddsmoothmenu-v ul li a.six:link, .ddsmoothmenu-v ul li a.odd:visited, .ddsmoothmenu-v ul li a.odd:active{
background-color: #1E90FF; /*background of menu items (default state)*/
color: #504b4b;
}

.ddsmoothmenu-v ul li a.seven:link, .ddsmoothmenu-v ul li a.odd:visited, .ddsmoothmenu-v ul li a.odd:active{
background-color: #DDA0DD; /*background of menu items (default state)*/
color: #504b4b;
}

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

.ddsmoothmenu-v ul li a.odd:hover, .ddsmoothmenu-v ul li a.even:hover{
background-color: #7bbcc7; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}
.ddsmoothmenu-v ul li ul li a{
	background:none;
text-indent: 0px;
border-left:1px solid #FFF;
}

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