.ddsmoothmenu-v ul{}
.ddsmoothmenu-v li a{}
.ddsmoothmenu-v li{}
.ddsmoothmenu-v li:last-child{
    border-bottom: none;
}
.ddsmoothmenu-v ul li{
position: relative;
}
.ddsmoothmenu-v li li a{}
.ddsmoothmenu-v li li{}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
overflow: auto; /*force hasLayout in IE7 */
/*color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
*/
}

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

        
}


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

.content1 .ddsmoothmenu-v ul li a:hover{
/*background: black; /*background of menu items during onmouseover (hover state)*/
	color:red;
}
.ddsmoothmenu-v ul li .active {
/*background: black; /*background of menu items during onmouseover (hover state)*/
	color:red;
}


/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
		padding:0;
        position: absolute;
		*background:#1d74ba;
        min-width: 245px; /*Sub Menu Items width */
        top: 0 !important;
        font-weight: normal;
        visibility: hidden;
}
.ddsmoothmenu-v ul li ul li{background:#F5F5F5; height:34px; }
.ddsmoothmenu-v ul li ul li a{background:url(../images/muiten.png) no-repeat right center; height:34px; color:#000; line-height:33px;padding-right:20px; display:block;}
.ddsmoothmenu-v ul li:hover ul li:hover{background:#F5F5F5;}
.ddsmoothmenu-v ul li:hover ul li:hover a{color:#000;}

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