#botmenu {
	background-image: url(../graphics_botmenu/bot_menu1.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 1100px;
	position: absolute;
	left: 0px;
	top: 527px;
}



#basemenu {
	position: absolute;
	left: 180px;
	height: 20px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	top: 10px;
	color: #AB9F7B;
	font-weight: bold;


}

.basemenuitem {
	float: left;
	height: 20px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #AB9F7B;
	margin-top: 0px;
	text-align: center;
	padding: 0px;
	margin-right: 30px;
	font-weight: bold;
}


.basemenuitem a {
	text-decoration: none;
	color: #AB9F7B;
	font-weight: bold;

}



.basemenuitem a.current{
	text-decoration: none;
	color: #F1A578;

}



.basemenuspacer {
	float: left;
	height: auto;
	width: auto;
	margin-right: 15px;
	margin-left: 15px;
}