/* AUTO-SELECTING GLOBAL HEADER NAVIGATION */

body.globalabout #header li.globalabout > a:first-child {font-weight: bold; color:#fff !important; border: solid 1px #80001E;}
body.globalacademics #header li.globalacademics > a:first-child {font-weight: bold; color:#fff !important; border: solid 1px #80001E;}
body.globaladmissions #header li.globaladmissions > a:first-child {font-weight: bold; color:#fff !important; border: solid 1px #80001E;}
body.globalcommunity #header li.globalcommunity > a:first-child {font-weight: bold; color:#fff !important; border: solid 1px #80001E;}


/*** GLOBAL MENU AND SEARCH BOX PLACEMENT ***/
#header #site-tools {position: relative; width: 700px; float: right; height: 80px;}
		#site-tools .global-menu {position: relative; float:left;}
		#site-tools #search-box { float: right; width: 180px; height: 48px; margin: 32px 0 0 0; padding: 0;  position: relative; background-image: none; text-align: center;} /* Fix IE: 48px + 30px = 80px */
		#site-tools #search-box div.gutter {width: 180px; margin: 0; padding: 0;}
		#site-tools #search-box form {margin-left: 5px;}
		#site-tools #search-box span {display: inline-block; margin-top: 3px; color: #ddd;} /* light gray */
					#search-box span a {font-size: 10px; text-decoration: none; color: #ddd;} /* light gray */
					#search-box span a:hover {color: #fff; text-decoration: underline; }

/*** SUPERFISH ESSENTIAL STYLES ***/
.global-menu, .global-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 750;
}
.global-menu {
	line-height:	1.0;
}
.global-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
outline: none;
}
.global-menu ul li {
	width:			100%;
	font-weight:	normal;
}
.global-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.global-menu li {
	float:			left;
	position:		relative;
}
.global-menu a {
	display:		block;
	position:		relative;
}
.global-menu li:hover ul,
.global-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.global-menu li:hover li ul,
ul.global-menu li.sfHover li ul {
	top:			-999em;
}
ul.global-menu li li:hover ul,
ul.global-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
ul.global-menu li li:hover li ul,
ul.global-menu li li.sfHover li ul {
	top:			-999em;
}
ul.global-menu li li li:hover ul,
ul.global-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

/*** GLOBAL-MENU SKIN ***/

#header ul.global-menu {
	margin-top: 	24px;
}

.global-menu {
	float:			right;
	margin-bottom:	0;
}
.global-menu a {
	padding: 		.5em;
	text-decoration: none;
}
.global-menu a, .global-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff !important;
}
.global-menu li {
	background:		transparent;
}
.global-menu li li {
	background:		#560001;
}
.global-menu li li li {
	background:		#560001;
}
.global-menu li:hover, .global-menu li.sfHover,
.global-menu a:focus, .global-menu a:hover, .global-menu a:active {
	outline:		0;
background-color: #80001e;

}

/*** arrows **/
.global-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('//www.calvin.edu/includes/scripts/jquery/superfish/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 0; /* use translucent arrow for modern browsers, changed -100px to 0 */
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.global-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.global-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.global-menu ul a:focus > .sf-sub-indicator,
.global-menu ul a:hover > .sf-sub-indicator,
.global-menu ul a:active > .sf-sub-indicator,

.global-menu ul li:hover > a > .sf-sub-indicator,
.global-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('//www.calvin.edu/includes/scripts/jquery/superfish/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}