html, body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#555555;
	background:#000000;
	margin:0;
	padding:0;
}
.menu {
	position: relative;
	height: 28px;
	overflow: hidden;
	margin:0 auto;
	text-align:center;
}
.menu li {
	float: left;
	list-style: none;
}
.menu li.back {
	background: url("images/lava.gif") no-repeat right -28px;
	width: 5px;
	height: 28px;
	z-index: 8;
	position: absolute;
}
.menu li.back .left {
	background: url("images/lava.gif") no-repeat top left;
	height: 28px;
	margin-right: 4px; /* 7px is the width of the rounded shape */
}
.menu li a {
	font: bold 13px verdana;
	text-decoration: none;
	color: #000000;
	outline: none;
	text-align: center;
	top:5px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 28px;
	position: relative;
	overflow: hidden;
	margin: auto 13px;
}
.menu li a:hover {
	border: none;
	color: #FFF;
}
a.subnav {
	font: bold 16px Verdana, Geneva, sans-serif;
	color: #093;
	padding-right: 25px;
}
a {
	color: #060;
}
p.Headlines {
	font-weight: bold;
}
.Headlines {
	font-weight: bold;
}
#footer {
	text-align: center;
	color: #CCC;
	line-height: 1.5em;
	padding-top: 15px;
}