#home {
	position: absolute;
	background-image: url(../images/buttons/home.png);
	background-position: 0px 54px;
	top: 0px;
	left: 26px;
	width: 121px;
}
#home a {
	background-image: url(../images/buttons/home.png);
	height: 54px;
	width: 121px;
	display: block;
	overflow: hidden;
}
#home a:hover {
	background: none;
}
#about {
	position: absolute;
	background-image: url(../images/buttons/about.png);
	background-position: 0px 54px;
	top: 0px;
	left: 147px;
	width: 121px;
}
#about a {
	background-image: url(../images/buttons/about.png);
	height: 54px;
	width: 121px;
	display: block;
	overflow: hidden;
}
#about a:hover {
	background: none;
}
#aboutdrop  {
	position: absolute;
	left: 146px;
	top: 53px;
	visibility: hidden;
	background-image: url(../images/trans.gif);
}
#aboutdrop ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#aboutdrop li a {
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #393939;
	border-top: 4px solid #494949;
	width: 155px;
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	text-decoration: none;
	display: block;
	padding-left: 5px;
}
#aboutdrop li a:hover {
	background-color: #696969;
	text-decoration: underline;
	border-top: 4px solid #595959;
}
#escorts {
	position: absolute;
	background-image: url(../images/buttons/escorts.png);
	background-position: 0px 54px;
	top: 0px;
	left: 268px;
	width: 121px;
}
#escorts a {
	background-image: url(../images/buttons/escorts.png);
	height: 54px;
	width: 121px;
	display: block;
	overflow: hidden;
}
#escorts a:hover {
	background: none;
}
#escortsdrop  {
	position: absolute;
	left: 267px;
	top: 53px;
	visibility: hidden;
	display: block;
	background-image: url(../images/trans.gif);
}
#escortsdrop ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}
#escortsdrop li a {
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #393939;
	border-top: 4px solid #494949;
	width: 155px;
	margin-top: 1px;
	padding-top: 0px;
	padding-bottom: 1px;
	text-decoration: none;
	display: block;
	padding-left: 5px;
}
#escortsdrop li a:hover {
	background-color: #696969;
	text-decoration: underline;
	border-top: 4px solid #595959;
}
#promotions {
	position: absolute;
	background-image: url(../images/buttons/promotions.png);
	background-position: 0px 54px;
	top: 0px;
	left: 389px;
	width: 121px;
}
#promotions a {
	background-image: url(../images/buttons/promotions.png);
	height: 54px;
	width: 121px;
	display: block;
	overflow: hidden;
}
#promotions a:hover {
	background: none;
}
#recruitment {
	position: absolute;
	background-image: url(../images/buttons/recruitment.png);
	background-position: 0px 54px;
	top: 0px;
	left: 510px;
	width: 121px;
}
#recruitment a {
	background-image: url(../images/buttons/recruitment.png);
	height: 54px;
	width: 121px;
	display: block;
	overflow: hidden;
}
#recruitment a:hover {
	background: none;
}
#contact {
	position: absolute;
	background-image: url(../images/buttons/contact.png);
	background-position: 0px 54px;
	top: 0px;
	left: 631px;
	width: 119px;
}
#contact a {
	background-image: url(../images/buttons/contact.png);
	height: 54px;
	width: 119px;
	display: block;
	overflow: hidden;
}
#contact a:hover {
	background: none;
}
.out {
	height: 54px;
	overflow: hidden;
	z-index: 2;
}
.over {
	height: auto;
	overflow: visible;
	z-index: 5;
}
