﻿
h3.sectionHeader {
	color:#0D3F63;
	height:20px;
	font-size: 14px;
	text-transform:uppercase;
	font-weight:bold;
	padding: 5px 0 0 5px;
	background: transparent url('../images/yellow-header.jpg') no-repeat;
	margin-top: 10px;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: arial;
	font-size: 12px;
	position: relative;
	margin: 0;
	border: 0;
	font-weight:bold;
	z-index: 1000;

}

/* ADD 28PX TO HEIGHT EVERY TIME A NEW BUTTON IS ADDED */

.menu ul li {
	height: 32px;
}

.menu ul li a {
	display: block;
	text-decoration: none;
	color: #FBD44B;
	width: 180px;
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	text-indent:5px;
	letter-spacing: 1px;
}
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu ul li {
	float: left;
	margin-right: 1px;
	position: relative;
	
}
.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	width: 180px;
	height: 25px;
	color: #fff;
	background-color: #0D3451; /*Hover State*/
	background-image:url('../images/quicktab.jpg');
	background-repeat:repeat-y;
}

.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0px;
	left: 180px;
	width: 257px;
	background-color: #0D3451;
	
}
.menu ul li:hover ul li a.hide {
	color: #ffffff;
}
.menu ul li:hover ul li:hover a.hide {
	width: 257px;
	color: #fff;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: repeat-x;
	background-color:#FDC900;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	background: url("../images/btn.jpg") no-repeat;
	color: #000;
	width: 257px;
}
.menu ul li:hover ul li a:hover {
	color: #fff;
	background-color:transparent;
	
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left:  250px;
	top: 0;
	color: #fff;
}
.menu ul li:hover ul li:hover ul li a.hide{
	display: block;
	background-color:transparent;
	background-image:none;
	color: #ffffff;
	width:  257px;
}
.menu ul li:hover ul li:hover ul li a:hover {
	color: #000;
	width:  257px;
	background-image: url('../images/nav-bg.jpg');
	background-repeat: repeat-x;
	background-color:#FDC900;

	
}
/* common styling */
.menu-blocks {
	font-size: 12px;
	font-weight: bold;
	width: 257px;
	position: relative;
	margin: 0 auto;
	height: 249px;
}
