/* CSS Document */
/* The second level uses span as wrapper, the third uses div*/
span#left_menu {
	width: 238px;
	float: left;
	overflow-x: hidden;
}

div#left_menu {
     width: 223px;
}

#left_menu ul {
     margin: 0;
     padding: 0;
     padding-left: 18px;
}

#left_menu ul li {
padding: 5px;
	border: 0;
	border-bottom: 1px solid #000;
	list-style-position: outside;
	list-style-image: url('./images/menulist.jpg');
}

#left_menu .ekmenu_submenu_items_hidden {
     display: none;
}

#left_menu a span.ekmenu_button_selected {
     font-weight: bold;
}

#left_menu a.ekmenu_link_selected {
     font-weight: bold;
}

#left_menu ul li li {
     border-bottom: 0;
     list-style-image: none;
     list-style-type: none;
     padding: 2px;
}

#left_menu ul li a {
	font-size: 12px;
	text-decoration: none;
	color: #006ab2;
	
}

