﻿.menu
{
	height: 26px;
	position: relative;
	z-index: 999;
	width: 100%;
}

.menu ul
{
	padding: 0;
	margin: 0;
	line-height: 26px;
	list-style: none;
}

.menu a
{
	text-decoration: none;
	font-size: 1.5em;
}

.ie .menu a
{
	font-size: 1.4em;
}

.menu li
{
	/*level 1 gray bar*/
	float: left;
	width: 102px;
	text-align: center;
	position: relative;
}

.menu li a
{
	color: #3f3f3f;
	display: block;
}

.menu li a:hover, .selectedmenuitem a
{
	background: url('images/menu/menu_hover_bg.gif') repeat-x;
	color: #ffffff !important;
}

.selectedmenuitem div.lvl2
{
	display: block;
}

.menu .lvl2
{
	position: absolute;
	width: 550px;
	display: none;
}

.menu .lvl2 li
{
	width: 115px;
}

.menu .lvl2 li a
{
	display: block;
	text-align: left;
	color: #ffffff;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	background: none;
}

.menu .lvl2 li:hover div.lvl3
{
	display: block;
}

.menu .lvl2 a:hover, .menu .lvl2 li:hover a
{
	background-image: none;
	color: #0069aa !important;
	background: #ffffff;
	border: 1px solid #0069aa;
	border-bottom: none;
	text-align: left;
}

.menu .lvl2 a:hover
{
	text-decoration: underline;
}

.menu .lvl3
{
	border: 1px solid #0069aa;
	border-top: none;
	background-color: #ffffff;
	float: left;
	width: 170px; /*Changed from 195px - Tyson 12/09/2011*/
	padding-left: 15px;
	padding-bottom: 5px;
	display: none;
	margin-top: -2px;
}

.menu .lvl3 li
{
	clear: both;
	text-align: left;
	line-height: 20px;
	width: auto;
}

.menu .lvl3 a
{
	font-size: 12px;
	color: #0069aa !important;
	padding-left: 0 !important;
	border: none !important;
}

.menu .lvl3 a:hover
{
	color: #0069aa;
	text-decoration: underline;
	border: none;
}

.leafmenu
{
	float: left;
}

.leafmenu li
{
	float: left;
	width: 220px;
	height: 15px;
}

.leafmenu span
{
	float: left;
	line-height: 15px;
}

.leafmenu div
{
	float: left;
	width: 15px;
	height: 15px;
	background: url('images/menu/tree_branch.gif') no-repeat;
}

.leafmenu .leafend div
{
	background: url('images/menu/tree_elbow.gif') no-repeat;
}

.leafmenu a
{
	font-size: 12px !important;
}

.ie7 .menu .lvl2
{
	position: relative !important;
}

.ie7 .menu .lvl3
{
	margin-top: 0px;
	width: 210px;
}
.ie7 .menu .lvl3 li
{
	width: 200px;
}

.ie7 .menu .lvl2 a
{
	margin-bottom: -4px;
	outline: none;
}
.ie7 .menu .lvl3 a
{
	margin-bottom: 0px !important;
}

.ie8 .menu .lvl3
{
	margin-top: -2px;
}


