@charset "UTF-8";
body {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
#menu {
	margin: 56px 56px 5px 56px;
	border-bottom: 1px solid #999999;
}
#menu  #who_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A09B11;
	width: 48px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 245px;
}
#menu #what_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A09B11;
	width: 48px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 359px;
}
#menu #why_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A09B11;
	width: 48px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 473px;
}
#menu #where_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A09B11;
	width: 48px;
	height: 1px;
	position: absolute;
	left: 0px;
	top: 587px;
}
#menu #logo {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin-bottom: 10px;
	overflow: hidden;
}
#menu #logo a{
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
#menu #logo a:hover{
	text-decoration: underline;
}
#menu_who {
	display: block;
	background-image: url(../images/who.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 412px;
	height: 114px;
	overflow: hidden;
}
#menu_what {
	background-image: url(../images/what.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 511px;
	height: 114px;
}
#menu_why {
	background-image: url(../images/why.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 412px;
	height: 114px;
}
#menu_where {
	background-image: url(../images/where.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 661px;
	height: 229px;
}
#menu_who:hover {
	background-position: -412px 0;
}
#menu_what:hover {
	background-position: -511px 0;
}
#menu_why:hover {
	background-position: -412px 0;
}
#menu_where:hover {
	background-position: -661px 0;
}
