.left_menu a{
	text-decoration: none;
}

.left_menu_selected a{
	color: #633;
}

.left_menu{
	font-size:0.95em;
}

.left_menu ul{
	list-style: url("/images/ul-big.gif") none;
	padding-left: 1.5em;
	color:#090909;
}

.left_menu ul li{
	margin: 1.2em 0;
}

* html .left_menu ul li{
	behavior: url("/csshover2.htc");
}

.left_menu ul ul{
	margin-left: 0;
	list-style: url("/images/ul-small.gif") none;
	display: none;
	bottom: 100%;
	top: 50%;
	overflow:hidden;
}