.ddsmoothmenu-v ul{
margin: 3px 0 0 0;
padding: 0;
width: 190px; /* Main Menu Item widths */
list-style-type: none;
font: bold 12px Verdana;
}
 
.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: none;
text-decoration: none;
padding: 0px;
border-bottom: 0px solid #778;
height:23px;

}

.ddsmoothmenu-v ul li a img{
	display:none;}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background: none;
border:0;
}


.ddsmoothmenu-v ul li a.selected{
	/*background: url(../img/2011/interface/menubgrd.png) left center no-repeat;*/
	border-left: #BE1132 solid 5px;
}

.ddsmoothmenu-v ul li a:hover{
/*background: url(../img/2011/interface/menubgrd.png) left center no-repeat;*/
border-left: #BE1132 solid 5px;
}


.ddsmoothmenu-v ul li a span {
	position:relative;
	display: block;
	width:165px;
	text-indent:-2000px;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
background:#BE1132;
}
.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{
	background:#BE1132;
	color:#FFF;
	padding: 4px 2px 0px 10px;
	margin:0 0 0 0;
	font-family: "PFDinDisplayProBold", Arial, Helvetica, sans-serif;
	font-size:16px;
}
 
.ddsmoothmenu-v ul li ul li a:hover{
	background:#000;
	border:0;
	}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */