/* MENU HEADER */

/* style the outer div to give it width */
.mainnav
{
    padding-bottom: 2px;
    clear: both;
    overflow: visible;
    visibility: visible;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 0.85em;
}

/* remove all the bullets, borders and padding from the default list styling */
.mainnav ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    height: 3em;
    background-image: url(/_images/mainNavBorder.png);
    background-repeat: repeat-x;
}

/* style the sub-level lists */
.mainnav ul ul
{
	width: 15em;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.mainnav ul li
{
	float: left;
	height: 3em;
	line-height: 3em;
    z-index:500;
}

/* style the sub level list items */
.mainnav ul ul li
{
	display: block;
	width: 12em;
	height: auto;
	line-height: 1em;
}

/* style the links for the top level */
.mainnav a, .mainnav a:visited
{
	display: block;
	float: left;
	height: 100%;
	font-size: 1em;
	text-decoration: none;
	color: #fff;
	padding: 0 3em 0 1em;
	border-left: 1px solid #eee;
	border-right: 1px solid #000;
	background-color: #EF3F23;
}

/* style the sub level links */
.mainnav ul ul a, .mainnav ul ul a:visited
{
	display: block;
	background: #F99D1c;
	color: #000;
	width: 12em;
	height: 100%;
	line-height: 1em;
	padding: 0.5em 1em;
}

* html .mainnav ul ul a, * html .mainnav ul ul a:visited
{
	width: 14em;
	w\idth: 12em;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.mainnav table
{
	position: absolute;
	left: 1px;
	top: 0;
	width: 0;
	height: 0;
	font-size: 1em;
	z-index: -1;
}

/* style the third level background */
.mainnav ul ul ul a, .mainnav ul ul ul a:visited
{
	background: #F6D2A0;
}

/* style the fourth level background */
.mainnav ul ul ul ul a, .mainnav ul ul ul ul a:visited
{
	background: #F6D2A0;
}

/* style the sub level 1 background */
.mainnav ul :hover a.sub1
{
	background: #F6D2A0;
}

/* style the sub level 2 background */
.mainnav ul ul :hover a.sub2
{
	background: #F6D2A0;
}

/* style the level hovers */
/* first */
* html .mainnav a:hover
{
	color: #000;
	position: relative;
	z-index: 100;
	background-color: #F6D2A0;
}

.mainnav li:hover
{
	position: relative;
}

.mainnav :hover > a
{
	color: #000;
	background: #F99D1C;
}

/* second */
* html .mainnav ul ul a:hover
{
	color: #000;
	position: relative;
	z-index: 110;
	background-color: #F6D2A0;
}

.mainnav ul ul li:hover
{
	position: relative;
}

.mainnav ul ul :hover > a
{
	color: #000;
	background: #F6D2A0;
}

/* third */
* html .mainnav ul ul ul a:hover
{
	background: #F6D2A0;
	position: relative;
	z-index: 120;
}

.mainnav ul ul ul :hover > a
{
	background: #F6D2A0;
}

/* fourth */
.mainnav ul ul ul ul a:hover
{
	background: #F6D2A0;
	position: relative;
	z-index: 130;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.mainnav ul ul
{
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 2.5em;
	left: 0;
	width: 14em;
}

/* position the third level flyout menu */
.mainnav ul ul ul
{
	left: 12em;
	top: 0;
	width: 14em;
}

/* make the second level visible when hover on first level list OR link */
.mainnav ul :hover ul
{
	visibility: visible;
	height: auto;
	padding-bottom: 3em;
	background: transparent url(../css/images/trans.gif);
}

/* keep the third level hidden when you hover on first level list OR link */
.mainnav ul :hover ul ul
{
    visibility: visible;
}

/* keep the fourth level hidden when you hover on second level list OR link */
.mainnav ul :hover ul :hover ul ul
{
	visibility: hidden;
}

/* make the third level visible when you hover over second level list OR link */
.mainnav ul :hover ul :hover ul
{
	visibility: visible;
}

/* make the fourth level visible when you hover over third level list OR link */
.mainnav ul :hover ul :hover ul :hover ul
{
	visibility: visible;
}

</style>
[if lte IE 6]>
<style type="text/css">
.menu ul ul {left:-1px; margin-left:-1px;}
.menu ul ul ul.left {margin-left:1px;}
</style>
<![endif]

#body-header h5 {
    font-size: 24px;
    font-weight: bold;
    color: #E94028;
}
