*{
	margin:0;
	padding:0;
}
#sitemapmenu{
	width:750px;
	margin:20px auto 0 auto;
}
.sitemapmenu, .sitemapsousmenu{
	text-align:center;
}
.sitemapmenu{
	height:18px;
	width:750px;
	padding:2px 0;
	background:#404040;
	color:#fff;
}
.sitemapsousmenu{
	height:18px;
	width:750px;
	padding:1px 0;
	background:#808080;
	color:#fff;
}

.sitemapmenu a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#808080;
}
.sitemapsousmenu a{
	display:block;
	width:100%;
	height:100%;
	color:#fff;
	font-family:arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background:#808080;
}
.sitemapmenu a:hover, .sitemapsousmenu a:hover, .sitemapmenu a:active, .sitemapsousmenu a:active, .sitemapmenu a:focus, .sitemapsousmenu a:focus{
	background:none;
}