<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ddsmoothmenu-v {margin-left:30px;}
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width:210px; /* Main Menu Item widths.leftnav{width:210px; padding-left:30px;}
.leftnav li{padding-left:10px; line-height:35px; } */

list-style-type: none;
font:12px Verdana;
}
 
.ddsmoothmenu-v ul li{
position: relative;
line-height:30px;
border-bottom:1px solid #CCC;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #000;
text-decoration: none;
padding-left:20px; 
 width:90px;
 overflow:hidden;
}

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

}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
display:inline;
}
.ddsmoothmenu-v ul li .rightarrowclass{ display:none;}
.ddsmoothmenu-v ul li ul li .rightarrowclass{ display:inline;}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

color: black;
}

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

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
left:0;
}
.ddsmoothmenu-v ul li ul li{line-height:22px;}
.ddsmoothmenu-v ul li ul li a
{width: 150px;
border-top: 1px solid #c0c0c0;
border-right: 1px solid #8a8a8a;
border-bottom: 1px solid #8a8a8a;
 background:url(../../../images/navbg.png) repeat-y left;
    }
 .ddsmoothmenu-v ul li ul li a:hover{background:url(../../../images/navbghover.png) repeat-y left; color:White;}
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */</pre></body></html>