/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb.top1 
 * http://carroll.top1org.top1uk/sandbox/suckerfish/bones2.top1html
 */

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 2px;
	margin:0 0 0 -2px;
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* main menu ul or ol elment */
#top1navH{
	display:block;
	list-style:none;	
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#top1navH li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	float:left;
}

#top1subMenusContainerH
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}

#top1subMenusContainerH li{
	list-style: none;
}

/* All ULs and OLs */
#top1navH, #top1navH ul, #top1navH ol, #top1subMenusContainerH ul, #top1subMenusContainerH ol { 
	padding: 0px;
	margin: 5px;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#top1navH ol, #top1navH ul, #top1subMenusContainerH ul, #top1subMenusContainerH ol {	
	/*border around submenu goes here*/	 
	background-color: #827e7d;
	border: solid 1px #999;
	left:0;
}

/* ----[ LINKS ]----*/

/* all menu links */
#top1navH a, #top1subMenusContainerH a{
	text-decoration:none;
	display:block;
	padding: 5px 5px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#top1navH a
{
	background-color: Transparent;
	font-size: 10pt;
	color: #ff0000;
	float:left;
	text-transform: uppercase;
}

#top1navH a:hover
{
	color: #ffffff;
}

/* Just sub menu links */
#top1subMenusContainerH a, #top1navH li li a
{
	font-size: 9pt;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
	min-width: 150px;
}

/* All menu links on hover or focus */
#top1navH a:focus, #top1subMenusContainerH a:hover, #top1subMenusContainerH a:focus, #top1navH a.top1mainMenuParentBtnFocused, #top1subMenusContainerH a.top1subMenuParentBtnFocused{
	color:#FFF;
}

/* sub menu links on hover or focus */
#top1subMenusContainerH a:hover, 
#top1subMenusContainerH a:focus, 
#top1navH a.top1mainMenuParentBtnFocused, 
#top1subMenusContainerH a.top1subMenuParentBtnFocused{
	color:#e5e5e5;
	background: #333;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.top1subMenuParentBtn{ 
	background: url(../img/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.top1subMenuParentBtnFocused{ 
	background: url(../img/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.top1mainMenuParentBtn{	
	 background: url(../img/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.top1mainMenuParentBtnFocused{	
	background: url(../img/arrow_down_over.gif) right center no-repeat; 
}

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#top1navH li li{	float:none; }

#top1navH li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#top1navH li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#top1navH li ul ul { margin: -1em 0 0 -1000em; }
#top1navH li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#top1navH li:hover ul{	margin-left: 0; }
#top1navH li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#top1navH li a:focus + ul {  margin-left: 0; margin-top:2.em; }
#top1navH li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#top1navH li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#top1navH li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#top1navH li:hover a:focus{ margin-left: 0; }
#top1navH li li:hover a:focus + ul { margin-left: 10em; }


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* main menu ul or ol elment */
#top2navH{
	display:block;
	list-style:none;	
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#top2navH li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	float:left;
}

#top2subMenusContainerH
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}

#top2subMenusContainerH li{
	list-style: none;
}

/* All ULs and OLs */
#top2navH, #top2navH ul, #top2navH ol, #top2subMenusContainerH ul, #top2subMenusContainerH ol { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#top2navH ol, #top2navH ul, #top2subMenusContainerH ul, #top2subMenusContainerH ol {	
	/*border around submenu goes here*/	 
	border: solid 1px #999;
	left:0;
}

/* ----[ LINKS ]----*/

/* all menu links */
#top2navH a, #top2subMenusContainerH a{
	text-decoration:none;
	display:block;
	padding:5px 5px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#top2navH a
{
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	float:left;
}

#top2navH a:hover
{
	color: #ffcc66;
}

/* Just sub menu links */
#top2subMenusContainerH a, #top2navH li li a
{
	font-size: 9pt;
	color: #fff;
	background-color: #827e7d;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
}

/* All menu links on hover or focus */
#top2navH a:focus, #top2subMenusContainerH a:hover, #top2subMenusContainerH a:focus, #top2navH a.top2mainMenuParentBtnFocused, #top2subMenusContainerH a.top2subMenuParentBtnFocused{
	
}

/* sub menu links on hover or focus */
#top2subMenusContainerH a:hover, 
#top2subMenusContainerH a:focus, 
#top2navH a.top2mainMenuParentBtnFocused, 
#top2subMenusContainerH a.top2subMenuParentBtnFocused{
	background-color:#ffcc66 ;
	color:#FFF;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.top2subMenuParentBtn{ 
	background: url(../img/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.top2subMenuParentBtnFocused{ 
	background: url(../img/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.top2mainMenuParentBtn{	
	 background: url(../img/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.top2mainMenuParentBtnFocused{	
	background: url(../img/arrow_down_over.gif) right center no-repeat; 
}

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#top2navH li li{	float:none; }

#top2navH li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#top2navH li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#top2navH li ul ul { margin: -1em 0 0 -1000em; }
#top2navH li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#top2navH li:hover ul{	margin-left: 0; }
#top2navH li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#top2navH li a:focus + ul {  margin-left: 0; margin-top:2.em; }
#top2navH li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#top2navH li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#top2navH li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#top2navH li:hover a:focus{ margin-left: 0; }
#top2navH li li:hover a:focus + ul { margin-left: 10em; }


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* main menu ul or ol elment */
#footernavH{
	display:block;
	list-style:none;	
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#footernavH li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	float:left;
}

#footersubMenusContainerH
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}

#footersubMenusContainerH li{
	list-style: none;
}

/* All ULs and OLs */
#footernavH, #footernavH ul, #footernavH ol, #footersubMenusContainerH ul, #footersubMenusContainerH ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#footernavH ol, #footernavH ul, #footersubMenusContainerH ul, #footersubMenusContainerH ol {	
	/*border around submenu goes here*/	 
	background-color: #827e7d;
	border: solid 1px #999;
	left:0;
}

/* ----[ LINKS ]----*/

/* all menu links */
#footernavH a, #footersubMenusContainerH a{
	text-decoration:none;
	display:block;
	padding:5px 5px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#footernavH a
{
	color: #e5e5e5;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	float:left;
}

#footernavH a:hover
{
	color: #fff;
}

/* Just sub menu links */
#footersubMenusContainerH a, #footernavH li li a
{
	font-size: 9pt;
	color: #fff;
	background-color: #827e7d;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
}

/* All menu links on hover or focus */
#footernavH a:focus, #footersubMenusContainerH a:hover, #footersubMenusContainerH a:focus, #footernavH a.footermainMenuParentBtnFocused, #footersubMenusContainerH a.footersubMenuParentBtnFocused{
	background-color:#F6C739 ;
	color:#FFF;
}

/* sub menu links on hover or focus */
#footersubMenusContainerH a:hover, 
#footersubMenusContainerH a:focus, 
#footernavH a.footermainMenuParentBtnFocused, 
#footersubMenusContainerH a.footersubMenuParentBtnFocused{
	background-color:#F6C739 ;
	color:#FFF;
}

/* Parent Sub Menu Links ---[javascript users only]*/
.footersubMenuParentBtn{ 
	background: url(../img/arrow_right.gif) right center no-repeat;  
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/
.footersubMenuParentBtnFocused{ 
	background: url(../img/arrow_right_over.gif) right center no-repeat;  
}

/* Parent Main Menu Links ---[javascript users only]*/
.footermainMenuParentBtn{	
	 background: url(../img/arrow_down.gif) right center no-repeat; 
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/
.footermainMenuParentBtnFocused{	
	background: url(../img/arrow_down_over.gif) right center no-repeat; 
}

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#footernavH li li{	float:none; }

#footernavH li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#footernavH li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#footernavH li ul ul { margin: -1em 0 0 -1000em; }
#footernavH li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#footernavH li:hover ul{	margin-left: 0; }
#footernavH li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#footernavH li a:focus + ul {  margin-left: 0; margin-top:2.em; }
#footernavH li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#footernavH li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#footernavH li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#footernavH li:hover a:focus{ margin-left: 0; }
#footernavH li li:hover a:focus + ul { margin-left: 10em; }