#menu_bas {
	height: 35px;
	overflow: hidden;
}

.menu_bas {
	padding: 0 0 0 32px;
	margin-top: 0;
	list-style: none;
	height: 35px;
	background: url(../img/menu_bas/background.jpg);
	position: relative;
	margin-left: 0px;
}

.menu_bas li {
	float: left;
}

.menu_bas li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 35px;
	color: #aaa;
	text-decoration: none;
	font-size: 13px;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 8px;
	cursor: pointer;
	text-align: center;
	color: white;
}

.menu_bas li img {
	display: block;
	float: left;
	padding: 0 0 0 8px;
}

.menu_bas li a b {
	float: left;
	display: block;
	padding: 0 16px 0 8px;
}

.menu_bas li.current a {
	color: #fff;
	background: url(../img/menu_bas/current.jpg);
}

.menu_bas li.current a b {
	
}

.menu_bas li a:hover {
	color: #fff;
	background: url(../img/menu_bas/over.jpg);
}

.menu_bas li.current a:hover {
	color: rgb(202, 181, 93);
	background: #000 url(../img/menu_bas/current.jpg);
	cursor: default;
}

.menu_bas li.current a:hover b {
	
}