#globalNav{
	width: 758px;
	min-width: 640px;
	height: 34px;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	background-image:  url(pic_generic/but_background.jpg);
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
}


#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	min-width: 640px;
	padding: 7px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a.glink, a.glink:visited{
	font-size: 12px;
	border-right: 1px solid #cccccc;
	padding: 5px 15px 12px;
	margin-top: 7px;
	text-decoration: none;
	color: #333333;
}

a:visited{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

a.glink:hover{
	background-image:  url(pic_generic/but_over.jpg);
	text-decoration: none;
	
	font-size: 12px;
	color: #005B8C;
}

.skipLinks {display: none;}
