﻿.clear {
	height: 40px;
	clear: both;
	width: 100%;
	margin: 0;
	margin-left: 20px;
}
.pickit {
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #009892;
	margin: 1px 8px 0 0;
	clear: none;
	position: relative;
	float: left;
}
/* --- Navbar Style --- */
#nav {
	width: 490px;
	height: 48px;
	float: left;
	background: transparent;
	margin: 24px 0 0 0;
	z-index: 1;
}
/* -- Blue Menu -- */
.menu {
	font-family: "Trebuchet MS", Arial, san-serif;
	width: 600px;
	height: 42px;
	position: relative;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1000;
}
.menu ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	width: 81px;
	height: 42px;
	text-align: center;
	border-bottom: 0;
	background-image: url('images/blue/center.png');
	line-height: 48px;
	font-size: 11px;
	overflow: hidden;
	padding-left: 1px;
}
/* End Caps Styling */
.menu .left_nosub {
	background-image: url('images/blue/left.png');
	padding-left: 1px;
	margin-right: -1px;
}
.menu .center_nosub {
	background-image: url('images/blue/center.png');
	padding-left: 1px;
	margin-right: -1px;
}
.menu .right_hassub {
	background-image: url('images/blue/right.png');
}
.menu .right_nosub {
	background-image: url('images/blue/right.png');
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu ul li {
	float: left;
	position: relative;
}
.menu ul li ul {
	display: none;
}
/* Button ":hover" Styling */
.menu ul li:hover a {
	color: #043454;
	background: url('images/blue/center_hassub.png');
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 42px;
	left: 0;
	width: 152px;
	margin: 0;
	padding: 0;
}
.menu ul li:hover ul li a.center_hassub {
	background: #6a3;
	color: #fff;
}
.menu ul li:hover ul li:hover a.center_hassub {
	background: #6fc;
	color: #544a3a;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover .left_nosub {
	color: #043454;
	background: url('images/blue/left_nosub.png');
}
.menu ul li:hover .center_nosub {
	color: #043454;
	background: url('images/blue/center_nosub.png');
}
.menu ul li:hover .right_hassub {
	color: #043454;
	background: url('images/blue/right_hassub.png');
}
.menu ul li:hover .right_nosub {
	color: #043454;
	background: url('images/blue/right_nosub.png');
}
/* DropDown Styling */
.menu ul li:hover ul li a {
	background-image: none;
	display: block;
	height: 28px;
	line-height: 26px;
	color: #043454;
	width: 142px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 11px;
	font-weight: normal;
}
.menu ul li:hover ul {
	margin: 0 0 0 3px;
	padding: 0;
	background-image: url('images/blue/dropdown.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}
/* DropDown Menus ":active" or "Selected" Styling */
.menu ul li:hover ul .sub_active {
	background-image: url('images/blue/sub_active.png');
	margin-right: 1px;
}
/* DropDown Menus ":hover" Styling */
.menu ul li:hover ul li a:hover {
	color: #000;
	background-image: url('images/blue/sub_hover.png');
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 105px;
	top: 0;
}
.menu ul li:hover ul li:hover ul.left {
	left: -105px;
}
.wrap {
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
	width: 500px;
	height: 210px;
	background: #011F40 url('images/presentation/blueberry-blast.png') no-repeat center 100px;
	border: 3px solid #f0f0f0;
	padding: 0;
	padding-left: 10px;
}
/* -- End Blue Menu -- */

