﻿html body
{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 68%;
	background-color: #DCDCDC;
}

.MenuTop,.MenuBottom
{
	position: absolute;
	left:150px;
	color: #CC0000;
	
	float:left;
	display:block;
	z-index:1000;
	width:auto;
	height:15px;
}
.MenuTop
{	
	top:85px;
}
.MenuBottom
{
	top:550px;
}
.MenuTop ul
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 733px;
	list-style-type: none;
}
.MenuTop ul li
{
	float:left;
}
.MenuBottom ul
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 733px;
	list-style-type: none;
}
.MenuBottom ul li
{
	float:left;
}
.MenuBottom a 
{
	display: block;
	padding: 0 5em 0 0em;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
.MenuTop a
{
	display: block;
	padding: 0 4.65em 0 0em;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}


