/* CSS Document */
#globalNav {
	position : absolute;
	min-width : 586px;
	height : 28px;
	color : #cccccc;
	padding : 0;
	margin : 0;
	background-image : url(bg_nav-03.jpg);
	top: 68px;
	clear: left;
	left: 230px;
	z-index: 10;
	right: 5%;
      }
#globalNav img {
	margin-bottom : -4px;
      }
#gnl {
	position : absolute;
	top : 0;
	left : 0;
      }
#gnr {
	position : absolute;
	top : 0;
	right : 0;
      }
#globalLink {
	position : absolute;
	top : 3px;
	height : 20px;
	min-width : 640px;
	padding : 0;
	z-index : 100;
	letter-spacing : 1pt;
	width: 94%;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
      }
a.glink, a.glink:visited {
	font-size : 0.82em;
	color : #2E2E2E;
	font-weight : 700;
	margin : 0;
	letter-spacing : 1pt;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
      }
a.glink:hover {
	background-image : url("glblnav_selectedn.gif");
	text-decoration : none;
	color : #B5111B;
      }
.skipLinks {display : none;
      }


.subglobalNav {
	position : absolute;
	top : 94px;
	left : 190px;
	height : 30px;
	color : #ffffff;
	letter-spacing : 1pt;
	visibility : visible;
	padding-top: 4px;
	z-index: 5;
      }
.subglobalNav a:link, .subglobalNav a:visited {
	font-size : .8em;
	color : #ffffff;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 10px;
      }
.subglobalNav a:hover {
	color : #B5111B;
      }
