#menuContainer {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 100%;
}

#menu {
	top: 0;
	left: 0;
	width: 100%;
	float: left;
}

#menu, #menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu li {
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 2px;
	width: 14.25%;
}

#menu a {
	display: block;
	width: 91%;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border: 1px solid #005C84;
	margin-right: 1%;
	margin-left: 1%;
	background-color: #E4E4E4;
	margin-bottom: 1%;
	padding: 3%;
}

#menu li ul {
	position: absolute;
	left: -999em;
	width: 135px;
	background-color: #FFFFFF;
}

#menu li:hover ul, #menu li ul:hover {
	left: auto;
}
#menu li a:hover {
	left: auto;
	background-color: #666;
	color: #FFF;
}
#menu li ul a {
	left: auto;
	background-color: #666;
	color: #FFF;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	font-size: 13px;
	width: 90%;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	clear: both;
	text-align: left;
}

#menu li ul a:hover {
	left: auto;
	background-color: #999;
	color: #FFF;
}
#menu li ul li {
	left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	clear: both;
	float: left;
	width: 100%;
}
