 

@CHARSET "UTF-8";
/**
*
*	Navigation top left
*
*/
#left_col ul {
	list-style-type: none;
	padding: 0;
	margin:0;
}

#left_col ul li {
	padding: 0;
	margin:0;
	_margin: 0 0 -2px 0; /* sieht nur der IE 6 */
	width:210px;
}

*+html #left_col ul li { /* sieht nur der IE 7 */
	margin: 0 0 -2px 0;
}

#left_col ul li a b {display:none;}

#left_col ul li a {
	display: block;
	width:210px;
	height:36px;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:top left;
}
#left_col ul li a:hover, #left_col ul li a.active {
	background-position:bottom left;
	text-decoration: none;
}

#left_col ul li a.btn1 {
	background-image:url(../images/1.jpg);
}
#left_col ul li a.btn2 {
	background-image:url(../images/2.jpg);
}
#left_col ul li a.btn3 {
	background-image:url(../images/3.jpg);
}
#left_col ul li a.btn4 {
	background-image:url(../images/4.jpg);
}
#left_col ul li.btn5 {
	background-image:url(../images/5.jpg);
	display: block;
	width:210px;
	height:36px;
}




