.ereaMenuClass {
	width: 100%;
	height: 30px;
}


/* main menu styles */

#nav {
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

#nav li {
	width: 2.47rem;
	height: .95rem;
	line-height: .95rem;
	text-align: center;
	margin-left: 1px;
	float: left;
	list-style: none;
	background-color: #242424;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 8px 10px;
  cursor:pointer;
}


/* selected menu element 
#nav .current a, #nav li:hover > a {
    color:#000;
}*/



.logo>img {
	max-width: 130px;
	max-height: 60px;
}