/** TOP MENU **/
#menu_wrapper {
	background: url(images/menu-background.jpg) repeat-x;
	border: 1px solid #fff;
	border-width: 1px 0;
	height: 45px !important;
	overflow: hidden;
	padding-left: 219px;
}
#menu_wrapper ul {
	height: 45px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	list-style: none;
}
#menu_wrapper ul li {
	border-left: 1px solid #fff;
	float: left;
	line-height: 45px;
	text-align: center;
}
#menu_wrapper ul li a {
	color: #fff;
	display: block;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	height: 100%;
	width: 122px;
}
#menu_wrapper ul li a:hover {
	background: #5a6e7b;
}
/** LEFT MENUS **/
#left_menu_wrapper {
	padding-top: 5px;
	width: 216px;
}
#left_menu_wrapper ul {
	border: 1px solid #fff;
	list-style: none;
	margin: 10px 5px 10px 7px;
	padding: 0;
}
#left_menu_wrapper ul li {
	border-top: 1px solid #fff;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
#left_menu_wrapper ul li.first {
	border-top: none;
}
#left_menu_wrapper ul li a {
	color: #fff;
	display: block;
	line-height: 30px;
	padding-right: 10px;
	text-align: right;
	text-decoration: none;
	width: 192px;
}
#left_menu_wrapper ul li a:hover {
	/* background: #fff; */
}
#left_menu_wrapper ul li a span {
	width: 100%;
}
/** SIDE MENU STYLES **/
.menu_1 a:hover {
	background: #063a5c;
}
.menu_2 {
	background: #587282;
}
.menu_2 a:hover {
	background: #6a7f8b;
	/*
	background: #fff;
	color: #587282;
	*/
}
.menu_3 {
	background: #587282;
	/*
	background: #002740;
	color: #fff;
	*/
}

#bluebook-sidebar {
	text-align: center;
}