/************* globalNav styles ****************/

#globalLink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 640px;
	width: 750px;
	color: #A8A6A6;
	
	
	position: relative;
	z-index: 100;
	top: 10px;
	height: 22px;

	left: 0px;
	margin: 0px;
	padding: 0px;
}


a.glink, a.glink:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D2D2D2;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	
	padding:4px 11px 7px 11px;
	z-index:0;
  	position: relative; 
}




a.glink:hover{
	text-decoration: none;
	color:#4fc0ee;
	
}

a.glink:select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;

}


.glink-spacer{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #3d3c3c;
	position: relative;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding:4px 12px 4px 12px; 
}

#navSeperator{
	margin-right: -2px;
	margin-left: -2px;
	padding-top:4px;
}



#navSeperator-spacer {
	width: 7px;
	height:7px;
	top:-5px;
	margin-right: -4px;
	margin-left: -4px;
}


.gNav_corns {
	position: relative;
	width: 7px;
	top:-10px;
	z-index:200;
  /* IE 8 or lower */
	background:  url("/images/interface/gNav_tab_corn.gif") no-repeat 0px 0px \9;  
 }


/************ subglobalNav styles **************/
#subNavSeperator {
padding: 2px 10px 4px;
}




.subglobalNav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: absolute;

	min-width: 640px;
	visibility: hidden;
	color: #D2D2D2;
	width: 750px;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
	z-index: 112;
	
	
	
	background-color:#535151;
	 
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	
	height: 32px;
	top: 28px;
	left: 0px;
	margin: 0px;
	
	/* IE 8 and lower */
	padding-top:6px\9;
	height: 32px\9;
	top: 22px\9;
	background:  url("/images/interface/subNav_bg.gif") bottom repeat-x\9;

}








.subglobalNav a:link, .subglobalNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D2D2D2;
	text-decoration: none;
	position:relative;
	top: 8px;
	
}

.subglobalNav a:hover{
	color:#4fc0ee;
	text-decoration: none;
	position:relative;
	top: 8px;
}

/**************** Tabs *************************/

a.tlink, a.tlink:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}

a.tlink:hover{
	text-decoration: none;
	color: #0066FF;
}

a.tinkSelect {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
}


