/* @override 
	http://192.168.1.34/horst/css/horst-left_column.css
*/

#left_column h2 {
	float: left;
	width: 95px;
	height: 20px;
	color: gray;
	font-weight: bold;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0px 0px 0px 0px ;
}

#left_column ul {
	z-index: 1000;
	list-style: none;
	width: 120px;
}

#left_column ul li {
	float: left;
	list-style: none;
	width: 120px;
	height: 25px;
	color: gray;
	text-decoration: none;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 11px;
	margin: 0px 0px 8px 10px ;

}

#left_column ul li a {
	color: gray;
	text-decoration: none;

}

#left_column li a:hover {
	color: red;
}

#left_column li.currentpage a {
	font-weight: bold;
	color: black;
}