/*CS7 MAIN PAGE TOP NAVIGATION BAR*/

body {
	font-size: 1em;
	font-family: Verdana, Tahoma, Bookman Old Style, sans-serif;
	color: #c0c0c0;
	line-height: 1em;
	padding-left: .375em;
	padding-right: .375em;
	padding-top: 0em;
	}




#tcontainer {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 10%;
	font-size: 1.375em;
	text-align: center;
	margin: 0 auto;
  	padding: 0 0 0 0;
	background-color: #000000;
   	border: 0em solid black;
	}


#share {
	position: absolute;
	top: 5.25%;
	left: 3.5%;
	margin: 0 0;
	padding: 0 0;
	background-color: none;
	z-index: 1;	
}


/* NAV BAR MAIN MENU FIRST UL & LI LEVEL*/

#tnavbar {
	position: absolute;
	bottom: 0%;
	float: left;
	width: 100%;
	margin: 0% auto;
	padding: 0 0;
	background: none; 			
	border-bottom: 0em solid black; 	
	}

#tnavbar ul {
	background: none;
	margin: 0em;
	padding: 0em 0em 0em 0em;
	border-radius: 0px;
	list-style: none;
	display: inline;
	position: relative;
	display: inline-table;
	text-decoration: none;
	}

	/*used to clear floats on subsequent list items without use of 'overflow: hidden'*/
#tnavbar ul: after {
	content: "";
	clear: both;
	display block;
	}


/* NAV BAR MAIN MENU FIRST UL & LI LEVEL LINKS AND STYLE OPTIONS ONLY*/

#tnavbar ul li {
	float: left;
	}

#tnavbar ul li a {
	display: block;
	padding: 1.125em 3em 1em 3em;
	color: #505062;
	text-decoration: none;
	}


#tnavbar li {
	display: inline;
	line-height: 1em;
	}


/* NAV BAR MAIN MENU FIRST UL & LI LEVEL LINKS AND STYLE OPTIONS (WITH SUBMENU)*/

#tnavbar ul li a:link, #navbar ul li a:visited {
	font-size: .875em;
	font-weight: none;
	text-decoration: none;
	padding: 1.125em 3em 1em 3em;
	background-color: none;
	color: #505062;
	}

#tnavbar ul li a:hover, #navbar ul li a:active {
	font-size: .875em;
	font-weight: none;
	text-decoration: none;
	padding: 1.125em 3em 1em 3em;
	background: linear-gradient(to top, #4b1f80 7%, #0a0015 100%);
	color: #d7fff0;
	}


/* NAV BAR MAIN MENU FIRST UL & LI LEVEL LINKS AND STYLE OPTIONS (WITHOUT SUBMENU & SUBMENU)*/

#tnavbar li a {
	padding: 1.7em 3em .5em 3em;
	text-decoration: none;
	font-size: .675em;
	font-weight: none;			/*modify in addition to body font*/
	color: #505062;
	background: none;
	border-right: 0em solid white;		/*activate for esthetic purposes only*/
	}


/* NAV BAR MAIN MENU TEXT - ALL LEVELS*/

#tnavbar ul li:hover a {
	color: none;
	}


/* NAV BAR SUBMENU CREATION AND PLACEMENT - SECOND UL & LI LEVELS*/

	/*hides second level ul & li(submenu(s))*/
#tnavbar ul ul {
	display: none;
	}

	/*reveals second level ul & li(submenu(s))*/
#tnavbar ul li:hover > ul {
	display: block;
	}

#tnavbar ul ul {
	position: absolute;
	top: 100%;
	width: auto;
	padding: 0 0; 
	font-size: .8em;
	font-weight: none;
	background: #000000;
	border-radius: 0px;
	text-align: center;
}	


/*ADDITIONAL CSS3 CODING FOR ESTHETICS*/

#tnavbar ul li:hover {
	background: linear-gradient(to top, #4b1f80 7%, #0a0015 100%);
	}
	
#tnavbar ul ul li {
	float: none; 
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	position: relative;
	}

#tnavbar ul ul li a {
	padding: 0 0;
	color: #505062;
	}	

#tnavbar ul ul li a:hover {
	background: linear-gradient(to top, #4b1f80 7%, #0a0015 100%);
	}

#tnavbar li {
position: relative;
}