#left_menu {font-size:0.75em;}
#left_menu a {font-weight:bold; text-decoration:none}

#left_menu ul {
	list-style-type: none;
	padding: 0; margin: 10px 0 0 5px;
}


#left_menu ul li {
	line-height: 2em;
	padding-left: 0px; 
	margin-left: 0px;
}


#left_menu ul li div.lmoption  {
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left:2em;	
}

#left_menu ul li.selectedoption div.lmoption  {
	background-image: url(/images/red_arrow.gif);
}
#left_menu ul.submenu {
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	margin: 0 0 0 35px;
	font-size: x-small;
}

#left_menu ul.submenu li {
	padding-left: 0;
	line-height: 1.3em;
}

#left_menu ul.submenu li a {
	background-image: none;
}

.lmheader {
	background-color: #cc0033;
	font-size: 0.7em;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 0;
	text-align: center;
	border-style: solid;
	border-color: #ffff00;
	border-width: 1px 0;
}
