#leftmenu ul {
	list-style : none;
	list-style-image: none;
	margin : 0px;
	padding : 0px;
}
#leftmenu ul li {
	display : block;
	/* height: 2em; */
	font-size: 1em;
	margin-right: 4px;	
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
	color: #000;
}
#leftmenu ul li.selected {
	display : block;
	font-size: 1em;
	margin-bottom: 0px;
	color: #FFF; /*color: #80A0FF; #000;*/
	font-weight: bold;
}
#leftmenu a:active,
#leftmenu a:visited,
#leftmenu a:link {
	vertical-align: middle;
	display : block;
	background-color: #b68cbc;
	color: #eee1f4;
	text-decoration : none;	
	margin-right : 0px;
	padding : 2px;
	font-weight: bold;
}
#leftmenu a:hover {
	vertical-align: middle;
	background-color : #8b3888;
	color: #eee1f4;
	/* font-weight: bold;
	background-image: url('images/menu_li_bg_img.gif'); */
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: bold;
}
#leftmenu a.selected:active,
#leftmenu a.selected:visited,
#leftmenu a.selected:link {
	vertical-align: middle;
	display : block;
	background-color : #8b3888;
	color: #FFF;
	text-decoration : none;	
	margin-right : 0px;
	padding : 2px;
	text-align: right;
}
#leftmenu a.selected:hover {
	background-color : #8b3888;
}
#leftmenu fieldset {
	margin-left: 0px;
	padding: 1px;
}
p.leftside_text {
	font-size: 12px;
	margin-left: 4px;
	margin-right: 4px;
}