@charset "UTF-8";
/* CSS Document */

/*

---------------------------------------------------------------------------------------------
MAIN SITE/TOP NAVIGATION (Global)
---------------------------------------------------------------------------------------------
- 	Typically resides at the top of all pages
- 	Content effected by these attributes resides in the main includes folder (default-top-include.cfm)
-	If there is a sub-site the include that these attributes effect may vary (ath-top-include.cfm - Athletics Site) 
-	If there is a need to have a different look for the Main Navigation on the home page there is a variable
	set in the include to call an alternate set of attributes
---------------------------------------------------------------------------------------------*/
#branding #navigation {
	font-size: 11px;
	width: 100%;
	height: 28px;
	float: left;
	clear: both;
	}
#branding #navigation ul {
	list-style: none;
	height: 26px;
	clear: both;
	width: 100%;
	margin-top: 1px;
	margin-bottom: 1px;
	}
#branding #navigation ul li {
	display: block;
	float: left;
	}
#branding #navigation ul li a:link, 
#branding #navigation ul li a:visited {
	font-weight: bold;
	height: 20px;
	display: block;
	float: left;
	text-decoration: none;
	padding: 6px 20px 0px 20px;
	border-right: 1px solid #FFFFFF;
	color: #993300;
	}
#branding #navigation ul li a:hover {
	color: #996633;
	}
#branding #navigation ul li.on {
	
	}

/*
---------------------------------------------------------------------------------------------
SIDE/SECONDARY NAVIGATION (Specific to interior pages)
---------------------------------------------------------------------------------------------
- Typically resides at the left of all pages
---------------------------------------------------------------------------------------------*/
#navlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
	}
#navlist li {
	width: 100%;
	float: left;
	clear: both;
	list-style-type: none;
	border-bottom:solid #FFFFFF 1px;
	}
#navlist li a:link,
#navlist li a:visited {
	display: block;
	color: #B37940;
	text-decoration: none;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 18px;
	padding-right: 8px;
	}
#navlist li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CC9A5F;
	}
#navlist li a:link#current,
#navlist li a:visited#current {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C0C0C0;
	}
/*
---------------------------------------------------------------------------------------------
THIRD TIER - SIDE/SECONDARY NAVIGATION
---------------------------------------------------------------------------------------------*/
#subnavlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	font-weight: normal;
	font-size: 10px;
	background-color: #F9ECD0;
	}
#navlist li li {
	width: 100%;
	float: left;
	clear: both;
	text-decoration: none;
	border-top:solid #FFFFFF 1px;
	border-bottom: solid #FFFFFF 0px;
	background-image: url(images/sub-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: 19px 14px;
	}
#navlist li li a:link,
#navlist li li a:visited {
	display: block;
	color: #B37940;
	text-decoration: none;
	padding-left:30px;
	padding-bottom: 7px;
	padding-top:9px;
	}
#navlist li li a:hover {
	color: #4072B9;
	text-decoration: none;
	background-color: transparent;
	}
#navlist a:link#subcurrent,
#navlist a:visited#subcurrent {
	display: block;
	color: #4072B9;
	}
#navlist a:hover#subcurrent {
	color: #4072B9;
	text-decoration: none;
	}
/*
---------------------------------------------------------------------------------------------
FOURTH TIER - SIDE/SECONDARY NAVIGATION
---------------------------------------------------------------------------------------------*/
#sub2navlist {
	width: 100%;
	float: left;
	clear: both;
	display: block;
	list-style-type: none;
	}
#navlist li li li {
	text-decoration: none;
	}
#navlist li li li a:link,
#navlist li li li a:visited {
	display: block;
	color: #777777;
	text-decoration: none;
	}
#navlist li li li a:hover {
	color: #333333;
	text-decoration: none;
	}
#navlist a:link#sub2current,
#navlist a:visited#sub2current {
	color: #333333;
	text-decoration: none;
	}
#navlist a:hover#sub2current {
	color: #333333;
	text-decoration: none;
	}
#navlist a:link#subcurrent:hover,
#navlist a:visited#subcurrent:hover,
#navlist a:hover {
	}
