.ddsmoothmenu-v{ width: 970px; margin: 0px auto;}
.ddsmoothmenu-v ul{
margin: 0 0 0 20px;
padding: 0;
float: left;
width: auto; /* Main Menu Item widths */
list-style-type: none;
height: 61px;
}
 
.ddsmoothmenu-v ul li{
position: relative;
float: left;
padding: 16px 10px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited{
color: #333;
font: normal 15px myriad pro;
}

.ddsmoothmenu-v ul li a.active {
	color: #C06710;	
}


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

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

/*Sub level menu items */
.ddsmoothmenu-v ul ul{ width: 200px; height: auto; float: left; border: 1px solid #e5e5e5; margin-left: -50px;}
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 12px !Important;
font-weight: normal;
margin-top: 30px;
background: #FFF;
text-align: left;
left: 60px;
visibility: hidden;
}


.ddsmoothmenu-v ul li ul li{
border-bottom:1px solid #E5E5E5;
padding:2px 2px 2px 6px;
width:188px;}

.ddsmoothmenu-v ul li ul li ul{
position: absolute;
width: 200px; /*Sub Menu Items width */
top: 12px !Important;
font-weight: normal;
margin-top: 0px !Important;
background: #FFF;
text-align: left;
visibility: hidden;
left: 196px;
margin-left: 5px;
}
.ddsmoothmenu-v li.parent{ background: url(../images/submenu.gif) no-repeat right;z-index:100}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */