.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

body {
	position: relative;
	background-color: #FFF;
}

#menu-wrapper {
	position: absolute;
	height: 300px;
	overflow: hidden;
}
#menu-wrapper ul {
	margin: 0;
	padding: 0;
}
li.menu {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.menu-title {
	width: 200px;
}
div.menu-title a {
	color: #000;
	font-size: 10px;
	text-decoration: none;
}
ul.submenu {
	position: absolute;
	width: 200px;
}
ul.submenu li {
	height: 22px;
	margin-bottom: 1px;
	background-color: #00689b;
	line-height: 22px;
	list-style: none;
}
ul.submenu li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

#footer {
	position: absolute;
	top: 150px;
	width: 100%;
}
#copyright {
	width: 837px;
	margin: 0 auto;
	color: #ABABAB;
}
#copyright a {
	color: #84C50E;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
