/* this pushes the language icon and link to the right and vertically aligns them to the printer icon and link */

#lang
	{
	position:absolute;
	left:574px;
	margin:0;
	padding:0;
	width:186px;
	}

/* skip navigation menu */

/*#skipmenu {
	width:100%;
}*/

a.skippy {
	position:absolute;
	top: -100px;
	left: -100px;
	height:1px;
	width:1px;
	text-align:left;
	overflow:hidden;
}

a.skippy:active, a.skippy:focus, a.skippy:hover {
   top:0;
	left:0;
	font-size:.8em;
	font-weight:bold;
	color:#ffffff;
	background-color: #800000;
	height:auto;
	overflow:auto;
	width:150%;
	padding:5px;
	z-index: 100;
}