.ddsmoothmenu-v ul{
	margin: 0 0 0 0px;
	padding: 0;
	list-style-type: none;
	width:198px;
	font: bold 12px Helvetica;
	background:#FFFFFF;
	position:relative;
	z-index: 1200;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	z-index:1000;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li:first-child a
{
	border:0px;
}
.ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: white;
	text-decoration: none;
	padding: 10px 12px 10px 22px;
	border-top:1px solid #e3e3e3;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{

	color: #000000;

}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: url("../img/bg-left-menu-hover.png") no-repeat center center; /*background of menu items during onmouseover (hover state)*/
	color: red;
}

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

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 200px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	border:1px solid #E3E3E3;
}

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


.ddsmoothmenu-v .rightarrowclass
{
	right:3px;
	position: absolute;
}
