#smoothmenu2 {position: relative; z-index: 5; font-size: 11px; font-family: 'Tahoma CE', Tahoma, sans-serif;}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 165px; /* Main Menu Item widths */
list-style-type: none;
z-index: 5;
}
 
.ddsmoothmenu-v ul li{
position: relative;
z-index: 5;
background: url('../images/2a.gif') no-repeat;
}

.ddsmoothmenu-v ul li:hover {background: url('../images/bg_menu_2b.gif') no-repeat;}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
width: 153px;
overflow: auto; /*force hasLayout in IE7 */
color: #382a08;
text-decoration: none;
margin-left: 4px;
padding: 4px 0px 4px 6px;
background: url('../images/line_menu_2.gif') bottom left no-repeat;
cursor: pointer;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
color: #382a08;
}


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

.ddsmoothmenu-v ul li a:hover{
color: #382a08;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
margin-left: 3px;
}

.ddsmoothmenu-v ul li ul li {width: 152px; background: url('../images/bg_menu_2.gif') no-repeat;}

*:first-child+html .ddsmoothmenu-v ul li ul li {margin-bottom:-2px;}

.ddsmoothmenu-v ul li ul li:hover {background: url('../images/bg_menu_2c.gif') no-repeat;}
/*.ddsmoothmenu-v ul li ul li:hover {background: url('../images/bg_menu_2c.gif') bottom left no-repeat;}*/
.ddsmoothmenu-v ul li ul li a {width: 153px; background: url('../images/line_menu_2.gif') bottom left no-repeat; padding-left: 0; margin-left: 0px;}
.ddsmoothmenu-v ul li ul li a span {display: block; float: left; margin-left: 20px;}
* html .ddsmoothmenu-v ul li ul li a span {margin-left: 10px;}

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

.ddsmoothmenu-v ul li ul {width: 152px; border: 3px solid #382a08; border-width: 3px 0px 3px 0px;}