/* CSS Document */#globalNav{
position: relative;
width: 100%;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
background-image:  url("glbnav_background.gif");
}



#globalNav img{
	margin-bottom: -4px;
 
}
#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

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

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	overflow: hidden;
}
#globalLink2{
background-color:#FDF1AC;
	top: 6px;
	height: 22px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	overflow: hidden;
}
#globalLink img{
	display: block;
	}

a.glink:link{
  	font-size: 10pt;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}
a.glink2:link{
  	font-size: 10pt;
  	color: #7A7A7A;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}
a.glink:visited{
  	font-size: 10pt;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}
a.glink2:visited{
  	font-size: 10pt;
  	color: #7A7A7A;
	font-weight: bold;
	margin: 0px;
	padding: 2px 8px 4px 8px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  font-size: 80%;
	margin: 0px;
	font-weight: bold;
	padding: 2px 8px 4px 8px;
  	background-image:  url("glblnav_selected.gif");
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	color: #000000;
}
a.glink2:hover{
  font-size: 80%;
	margin: 0px;
	font-weight: bold;
	padding: 2px 8px 4px 8px;
  	background-image:  url("glblnav_selected2.gif");
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
	color: #CCCCCC;
}
.subglobalNav{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding: 0px 0px 0px 10px;
	/*visibility: hidden;*/
	color: #CCCCCC;

}

.subglobalNav2{
	position: absolute;
font-size:12px;
color:#CCCCCC;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: visible;
	color: #CCCCCC;

}

.subglobalNav a:link{
	font-size: 80%;
	color: #CCCCCC;
}

.subglobalNav a:visited{
	font-size: 80%;
	color: #CCCCCC;
}

.subglobalNav a:hover{
	font-size: 80%;
	color: #cccccc;
}



