.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
/*width: 183px; /* Main Menu Item widths */
list-style-type: none;
z-index: 999;

}
 
.ddsmoothmenu-v ul li{
	position: relative;
	margin:auto;
	line-height: 40px;
	line-height:30px;
}
.module_service .ddsmoothmenu-v ul li ul li{
	margin:0px;	
	border-top:1px solid #FC7EC5;
	background:#000;
}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	color:#656565;
	background:url(../images/icon_a_mn_l.png) no-repeat left center;
	padding-left:15px;	
	font-family: 'robotoregular';
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
/*background: #414141; /*background of menu items (default state)*/
/*color: white;*/

}


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

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

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 250px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	background:#ca4b02;
	margin-top: 0px !important;
}


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