/* HEADER - common */

.skip-to-content {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

a.skip-to-content:focus {
width:auto; 
height:auto;
left:auto; 
color: #000;
top:auto; 
overflow: auto; 
position:relative;
font-size:1.2em; 
padding:5px;  
}

#headercommon
{
	height: 1.9em;
	color: white;
	background: #38672f;
	border-top: 6px solid #87a3b7;
	white-space: nowrap;
	margin: 0 0 -2px 0;
	padding: 0;
}

#headercommon ul
{
	font: .7em Tahoma, Verdana, Arial, sans-serif;
	padding: 2px 0 0 0;
	line-height: 1em;
	list-style: none;
	margin: 0 0 1px 0;
	right: 0;
	bottom: 0;
}

#headercommon li
{
	display: inline;
	border-right: 1px solid #203b1b;
	padding: 0 7px 0 6px;
	margin: 0;
}

#headercommon li.first
{
	padding-left: 0;
}

#headercommon li.last
{
	border-right: none;
	margin: 0;
}

#headercommon a
{
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	white-space: nowrap;
	margin-right: -2px;
}

#headercommon #commonnav img.dart
{
border: 0;
margin-bottom: -4px;
}

#headercommon #commonnav
{
	width: 100%;
	float: left;
	text-align: right;
}

/*

#headercommon
{

z-index: 1;
overflow: hidden;
color: #fff;
white-space: nowrap;
}

#headercommon a:link,
#headercommon a:visited
{
color: #ffffff;
background-color: transparent;
text-decoration: none;
}

#headercommon a:focus,
#headercommon a:hover
{ 
 color: #ffffff;
 text-decoration: underline;
 background-color: transparent; 
}


#headercommon p
 { text-align: right; margin-top: 0; margin-bottom: 0; padding-top: 2px; padding-right: 6px; padding-bottom: 0; vertical-align: top; font-size: .7em; 
 font-family: Tahoma, Verdana, Arial, sans-serif; 
}



*/