/*************************/
/* START: Menubar Styles */
/*************************/
div#menuBar { 
	clear: both;
	background-color: #313028;
	font-size: 100%;
	text-align: center;
	padding: 0 0;
	height: 40px;
}
div#menuBarContent {
	margin: 0 auto;
	text-align: center; 
	width: 800px;
}
#title {
	float: left;
	clear: left;
	color: white;
	font-size: 130%;
	position: relative;
	top: 10px;
	padding-right: 10px;
}
div#menuBarContent ul li {
	display: inline;
}
div#menuBarContent ul li a {
	text-transform: lowercase;
}
div#menuBar #brandsImage {
	float: left;
	clear: left;
	margin-top: 5px;
}
#bookSelection {
	font-size: 80%;
	top: 10px;
	margin-left: 5px;
	position: relative;
}

div#menuBar a {
	position: relative;
	font-size: 90%;
	font-weight: bold;
	top: 10px;
	padding-right: 15px;
	color: #A2A2A1;
	text-decoration: none;
}

div#menuBar a:HOVER {
	color: white;
}
/***********************/
/* END: Menubar Styles */
/***********************/
