div.menu-left-simple {
	font-size:14px;
}

div.menu-left-simple a {
	display: block;
	color: #123; 
/*	border: 1px solid;*/
	text-decoration: underline;
}

div.menu-left-simple a:hover {
	background: url("images/menu-corner-l.gif") no-repeat bottom right #bababa;	
	border-left: 10px black;
}

div.menu-left-simple a.root-item, div.menu-left-simple a.root-item-selected {
	width: 180px;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-weight:bold;
}
div.menu-left-simple a.root-item-selected {text-decoration: none;}
div.menu-left-simple a.sub-item, div.menu-left-simple a.sub-item-selected {
	width: 160px;
	padding-left: 40px;
	font-weight:normal;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.menu-left-simple a.root-item-selected, div.menu-left-simple a.sub-item-selected {
	background: url("images/menu-corner-l.gif") no-repeat bottom right #bababa;		
}























#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
	width: 214px;
	font-size:14px;
}

/* Submenu Items */ 
#vertical-multilevel-menu li a
{ 
	text-decoration: underline;
	display: block;
	color: #123; 
	font-weight:bold;
	padding: 8px;

}

#vertical-multilevel-menu li a:hover
{
	background: url("images/menu-corner-l.gif") no-repeat bottom right #bababa;	
}


#vertical-multilevel-menu li a.root-item-selected {	background: url("images/menu-corner-l.gif") no-repeat bottom right #bababa;	 text-decoration: none}
#vertical-multilevel-menu a.sub-item-selected {	background: url("images/menu-corner-l.gif") no-repeat bottom right #bababa;	}


#vertical-multilevel-menu ul li a {
	font-weight: normal;
	font-size: 12px;
	margin-left: 15px;
	padding: 2px;
	text-decoration: underline;
	font-weight: normal;
}

#vertical-multilevel-menu ul {
/*	padding-bottom: 0px;*/
}
