@charset "utf-8";
/* CSS Document */

#top_nav ul {
	font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
	list-style: none;
	text-indent:05px;

	}
	
#top_nav li {
	float: left;
	width: 72px;
	height:18px;
	margin: 0px 1px;
	padding: 0px 0px;
	}
	
#top_nav a {
    color: #666;
	background: url("../images/b_off.gif") no-repeat center left;
	float:left;
	width: 72px;
	padding: 5px 10px;
	text-decoration: none;
	}
	
#top_nav a:hover {
	background: url("../images/b_on.gif") no-repeat center left;
	width: 72px;
	float:left;
	color:#ffffff;
	}
	
#top_nav #currentpage a {
	background: url("../images/b_a.gif") no-repeat center left;
	float:left;
	width: 72px;
	color:#ffffff;
	}
