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

	z-index: 2000;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
}
 
.ddsmoothmenu-v ul li{
position: relative;
	width: 100%;
	text-align: right;
	line-height: 25px;
	font-size: 12px;
	list-style: none;
	
	
	
	
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
	color: #6d6d6d;
	padding-right: 16px;
	padding: 2px 16px 2px 0;
	outline: none;
text-decoration: none;
border-bottom: 1px dotted #fff;


}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	border-bottom: 1px dotted #fff;

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	border-bottom: 1px dotted #d6d6d6;

}

.ddsmoothmenu-v ul li a:hover{
	color: #fc6704;
	text-decoration: none;
	
	border-bottom: 1px dotted #d6d6d6;


}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 180px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
	z-index: 3000;
	background-color: #f7f7f7;
	margin-top: 0;
	border: 1px dotted silver;
}

.ddsmoothmenu-v ul li ul li{
	text-align: left;
	margin-left: 10px;
	font-size: 12px;
	
}

.ddsmoothmenu-v ul li ul li a{

	font-size: 12px;
	
}

.ddsmoothmenu-v ul li ul li a:hover{
	background-image: none;
	border-bottom: 1px dotted #d6d6d6;
	
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
}
/* End */
