#subnav6 {
background: transparent;
width: 100px;
position: absolute;
visibility: hidden;
} 
/* SubNav Container */
.globalSitesContainter {
	/*border-top: 1px solid #999999;*/
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}
.globalSitesContent {
	display: block;  
	background: #EEEEEE; 
	font-family:  Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	font-size: 9px;
	line-height: 14px;
	color: #333333;
	padding: 4px 6px 0px 6px;
}
.globalSitesContent ul {
	margin: 0px;
}
.globalSitesContent li a {
	text-decoration: none;
	color: #666666;
}
.globalSitesContent li a:link, .globalSitesContent li a:visited {
	text-decoration: none;
	color: #666666;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
}
.globalSitesContent li a:hover {
	color: #CC6600;
	text-decoration: underline;
}
/* Global Sites Drop-Down Corners */
.gstop {
	display: block; 
	background: transparent;
}




