/*  Default sizing for menu dropdowns. IE and Firefox for Windows have their own  */
#mainpage{
	background-image: url(../images/front.jpg);
	display: block;
	height: 756px;
	width: 955px;
	background-repeat: no-repeat;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.menucontainer{
	background-color: #016a3b;
	display: block;
	float:left;
	margin-top: 33px;
	margin-left: 150px;
}

#menuhome {
width: 55px;
}
#menuaboutus {
width: 80px;
}
#menuservices {
width: 164px;
}
#menuequip {
width: 92px;
}
#menuest {
width: 95px;
}
#menufaq {
width: 40px;
}
#menucontactus {
width: 100px;
}
#menulinks {
width: 60px;
}

.toplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.toplink a {
	color: #FFFF00;
	text-decoration: underline;
}
.toplink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#backtotop {
	padding-left: 10px;
}
