.ddsmoothmenu-v ul{
	width: 210px;
}
 
.ddsmoothmenu-v ul li{
	margin:5px 0; font-weight:bold; text-transform:uppercase;position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display:block; padding:1px 0 1px 15px; color:#2585d8; text-decoration:none;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{

}

.ddsmoothmenu-v ul li a span {}

.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#fff; background:url(../images/leftMenu_bg_over.png) left no-repeat;
}

.ddsmoothmenu-v ul li a:hover{
	color:#fff; background:url(../images/leftMenu_bg_over.png) left no-repeat;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	margin: 0;
	padding: 0;
	position: absolute;
	width: 205px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	background: #d9e8ef;
	
}

 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */
.rightarrowclass{
	position: absolute;
	top: 8px;
	right: 5px;
	display:none;
}