


.ddsmoothmenu-v ul{
margin: 0;
padding: 0px;
width: 170px; /* Main Menu Item widths */
list-style-type: none;
text-transform:uppercase;
font-family:"Calibri","arial","Book Antiqua","Times new roman";

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

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: #CF9796;
text-decoration: none;
padding: 0px;
font-size:13px;


}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: transparent; /*background of menu items (default state)*/
color: #774ccc;
font-family:"Calibri","arial","Book Antiqua","Times new roman";
font-size:13px;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: #CF9796;
background:url('../../images/tab_bg.png');
background-repeat:repeat-xy;
}

.ddsmoothmenu-v ul li a:hover{
color: white;
background:url('../../images/tab_bg.png');
background-repeat:repeat-xy;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 120px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
text-align:left;
visibility: hidden;
background:url('../../images/tab_bg.png');
background-repeat:repeat-xy;
padding-left:5px;
border-bottom:0px;
z-index:98;
}

.ddsmoothmenu-v ul li ul li a{
font-family:"Calibri","arial","Book Antiqua","Times new roman";
font-size:13px;
color:#FFFFFF;
text-decoration:none;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */


