#logo {
	position: relative;
	height: 68px;
	width: 142px;
	margin-left: 0px;
	margin-top: 0px;
	background-image: url(../_images/Logo.jpg);
	background-repeat: no-repeat;
}
#logo a {
	position: relative;
	display:block;
	z-index: 2000;
}
#logo a:hover {
	background-position: bottom;
	display: block;
	z-index: 2000;
}
#menubar {
	position:absolute;
	width:900px;
	left:52px;
	top:39px;
	padding:2px;
	}
#menubar a {
	color:#606060;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	z-index: 1;
	}
#menubar a:hover {
	color:#ffffff;
	z-index: 1;
	background-color: #d00000;
	}

.menu .options {
	margin-right:1px;
	margin-bottom:1px;
	background-color:#ffffff;
	}
.menu a {
	color:#606060;
	display:block;
	padding:2px 5px;
	text-decoration:none;
	background-color:#ffffff;
	line-height: 1.6em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a9afcb;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a9afcb;
	border-left-color: #a9afcb;/*	text-align: center;	*/
	}
.menu a:hover {
	color:#ffffff;
	background-color: #d00000;
	}

.menu2 {
	font-size: 12px;
	color: #606060;
	float: left;
	}

.menu2 a {
	color: #606060;
	}
.menu2 a:hover {
	color:#ffffff;
	background-color: #d00000;
	}
