/* CSS Document */

/* #topic_path
-----------------------------------------------*/

#topic_path{
	text-align:left;
	width: auto;
	position: absolute;
	top: 3px;
	left: 10px;
}

#topic_path li{
	display:inline;
	background-image:url(../images/topic_path.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0;
	padding: 0 0 0 1em;
	font-size: 11px;
}

#topic_path .home {
	background-image: none;
	margin-left: 0px;
	padding-left: 0px;
}
#topic_path li a{

}

#topic_path li a:hover{
	color:#fff;
	background-color: #FFCCCC;
}

