﻿
.Collapser 
{
	position:absolute;
	Left:180px;	
}

.CollapserHeader
{
    border: 2px outset #E44D6F;
    font-weight: bold;
    height: 14px;
    width: 200px;
    margin-bottom: 2px;
}

.subMenu .CollapserHeader
{
	border: outset 2px #E44D6F;
	font-weight: normal;
	height: 14px;
	width:195px;
}
	
.subSubMenu .CollapserHeader
{
	border: outset 2px #E44D6F;
	font-weight: normal;
	height: 14px;
	width:190px;
}

.CollapserHeaderConnected
{
	border: outset 2px #E44D6F;
	font-weight: bold;
	height: 14px;
	width:220px;
	margin-bottom:2px;
}

.subMenu .CollapserHeaderConnected
{
	border: outset 2px #E44D6F;
	font-weight: normal;
	height: 14px;
	width:210px;
	max-width:215px;
}

.subSubMenu .CollapserHeaderConnected
{
	border: outset 2px #E44D6F;
	font-weight: normal;
	height: 14px;
	width:210px;
	max-width:215px;
}

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
{
    border-color: #CAC4C1 #CAC4C1 #CAC4C1 #E44D6F;
    border-style: outset;
    border-width: 2px;
    padding-left: 10px;
    z-index: 1;
    width: 205px;
    height: 14px;
    margin-bottom: 0px;
    cursor: pointer;
}

.NavBar
{
    font-size: 12px;
    position: absolute;
    width: 215px;
    margin: 45px 0px 10px 0px;
    z-index: 0;
}	

.NavBar a 
{
	font-size: .8em; 
	height:16px;
	color: #000000; 
	text-decoration: none;
	z-index:-1;
}
	
.NavBar a:hover 
{
	color: #0019A8;
	text-decoration: underline;
	z-index:-1;
}
	
/* Header Nav */
#HeaderNav 
{	
	border-top:solid .2em #E89D74;
	border-bottom:solid .2em #E89D74;
	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: 227px;
	background: white url('../../Images/APLMenuBackground.jpg') top left repeat-x;
	width:82%;
}

.Menu
{     
   float:left;
   padding-left:15px;	
   z-index:0;
   height:30px;
}	

.MenuFiller
{
   margin-top:1.5em;
   height:1px;
}

.MenuHeader
{
    width: 7em;
    font-size: 16px;
    color: #217CB4;
    cursor: pointer;
    z-index: 0;
    font-size: 15px;
    vertical-align: middle;
}

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;
    padding: 0.25em;
    font-size: .7em;
    background-color: #0019A8;
    display: none;
    z-index: 5;
    white-space: nowrap;
    color: #FFFFFF;
}

.MenuItems a
{
    color: #FFFFFF;
    text-decoration: none;
    z-index: 5;
}

.Menuitems .itemdelim 
{
  width: 100px;
}
