.ddsmoothmenu-v ul{
margin: 0px;
padding: 0px;
width:224px; /* Main Menu Item widths */
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
float: left;
margin-top:2px;
}

.ddsmoothmenu-v ul li:hover
{
	
}
 
.ddsmoothmenu-v ul li{
	float:left;
	position:relative;
	
	width:204px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	
	background:#F5F5F5;
	border-bottom:solid 1px #000000;
	padding:3px 10px;
	


}

.ddsmoothmenu-v ul li .icon_c1
{
	height:32px;
	width:16px;
	float:left;
	background:url(../images/icon_dmsp2.png) no-repeat center;
	margin-right:5px;
}

.ddsmoothmenu-v ul li span.ico
{
	float:right;
}



/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;

color:#000000;
text-decoration: none;
line-height:30px;
font-family:Tahoma, Geneva, sans-serif;
font-size:15px;	
}

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


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

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

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
visibility: hidden;
background:none;

position:absolute;
background:#FFF;

width:224px;
margin:0px;
padding:0px;

z-index:999;
padding:5px 0px;
border:solid 1px #CCCCCC;
top: 0px;
left:100% !important;


}
.ddsmoothmenu-v ul li ul li
{
background:none;
border:none;
padding:0px;
margin:0px;
width:204px;
padding:4px 10px;
border-bottom:solid 1px #CCCCCC;

}
.ddsmoothmenu-v ul li ul li:last-child
{
	border:none;
}

.ddsmoothmenu-v ul li ul li a
{
	line-height:20px;
	font-size:14px;
	padding-bottom:0px;
	color:#333;
}

.ddsmoothmenu-v ul li ul li ul
{
}
.ddsmoothmenu-v ul li ul li ul li
{
}

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