html body {
	background-image: url('https://www.elon.edu/shell/enet/img/gh_bg2.png') !important;
	background-repeat: repeat-x;
	background-position: top;
}

html #gh_container {
	margin-bottom: 17px !important;
}

#gh {
    height: 137px;
    color: white;
}

/* navigation */

#enet_header {
	background-color: transparent !important;
    height: 40px;
    margin-top: 0px!important;
}

#enet_header h1 a {
    height: 81px;
    float: right;
	display: block;
    
    /* 173px wide */
	width: 18.4042553191489%;
	/* 13px right margin */
	margin-right: 01.3829787234043%;
	margin-top: -8px;
    
    text-decoration: none !important;
    background-image: url('https://www.elon.edu/shell/enet/img/logo-banner.png');
    background-repeat: no-repeat;
  }

#enet_header h1 span {
	visibility: hidden;
}

#enet_header h1 img {
	width: 130px;
	margin-top: 15px;
	margin-left: 22px;
}

/* @group e-net nav */

#enet_header nav ul {
	float: left;
	width: 78.7234042553191%;
}

#enet_header nav li {
    float: left;
    text-transform: uppercase;
}

#enet_header nav li a {
	display: block;
	padding: 8px 9px 8px;
	color: #333;
	text-decoration: none;
}

#enet_header nav li a:hover, #enet_header nav li a.current {
	color: #fff;
	background-color: #D59F0F;
}

#enet_header nav li a:hover {
	border-bottom: 3px solid #CC8B13;
	padding-bottom: 5px;
}

#enet_header nav li+li {
    /*margin-left: 18px;*/
}

#enet_header nav li#post_news {
	float: right;
	height: 80px;
	width: 64px;
	margin-top: -7px;
	padding-top: 0;
	background-image: url('https://www.elon.edu/shell/enet/img/post_bg.png');
	background-repeat: no-repeat;
}

#enet_header nav li#post_news a {
	margin-top: 0.789473684210526em;
	margin-left:0.631578947368421em;
	padding: 0;
	display: block;
	color: #333;
	background-color: transparent !important;
	text-transform: none;
	text-decoration: none;
	border-bottom: none !important;
}
#enet_header nav li#post_news span {
	font-size: 0.894736842105263em;
	line-height: 1.176470588235294em;
}

/* @end */