#leftcolumn #left-back .ddsmoothmenu-v ul{
	width: 200px; /* Main Menu Item widths */
	list-style-type: none;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
#leftcolumn #left-back .ddsmoothmenu-v ul li{
	position: relative;
	margin: 0px;
	padding: 0px;
}

/* Top level menu links style */
#leftcolumn #left-back .ddsmoothmenu-v ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #C8EDFC;
	text-decoration: none;
	margin: 0px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #007692;
}
#leftcolumn #left-back .ddsmoothmenu-v ul li a.last {
	border-bottom-width: 0px;
}
#leftcolumn #left-back .ddsmoothmenu-v ul li a:link, #leftcolumn #left-back .ddsmoothmenu-v ul li a:visited, #leftcolumn #left-back .ddsmoothmenu-v ul li a:active{
background: transparent; /*background of menu items (default state)*/
	color: #C8EDFC;
}


#leftcolumn #left-back .ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: transparent; 
color: white;
}

#leftcolumn #left-back .ddsmoothmenu-v ul li a:hover{
	color: white;
	text-align: center;
	background-color: #78458A;
	background-image: url(../layout/images/left-over.jpg);
}

/*Sub level menu items */
#leftcolumn #left-back .ddsmoothmenu-v ul li ul{
	position: absolute;
	width: 170px; /*Sub Menu Items width */
	top: 0;
	font-weight: normal;
	visibility: hidden;
	background-color: #0083A0;
}

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