/* CSS Document */

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

#topic_path{
	margin:0;
	text-align:left;
	padding: 0;
	position: relative;
	width: auto;
	left: 10px;
	top: 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{
background:#3F71F5;
color:#fff
}

