aHeader:focus{ outline:none; }

#{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
#Header *{
	margin:0;padding:0;
	}
	
#HeaderBody{
	width:956px;
	margin:10px auto;
	text-align:left;
	}
	
#HeaderBody h2{
	width:194px;height:30px;
	float:left;
	}
	
#hd {
	margin:0 auto 0 auto;
	padding: 0px 0;
	width:956px;
	}
	
#hd {
	font-family: Verdana;
	}
	
#hd p {
	font-size: 77%;
	}
	
#hd a:link, #hd a:visited {
	text-decoration: none;
	}
	
#hd a:hover {
	text-decoration: underline;
	}	

/* ------------------------------------------------------------------------------ 
-- LEVEL 1 of Navigation
--------------------------
-- There may be some visual adjustments that can only be handled in Javascript
-- Make sure to check out the 'Header.js' file
------------------------------------------------------------------------------ */

#primaryLinks{
	position:relative;
	height:37px;
	font-size:.75em;
	clear:both;
	}
	
#primaryLinks ul{
	padding-left:15px;
	list-style:none;
	}
	
#primaryLinks ul li{
	position:relative;
	float:left;
	z-index:1;
	width:154px;
	text-align:center;
	}
	
#primaryLinks ul li a{
	display:block;
	border-right:solid 1px #300c3f;
	font-size:1.1em;
	height:31px;
	margin:3px 0 0 0;
	font-weight:bold;
	color:#fff;
	line-height:28px;
	text-decoration:none;
	}
	
#primaryLinks ul li a img {
	border:none;
	margin-left:4px;
	}
	
#primaryLinks ul li a .hoverarrow {
	display:none;
	}
	
#primaryLinks ul li a img.opener {
	height:28px;
	width:1px;
	vertical-align:middle;
	}
	
#primaryLinks ul li.firstEntry strong a{ 
	background:none;
	}
	
#primaryLinks ul li.lastEntry a{ 
	border:none;
	}
				
/* State change of anchor/tab when activated by user */
#primaryLinks ul li.active, {
	position:relative;
	}
	
#primaryLinks ul li.active img {
	display:none;
	}	

#primaryLinks ul li.active img.opener, #primaryLinks ul li.current img.opener {
	height:35px;
	display:inline;
	}
	
#primaryLinks ul li.active img.hoverarrow {
	display:inline;
	}
	
	
#primaryLinks ul li.active strong, #primaryLinks ul li.current strong{
	position:relative;
	display:block;
	margin-left:-1px;
	/*z-index:5;*/
	}
	
#primaryLinks ul li.active strong a, #primaryLinks ul li.current strong a{
	color:#4c186b;
	margin:0;
	border:none;
	height:34px;
	line-height:35px;
	}
	
/* ------------------------------------------------------------------------------ 
-- LEVEL 2 of Navigation
------------------------------------------------------------------------------ */

#primaryLinks ul ul{
	display:none;
	position:absolute;top:37px;left:-1px;
	margin:0;padding:0;
	background: #e0e0e0;
	border-bottom:1px solid #300c40;
	border-left:1px solid #300c40;
	border-right:1px solid #300c40;
	/*z-index:2;*/
	}
	

#primaryLinks ul ul.empty {
	border:none;
	display:none;
	}
	
#primaryLinks ul ul.empty li {
	display:none;
	border:none;
	}
	
#primaryLinks ul ul li{
	padding:0;
	width:188px;
	clear:both;
	text-align:left;
	border-bottom:solid 1px #ccc;
	margin:0 10px 0 10px;
	}
	
#primaryLinks ul ul li a{
	display:block;
	height:30px;
	line-height:28px;
	padding-left:20px;
	background-color:transparent;
	background-repeat: no-repeat !important;
	background-position: 145px center  !important;
	text-transform:none;
	border:none;
	color:#62167c;
	}
	
#primaryLinks ul ul li a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
#primaryLinks ul ul li a.active{
	color:#4c186b;
	}
						
/* ------------------------------------------------------------------------------ 
-- LEVEL 3 of Navigation
------------------------------------------------------------------------------ */      
          
#primaryLinks ul ul ul{
	display:none;
	position:relative;top:0;left:0;
	padding:0 0 4px 0;
	_height:0;
	background-color:transparent;
	background:none;
	border:none;
	}
	
#primaryLinks ul ul ul:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
#primaryLinks ul ul ul li{
	padding-left:0px;
	padding-right:0px;
	width:188px;_width:188px;
	border:none;
	margin:0px;
	}
	
#primaryLinks ul ul ul li a{
	padding-left:30px;
	background:none;
	border:none;
	}
	
#primaryLinks ul ul ul li.firstEntry a{
	border-top:1px solid #ccc;
	padding-left:30px;
	padding-top:5px;
	}
	
#primaryLinks ul ul ul li.lastEntry a{
	padding-left:30px;
	padding-bottom:5px;
	border:none;
	}

