.ddsmoothmenu-v ul{padding:5px 0px; padding-right:0px;}
.ddsmoothmenu-v li:last-child{border-bottom: none;}
.ddsmoothmenu-v ul li{position: relative;}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{ overflow: auto; }
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{ }
.content1 .ddsmoothmenu-v ul li a.selected{  color:red; }
.content1 .ddsmoothmenu-v ul li a:hover{ color:red; }
.ddsmoothmenu-v ul li .active { color:red;}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{ padding:0; position: absolute;	min-width: 200px; top: -5 !important; font-weight: normal;  visibility: hidden; background:url(../images/submenu_bg.png);}
.ddsmoothmenu-v ul li ul li{ text-align:left;}
.ddsmoothmenu-v ul li ul li a{padding-left:10px !important; color:#fff;}
.ddsmoothmenu-v ul li:hover ul li a{padding-left:10px !important; padding:5px 0; display:block; font-size:12px;  font-family: 'texgyreadventor-regular'; color:#fff; background:url(../images/plus_bullet_w.png) no-repeat calc( 100% - 6px ) 13px; padding-right:15px;}
.ddsmoothmenu-v ul li:hover ul li:hover a{padding-left:10px !important; color:#000; background:url(../images/right_arrow_bullet.png) no-repeat calc( 100% - 4px ) 9px, #fff;}

.ddsmoothmenu-v ul li ul li ul li a{padding-left:10px !important; color:#fff;}
.ddsmoothmenu-v ul li:hover ul li:hover ul li a{padding-left:10px !important; padding:5px 0; display:block; font-size:12px;  font-family: 'texgyreadventor-regular'; color:#fff; background:url(../images/plus_bullet_w.png) no-repeat calc( 100% - 6px ) 13px; padding-right:15px;}
.ddsmoothmenu-v ul li:hover  ul li:hover ul li:hover a{padding-left:10px !important; color:#000; background:url(../images/right_arrow_bullet.png) no-repeat calc( 100% - 4px ) 9px, #fff;}

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