.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 233px; /* Main Menu Item widths */
list-style-type: none;
font: bold 15px Trebuchet MS;

/*border-bottom: 1px solid #ccc;*/
}
 
.ddsmoothmenu-v ul li{
position: relative; 
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #ffffff;
text-decoration: none;
padding-top:9px;
padding-left:42px; 

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
height:31px;
background: url(../images/menu_buttons_up1.gif); /*background of menu items (default state)*/
color: #ffffff;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
height:31px;
background: url(../images/menu_buttons_roll1.gif); 
color: #191919; 
}

.ddsmoothmenu-v ul li a:hover{
background: url(../images/menu_buttons_roll1.gif); /*background of menu items during onmouseover (hover state)*/
color: #191919;  
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 233px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;  
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */







/* MENU VERTICAL 2 CSS */ 


.ddsmoothmenu-v_2 ul{
margin: 0;
padding: 0;
width: 233px; /* Main Menu Item widths */
list-style-type: none;
font: bold 15px Trebuchet MS;

/*border-bottom: 1px solid #ccc;*/
}
 
.ddsmoothmenu-v_2 ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v_2 ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding-top:9px;
padding-left:42px;
/*padding: 6px;*/
/*border-bottom: 1px solid #778;
border-right: 1px solid #778;*/
}

.ddsmoothmenu-v_2 ul li a:link, .ddsmoothmenu-v_2 ul li a:visited, .ddsmoothmenu-v_2 ul li a:active{
height:31px;
background: url(../images/menu_buttons_up2.gif) no-repeat; /*background of menu items (default state)*/
color: #2e566f;
}


.ddsmoothmenu-v_2 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
height:31px;
background: url(../images/menu_buttons_roll2.gif) no-repeat;
color: #191919;
}

.ddsmoothmenu-v_2 ul li a:hover{
background: url(../images/menu_buttons_roll2.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #191919;
}

/*Sub level menu items */
.ddsmoothmenu-v_2 ul li ul{
position: absolute;
width: 233px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v_2 ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v_2 ul li a { height: 1%; }
/* End */