/* ************************************************************************** */
/*                              Global Nav Tabs                               */
/* ************************************************************************** */

ul#globalnav {
	clear: both;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none; /* msi dont show bullets */
	background-color: #000;
	vertical-align: bottom;
	font-size: 100% !important;
}
ul#globalnav li {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	font-size: 80% !important;
	font-weight: bold;
	float:left;
	height: 28px;                           
	border-top: 1px solid #9CA5C6;  /* msi Upper border line  */
	border-bottom: 1px solid #9CA5C6;  /* msi bottom border line  */
	border-right: 1px solid #9CA5C6; /* msi right border line, light blue  */
	margin: 0px;
	width: 93px; /* MSI Main Nav Width */
    background-image: url('../../images/global_nav/tab_bg.png'); 
    background-repeat:no-repeat;
	background-color: #082863; /*MSI *dark blue */
	vertical-align: bottom;
	text-align: center;
	line-height: 120%
}

ul#globalnav li.selected {
	width: 93px; /* MSI Main Nav Width */
    background-image: url('../../images/global_nav/tab_selected_bg.png'); 
    background-repeat:no-repeat;
	font-weight: bold;
	border-bottom: medium none;  /* msi bottom border line  */
	background-color : #FFF  /* white background */
}
ul#globalnav li.selected a {
color:  #082863;     /* MSI dark blue */
	/* color:  #082863;/* MSI dark blue */
}

ul#globalnav li.selected a:hover {
	color:  #082863;/* MSI dark blue */
}

ul#globalnav a {
	display: block;
	border: 0px none;
	margin: 0;
    font-size: 80%;
	line-height: 1.0;
	text-decoration: none;
	text-align: center;
	/*color: #9CA5C6; /* MSI color for the main Nav link; light blue  */
	color: #FFF; 
	text-transform: uppercase;
	vertical-align: bottom; padding-left:0px; padding-right:0px; padding-top:9px; padding-bottom:9px
}

ul#globalnav a:hover {
	/* z color: #900; */
	color:  #9CA5C6; /* white for the main Nav link when hover */
	/* text-decoration: underline; /*  MSI for the main Nav link; underline when hover */
}
/* for the MSI separator bar */
ul#globalnav li.sepbar{
	text-align:center;
	width: 2px;
}

ul#globalnav2 {
	display: block;
	margin: 0;
	list-style-type: none;
	
	clear: left;
	
	padding: 6px;
	border-bottom: 1px solid #CCC;
	background-image: url('../../images/global_nav/subnav_bg.png');
	text-align: center;
	
	font-size: 100% !important
}


/* Hide the Homepage Contextual Section Headers */
h2.contextual-section-header {
	display: none;
}

