@charset "utf-8";
/* CSS Document */

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 180px; /* Main Menu Item widths */
list-style-type: none;
color:black;
float:left;

}
 
.ddsmoothmenu-v ul li{
position: relative;
margin:0;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #f9f9f9;
text-decoration: none;
width:100%;
overflow:visible;
}

.ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
 /*background of menu items (default state)*/
color: #f9f9f9;
/*padding:6px 0 6px 25px;*/
border:0px;
width:auto;
overflow:visible;
font:bold 12px Arial, Helvetica, sans-serif;
 padding:6px 20px 6px 20px; 
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background:url(../images/menubull.gif) no-repeat 10px 12px #4bac78;
color: #f9f9f9;


}

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

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: auto; /*Sub Menu Items width */
top: 0;  
font-weight: normal;
visibility: hidden;
margin:0px;
border:0px;
background:#417791;

}

.ddsmoothmenu-v ul li ul li a{
 background:none;
 display:block;
 width:auto;
 padding:6px 20px 6px 20px; !important; 

}
.ddsmoothmenu-v ul li ul li a:hover{
width: auto;
 display:block;
background:#4bac78;

}

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