#suckertree1
{
z-index:auto;
margin:0px;
padding:0px;
border:#9F9F9F solid 1px;
float:left;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width:180px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
border-bottom:none;
z-index:90;

}
 
.ddsmoothmenu-v ul li{
position: relative;
border-bottom:#9F9F9F solid 1px;
margin:0px;
padding:0px;
}

/* Top level menu links style */

html>/**/body .ddsmoothmenu-v ul li a{display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding:5px;

margin:0px 0 -1px 0px;
border-bottom: 1px solid #9F9F9F;}

.ddsmoothmenu-v ul li a{ display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding:5px;

margin:0px 0 -2px 0px;
border-bottom: 1px solid #9F9F9F;}

 
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: #EBEBEB; /*background of menu items (default state)*/
color:#070000;
font-weight:bold;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:#9A9A9A; 
color: white;z-index:90;
}

.ddsmoothmenu-v ul li a:hover{
background:#9A9A9A; /*background of menu items during onmouseover (hover state)*/
color: white;z-index:90;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;z-index:0;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
