﻿#navItem, #navItem ul 
{ 
	/* all lists */
	padding: 5px;
	margin: 0;
	list-style: none;
	line-height: 2;
	font-size: 9pt;
	letter-spacing: 1px;
	font-family: Arial;
	z-index: 100;
	text-align: left;
	position:absolute;
}

#navItem a.menuItem 
{
	display: block;
	width: 160px;
	color:#ffffff;
	text-decoration:none;
	margin-left: 12px; /* shifts the drop down text to the right, maintaining left-align */
}

#navItem a.menuItem:hover 
{
	display: block;
	width: 160px;
	color:#3967ac;
	/*background-color:#ffffff;*/
}

#navItem li 
{ 
	/* all list items */
	float: left;
	position: relative;
	/*width: 160px;*/
}

#navItem li ul 
{ 
	/* second-level lists */
	display: block;
	float:none;
	position: absolute;
	background: #11365c;
	width: 160px; /* width minus padding */
	top: 46px;
	left: -999em; /* using left instead of display to hide menus because display: none isnt read by screen readers */
	padding: 5px;

	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}

#navItem li:hover ul, #navItem li.sfhover ul 
{ 
	/* lists nested under hovered list items */
	left: 0px;
}
/*------------------------------------------------*/
#navItem a.menuItem1
{
	display: block;
	width: 117px;
	color:#ffffff;
	font-family:Arial,verdanna;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	margin-left: 12px; /* shifts the drop down text to the right, maintaining left-align */
}

#navItem a.menuItem1:hover 
{
	display: block;
	width: 117px;
	color:#53b3ff;
	/*background-color:#ffffff;*/
}

#navItem li ul#menu1 
{ 
	/* second-level lists */
	display: block;
	float:none;
	position: absolute;
	background: #3967ac;
	width: 200px; /* width minus padding */
	top: 46px;
	left: -999em; /* using left instead of display to hide menus because display: none isnt read by screen readers */
	padding: 5px;

	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
#navItem li:hover ul#menu1, #navItem li.sfhover ul#menu1 
{ 
	/* lists nested under hovered list items */
	left: 0px;
}
/*------------------------------------------------*/
#navItem a.menuItem2
{
	display: block;
	width: 224px;
	color:#ffffff;
	font-family:Arial,verdanna;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	margin-left: 12px; /* shifts the drop down text to the right, maintaining left-align */
}

#navItem a.menuItem2:hover 
{
	display: block;
	width: 224px;
	color:#53b3ff;
	/*background-color:#ffffff;*/
}

#navItem li ul#menu2 
{ 
	/* second-level lists */
	display: block;
	float:none;
	position: absolute;
	background: #3967ac;
	width: 164px; /* width minus padding */
	top: 46px;
	left: -999em; /* using left instead of display to hide menus because display: none isnt read by screen readers */
	padding: 5px;

	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
#navItem li:hover ul#menu2, #navItem li.sfhover ul#menu2 
{ 
	/* lists nested under hovered list items */
	left: 0px;
}
/*------------------------------------------------*/
#navItem a.menuItem3
{
	display: block;
	width: 194px;
	color:#ffffff;
	font-family:Arial,verdanna;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	margin-left: 12px; /* shifts the drop down text to the right, maintaining left-align */
}

#navItem a.menuItem3:hover 
{
	display: block;
	width: 194px;
	color:#53b3ff;
	/*background-color:#ffffff;*/
}

#navItem li ul#menu3 
{ 
	/* second-level lists */
	display: block;
	float:none;
	position: absolute;
	background: #3967ac;
	width: 194px; /* width minus padding */
	top: 46px;
	left: -999em; /* using left instead of display to hide menus because display: none isnt read by screen readers */
	padding: 5px;

	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
#navItem li:hover ul#menu3, #navItem li.sfhover ul#menu3 
{ 
	/* lists nested under hovered list items */
	left: 0px;
}
/*------------------------------------------------*/
/*------------------------------------------------*/
#navItem a.menuItem4
{
	display: block;
	width: 164px;
	color:#ffffff;
	font-family:Arial,verdanna;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	margin-left: 12px; /* shifts the drop down text to the right, maintaining left-align */
}

#navItem a.menuItem4:hover 
{
	display: block;
	width: 164px;
	color:#53b3ff;
	/*background-color:#ffffff;*/
}

#navItem li ul#menu4 
{ 
	/* second-level lists */
	display: block;
	float:none;
	position: absolute;
	background: #3967ac;
	width: 164px; /* width minus padding */
	top: 46px;
	left: -999em; /* using left instead of display to hide menus because display: none isnt read by screen readers */
	padding: 5px;

	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
#navItem li:hover ul#menu4, #navItem li.sfhover ul#menu4 
{ 
	/* lists nested under hovered list items */
	left: 0px;
}
/*------------------------------------------------*/
#navItem a.menuItem5
{
	display: block;
	width: 185px;
	color:#ffffff;
	font-family:Arial,verdanna;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	margin-left: 12px; /* shifts the drop down text to the right, maintaining left-align */
}

#navItem a.menuItem5:hover 
{
	display: block;
	width: 185px;
	color:#53b3ff;
	/*background-color:#ffffff;*/
}

#navItem li ul#menu5 
{ 
	/* second-level lists */
	display: block;
	float:none;
	position: absolute;
	background: #3967ac;
	width: 185px; /* width minus padding */
	top: 46px;
	left: -999em; /* using left instead of display to hide menus because display: none isnt read by screen readers */
	padding: 5px;

	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
}
#navItem li:hover ul#menu5, #navItem li.sfhover ul#menu5 
{ 
	/* lists nested under hovered list items */
	left: 0px;
}



