﻿.menu {
	width: 47%;
	text-align: center;
	margin: 30px;
}

.amenu {
	width: 20%;
	text-align: center;
}

.bmenu {
	width: 25%;
	text-align: center;
}

.cmenu {
	width: 45%;
	text-align: center;
}

.toptabs {
	font-family: Tahoma;
	font-size: 18px;
	color:#DCDCDC;
	width: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px #000000;
}

.hotabs {
	font-family: Tahoma;
	font-size: 16px;
	text-decoration: underline;
	color: #FFF8DC;
	width: 40px;
	text-transform: uppercase;
	text-shadow: 1px 1px #000000;
}

.pohabs2 {
	font-family: Tahoma;
	font-size: 15px;
	text-decoration: underline;
	color: #FFF8DC;
	width: 30%;
	text-transform: uppercase;
	text-shadow: 1px 1px #000000;
}

.span {
	font-size:16px;
	font-family: Verdana;
	color:#000000;
}

.spans {
	font-size:14px;
	font-family: Verdana;
	color:#000000;
}

.hspans {
	font-size:12px;
	font-family: Verdana;
	color:#000000;
}

.body {
	padding:5px 0;
    margin:0 auto;
	background-color:#A9A9A9;
}

#nav {
	text-align: center;
	list-style:none;
	margin:0;
	padding:0;
}
#nav li {
	display:inline;
    position: relative;
 	width:auto;
  	margin: 0;
	padding: 0;
}
#nav a {
	display:inline-block;
	padding:10px;
}
a {
	display: inline-block;
	background: #808080;
	color: #FFF8DC;
	display: block;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
	a:hover{
	background: #000000;
    color:#DCDCDC;
}