/* --- Navbar Style --- */
#nav {
	width: 1000x;
	height: 48px;
	float: left;
	background: transparent;
	margin-bottom: 15px;
	padding: 0;
	z-index: 1;
}

/* -- Blue Menu -- */
.menu {
	font-family: "Tahoma, Trebuchet MS", Arial, san-serif;
	width: 1000px;
	height: 42px;
	position: relative;
	font-size: 11px;
	margin: 0px;
	z-index: 1000;
}

.menu ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	width: 99px;
	height: 42px;
	text-align: center;
	border-bottom: 0;
	background-image: url('/images/blue/center.gif');
	line-height: 48px;
	font-size: 11px;
	overflow: hidden;
	padding: 0px;
}

.menu ul li a.long {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	width: 204px;
	height: 42px;
	text-align: center;
	line-height: 48px;
	font-size: 11px;
	overflow: hidden;
	padding: 0px;
	background-image: none;
}

/* End Caps Styling */
.menu .left_nosub {
	background-image: url('/images/blue/left.gif');
	padding-left: 0px;
	margin-right: 0px;
}

.menu .right_hassub {
	background-image: url('/images/blue/right.gif');
}

.menu .left_hassub {
	background-image: url('/images/blue/left.gif');
}

.menu .right_nosub {
	background-image: url('/images/blue/right.gif');
}

.menu ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}

.menu ul li {
	float: left;
	position: relative;
}

.menu ul li ul li ul {
	margin: 0px 0px 0px 40px;
}

/* Button ":hover" Styling */
.menu ul li:hover a {
	color: #043454;
	background: url('/images/blue/center_hassub.gif');
}

.menu ul li:hover ul {
	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.long {
	float: left;
	position: relative;
	height: 50px;
	width: 204px;
	background-image: url('/images/blue/center_large.gif');
}

.menu ul li:hover a.long {
	color: #FFF;
	background-image: none;
}

.menu ul li:hover .center_nosub {
	color: #043454;
	background: url('/images/blue/center_nosub.gif');
}

.menu ul li:hover .left_nosub {
	color: #043454;
	background: url('/images/blue/left_nosub.gif');
}

.menu ul li:hover .left_hassub {
	color: #043454;
	background: url('/images/blue/left_hassub.gif');
}

.menu ul li:hover .right_hassub {
	color: #043454;
	background: url('/images/blue/right_hassub.gif');
}

.menu ul li:hover .right_nosub {
	color: #043454;
	background: url('/images/blue/right_nosub.gif');
}

/* DropDown Styling */
.menu ul li:hover ul li a {
	height: 20px;
	line-height: 18px;
	color: #043454;
	width: 113px;
	text-align: left;
	margin: 0 0 0 1px;
	padding: 0 0 0 11px;
	font-weight: normal;
	border-top: 1px solid #6FA2C8;
	background-image: url('/images/blue/sub_hover.png');
}

.menu ul li:hover ul {
	margin: 0 3px 0 3px;
	padding: 0;
	background-image: url('/images/blue/dropdown.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menu ul li:hover ul li a.left {
	background-image: none;
	height: 20px;
	line-height: 18px;
	color: #043454;
	width: 113px;
	text-align: right;
	margin: 0;
	padding: 0 11px 0 0px;
	font-weight: normal;
	background-image: url('/images/blue/sub_hover.png');
}

.menu ul li:hover ul.left {
	margin: 0 0 0 -29px;
	padding: 0px;
	background-image: url('/images/blue/dropdown.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

/* 3 DropDown Styling */
.menu ul li:hover ul ul li {
	background-image: none;
	height: 20px;
	line-height: 18px;
	color: #043454;
	width: 113px;
	text-align: left;
	margin: 0;
	padding: 0 0 0 0px;
	font-weight: bold;
}

.menu ul li:hover ul ul {
	margin: 0 0 0 20px;
	padding: 0;
	background-image: url('/images/blue/dropdown.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
}

.menu ul li:hover ul ul.left {
	margin: 0 0 0 -20px;
	padding: 0;
	background-image: url('/images/blue/dropdown.gif');
	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.gif');
	margin-right: 1px;
}

/* DropDown Menus ":hover" Styling */
.menu ul li:hover ul li a:hover {
	color: #fff;
	horizontal-align: right;
	width: 114px;
	background-image: url('/images/blue/sub_hover.gif');
}

.menu ul li:hover ul li:hover ul {
	position: absolute;
	left: 104px;
	top: 0;
}

.menu ul li:hover ul li:hover ul.left {
	left: -104px;
}

.wrap {
	position: relative;
	top: 20px;
	left: 20px;
	float: left;
	width: 800px;
	height: 210px;
	border: 3px solid #f0f0f0;
	padding: 0;
	padding-left: 10px;
}


/* -- display rules -- */

.menu ul li a { display: block; }
.menu ul li ul { display: none; }

.menu ul li:hover ul { display: block; }
.menu ul li:hover ul li ul { display: none; }
.menu ul li ul li:hover ul { display: block; }

.menu ul li:hover ul li ul li ul { display: none; }
.menu ul li ul li ul li:hover ul { display: block; }


/* -- End Blue Menu -- */