/*=====================PUBLIC NAVIGATION======================*/

#public_toolbar {
	position: relative;
	float: right;
	width: 100%;
	margin: 0;
	height: 23px;
	background: url('../../../images/toolbar_bg.png') repeat-x;
}
#public_toolbar ul {
	position: relative;
	width: 70%;
	margin: 0 auto;
	height: 23px;
	border-left: 1px solid #393739;
}
#public_toolbar li {
	padding: 0 5px;
	position: relative;
	float: left;
	width: 80px;
	height: 23px;
	border-left: 1px solid #d1d3d4;
	border-right: 1px solid #393739;
}
#public_toolbar li a {
	display: block;
	color: #393739;
	width: 80px;
	height: 23px;
	text-decoration: none;
	font-size: 10px;
}
#public_toolbar li a:hover {
	color: #fff;
}
#public_toolbar li:hover {
	background: url('../../../images/toolbarhover_bg.png') repeat-x;
	color: #fff;
}
