.ddsmoothmenu-v ul{
	margin: 0;
	padding: 0;
	margin-left: 1px;
	width: auto; /* Main Menu Item widths */
	list-style-type: none;
	/* padding-bottom: 10px; */
	background-color: #f8f8f8;
}
/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 220px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
}
 
.ddsmoothmenu-v ul li{
position: relative;
background-color: #f8f8f8;
z-index:10 !important;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #5e5d5d;
text-decoration: none;
text-align: left;
border-bottom: 1px dotted #cfcfcf;
line-height: 34px;
padding-left: 33px;
}
/*menu cap 1*/
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
background:url(../images/li_left.png) no-repeat 10px center; /*background of menu items (default state)*/
font-weight: bold;
color: #5e5d5d;

}
.ddsmoothmenu-v ul li a:hover{
	color: #fff;
	background: #b11427;
}

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

.ddsmoothmenu-v ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
text-align: left;
border-bottom: 1px dotted #cfcfcf !important;
line-height: 34px;
}
/*menu cap 2*/
.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:url(../images/li2_link.png) no-repeat;*/ /*background of menu items (default state)*/
color: #5e5d5d;
font-weight: bold;

}

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

.ddsmoothmenu-v ul li ul li ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
text-align: left;

border-bottom: 1px solid #cfcfcf;
width: 150px;

line-height: 34px;
}

/*menu cap 3*/
.ddsmoothmenu-v ul li ul li ul li a:link, .ddsmoothmenu-v ul li ul li ul li a:visited, .ddsmoothmenu-v ul li ul li ul li a:active{
background:url(../images/li2_link.png) repeat-x; /*background of menu items (default state)*/
color: white;
}

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