/* @override http://192.168.1.16/crazyhorst/css/crazyhorst-right_column.css */


#right_column h2 {
	float:left;
	width:130px;
	height: 33px;
	color: #f00;
	font-weight:bold;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align: left;
	margin: 20px 0px 0px 0px ;

}

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

}
#right_column ul li {

	float:left;
	list-style: none;
	width:140px;
	color: #f00;
	font-weight:bold;
	text-decoration:none ;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}

#right_column ul li a{
	color: #f00;
	text-decoration:none;
	font-weight:normal;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#right_column li a:hover{
	color: #f00;
}

#right_column li.currentpage a{
	color: black;

}



