.ddsmoothmenu-v ul{
	margin:0;
	padding:0;
	width:205px; /* Main Menu Item widths */
	list-style-type:none;
}
.ddsmoothmenu-v ul li{
	position:relative;
}
/* Top level menu links style */
.ddsmoothmenu-v ul li a{
	display:block;
	overflow:auto; /*force hasLayout in IE7 */
	width:auto;
	padding:5px 0 5px 20px;
	text-decoration:none;
	text-align:left;
	direction:ltr;
	line-height:12pt;
	border-bottom:1px dotted #b9b9b9;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
	background:url(../images/barrow.png) 5px 10px no-repeat;
	color:#333;
}
.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background:#5d96c7 url(../images/warrow.png) 5px 10px no-repeat;
	color:#fff;
}
.ddsmoothmenu-v ul li a:hover{
	background:#5d96c7 url(../images/warrow.png) 5px 10px no-repeat;
	color:#fff;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
	background:#cbd8e3;
	position:absolute;
	width:205px; /*Sub Menu Items width */
	top:0;
	visibility:hidden;
	border:1px solid #fff
} 
.ddsmoothmenu-v ul li ul a:hover{
	background:#5d96c7 url(../images/warrow.png) 5px 10px no-repeat;
} 
.ddsmoothmenu-v ul li ul a.selected{
	background:#5d96c7 url(../images/warrow.png) 5px 10px no-repeat;
} 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float:left; height:1%; }
* html .ddsmoothmenu-v ul li a { height:1%; }

.rightarrowclass{
	position:absolute;
	top:10px;
	right:5px;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ /*shadow for NON CSS3 capable browsers*/
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:0;
	background:silver;
}
.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity:0.8;
}
/* End */
.title{
	background:url(../images/icon.png) 5px no-repeat;
	width:185px;
	border-bottom:1px solid #e5e5e5;
	padding:7px 0 7px 30px;
	color:#075b8f;
	font-weight:700;
	direction:ltr;
}