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

}
 
.ddsmoothmenu-v ul li{
position: relative;
border:1px solid #62a010;
border-left: 0px;
border-right: :0px;
border-radius: 5px;
background: #f0f0f0;
}
.module_service .ddsmoothmenu-v ul li ul li{
	margin:0px;	
	border-top:1px solid #FC7EC5;

}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
overflow: auto; /*force hasLayout in IE7 */
padding:8px 0px;
padding-left: 40px;
background: url("../images/an/list_icon.png") no-repeat 20px 14px;
display: block;
color: #599110;
font-size: 18px;
font-family: "roboto";
}
.ddsmoothmenu-v ul li a:hover{color: #f00;}
.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;*/

}


.container_left .module_left .content .ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #1084EA url("../images/sun/list_icon.png") no-repeat 10px 13px;
}

.container_left .module_left .content .ddsmoothmenu-v ul li a:hover{
/*background: black; /*background of menu items during onmouseover (hover state)*/
	background: #1084EA url("../images/sun/list_icon.png") no-repeat 10px 13px;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 230px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
/*visibility: hidden;*/
background:#0260ee;
padding:0px 5px;
border:1px solid #EFEFEF;
}


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