﻿
.Collapser 
{
	position:absolute;
	Left:190px;	
}

.CollapserHeader
{
	border: outset 2px #8ea4af;
	font-weight: bold;
	height: 14px;
	width:205px;
	margin-bottom:2px;
}

.subMenu .CollapserHeader
{
	border: outset 2px #8ea4af;
	font-weight: normal;
	height: 14px;
	width:200px;
}
	
.subSubMenu .CollapserHeader
{
	border: outset 2px #8ea4af;
	font-weight: normal;
	height: 14px;
	width:195px;
}

.CollapserHeaderConnected
{
	border: outset 2px #8ea4af;
	font-weight: bold;
	height: 14px;
	width:220px;
	margin-bottom:2px;
}

.subMenu .CollapserHeaderConnected
{
	border: outset 2px #8ea4af;
	font-weight: normal;
	height: 14px;
	width:220px;
}

.subSubMenu .CollapserHeaderConnected
{
	border: outset 2px #8ea4af;
	font-weight: normal;
	height: 14px;
	width:220px;
}

A.PageNavigationLink
{
	font-weight: bold;
	font-size:1.5em;
	z-index:1;
	text-decoration:none;
	border:none;
}

A.PageNavigationLink:hover
{
	text-decoration:none;
}

A.PageNavigationLink:visited
{
	text-decoration:none;
}

.PageNavigationLink
{
	padding-left:10px;
	z-index:1;
	border: outset 2px #8ea4af;
	width:205px;
	height: 14px;
	margin-bottom:0px;
	cursor:pointer; 
}

.NavBar 
{
	font-size: 12px;
	position: absolute;
	width: 215px;
	margin: 22px 0px 10px 25px;	
	z-index: 0;
}	

.NavBar a 
{
	font-size: .8em; 
	height:16px;
	color: #000000; 
	text-decoration: none;
	z-index:-1;
}
	
.NavBar a:hover 
{
	color: #40637A;
	text-decoration: underline;
	z-index:-1;
}
	
/* Header Nav */
#HeaderNav 
{	
	border-top:solid .2em #8EA4AF;
	border-bottom:solid .2em #8EA4AF;
	background:#E8773A;		
	width:100%;	
	padding-right:1em;
	padding-left:1em;	
	z-index:10;
	font-size: 1em;	
	color: #FFFFFF;
}

.MenuContainer
{
	position:absolute;
	z-index:5;
	margin-left: 25px;
}

.Menu
{     
   float:left;
   padding-left:5px;	
   z-index:0;
}	

.MenuFiller
{
   margin-top:1.5em;
   height:1px;
}

.MenuHeader
{  
	width:7em;
	font-size: 16px;	
	color: #FFFFFF;
	cursor:pointer; 
	z-index:0;  
}

DIV.MenuHeader
{  
   padding-top:.2em;
   padding-bottom:.2em;
}

A.MenuHeader
{  
   padding-top:0em;
   padding-bottom:0em;
   z-index:0;
}

.MenuHeader:hover
{ 
	text-decoration: none;
}	

.MenuItems
{
   top:26;
   position:absolute;
    border-left: outset .2em #8ea4af;
   border-right: outset .2em #8ea4af;
   border-bottom: outset .2em #8ea4af;
   padding:0.25em;
   font-size:.7em;
   background-color: #f0f0f0;
   display: none;
   z-index:5;
   white-space: nowrap;
}

.MenuItems a
{
	color: #40637A;
	text-decoration:none;  
	z-index:5;
}

.MenuItems a:hover 
{
	color: #FFFFFF;	
	text-decoration:none;
	background:#40637A;
	z-index:5;
}

.Menuitems .itemdelim 
{
  width: 100px;
}
