﻿#mainMenu {
	position: absolute;
	width: 660px;
	float: left;
	display: inline;
	top: 62px;
	left: 296px;
	height: 32px;
	z-index: 100;
}
#mainMenu li {
	border: 1px solid #402410;
	position: relative;
	width: 127px;
	height: 32px;
	display: inline;
	float: left;
	list-style-type: none;
}
#mainMenu li a {
	text-decoration: none;
	width: 127px;
	height: 30px;
	display: block;
	float: left;
	background-color: #771719;
}
#mainMenu li ul {
	width: 125px;
	height: 20px;
	top: 32px;
	left: 0px;
	visibility: hidden;
	display: block;
	float: left;
	position: absolute;
}
#mainMenu li ul li {
	border-style: none;
	display: inline;
	float: left;
	position: relative;
	height: 25px;
	width: 125px;
	vertical-align: middle;
}
#mainMenu li ul li a {
	font-weight: normal;
	background-color: #48555C;
	border: 1px solid #2A1C13;
	width: 125px;
	display: block;
	float: left;
	font-size: 0.8em;
	line-height: 30px;
	text-align: center;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #38131A;
}
#mainMenu li:hover ul {
	visibility: visible;
}
#mainMenu li a:hover {
	background-color: #DECBC5;
}
#mainMenu li ul li a:hover {
	font-weight: bold;
}
#quickLinks {
	position: absolute;
	top: 300px;
}
#quickLinks li {
	border-style: solid solid solid none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #FFFFFF;
	position: relative;
	width: 158px;
	height: 30px;
	display: block;
	list-style-type: none;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #38131A;
	border-right-color: #38131A;
	border-bottom-color: #38131A;
}
#quickLinks li a {
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	background-color: #48555C;
	padding-left: 3px;
	width: 155px;
	height: 30px;
	display: block;
	text-align: center;
}
#quickLinks li a:hover {
	background-color: #878787;
	font-weight: bold;
}
#otherLinks {
	position: absolute;
	top: 580px;
}
#otherLinks li {
	border-style: solid solid solid none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #FFFFFF;
	position: relative;
	width: 158px;
	height: 30px;
	display: block;
	list-style-type: none;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #38131A;
	border-right-color: #38131A;
	border-bottom-color: #38131A;
}
#otherLinks li a {
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	background-color: #48555C;
	padding-left: 3px;
	width: 155px;
	height: 30px;
	display: block;
	text-align: center;
}
#otherLinks li a:hover {
	background-color: #878787;
	font-weight: bold;
}
#otherLinks li p {
	border-style: solid solid solid none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	background-color: #FFFFFF;
	position: relative;
	width: 158px;
	height: 30px;
	display: block;
	list-style-type: none;
	text-decoration: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-color: #38131A;
	border-right-color: #38131A;
	border-bottom-color: #38131A;
}
#otherLinks p img {
	color: #000000;
	text-decoration: none;
	line-height: 22px;
	background-color: #48555C;
	padding-left: 3px;
	width: 155px;
	height: 30px;
	display: block;
	text-align: center;
}
