#container {
	position: relative;
	font-size: 12px;
	background-color: #704968;
	height: 100px;
	width: 200px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-family: "Arial Black", Gadget, sans-serif;
	z-index: 101;
}

#menu {
	position: absolute;
	top: 0;
	left: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}

#menu, #menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu li {
  float: left;
  background: 121212;
}

#menu a {
  display: block;
  padding: 5px;
  width: 130px;
}

#menu li ul {
  position: absolute;
  left: -999em;
  width: 140px;
}

#menu li:hover ul, #menu li ul:hover {
  left:auto;
}
.logo {
	float: left;
	height: 54px;
	width: 54px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
}
EmailRool {
	color: #C0C0C0;
}
.whiteText {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #FFF;
}
