#leftmenu_x ul, li, a{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#leftmenu_x ul{
         width: 203px;
	background-image: url(/images/submenu_bg_o.gif);
	background-repeat: repeat-y;
}
#leftmenu_x a{
         display: block;
	text-align: left;
}
#leftmenu_x li a{
	width:183px;
         display: block;
	border-bottom: 1px solid #E7E2AA;
	background-image: url(/images/img_button.gif);
	background-repeat: no-repeat;
	background-position: 168px center;
margin: 0px 15px 0px 10px;
padding: 5px 0px 3px 5px;
	color: #000000;
	text-decoration: underline;
}
#leftmenu_x li.sel a{
	background-image: url(/images/img_button_sel.gif);
	background-repeat:no-repeat;
         background-color: #264F6C;
	color: #ffffff;
}
#leftmenu_x li.sub a{
	text-decoration: underline;
	background-color: #FFFDE6;
	background-image: url(/images/img_button_peleks.gif);
         color:#000000;
}
#lmxt{
	width: 203px;
	height: 5px;
	background-image: url(/images/submenu_top_o.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
}
#lmxb{
	width: 203px;
	height: 7px;
	background-image: url(/images/submenu_bottom_o.gif);
	margin-right: 0px;
	background-repeat: no-repeat;
}
