/*	UNCG CSS File for Adding the Menu to Accessible Template
* 	Author: Kevin McClain
* 	Version 1.1
* 	Last Update: Maryellen Kammer, 02.Jul.2009
* 	Location(s):
*		http://www.uncg.edu/global_uncg/style/uncg-screen-menu.css
* 	Revision History: Available online at: http://www.uncg.edu/XXXXX
*/

/* page element defaults */
h1 {border-bottom:1px dotted #ccc; padding:.35em;width:inherit;}

/* IDs and Classes */
#pagContent {border-left:1px dotted #ccc; margin-left:175px; padding:.75em; font-size:.9em; color:#333; line-height:1.5;background:#fff;}
#unitNav  {float:left; width:175px; margin:0; padding:0; list-style:none; font-size:.7em; font-weight: normal; font-family: "Arial", "Helvetica", sans-serif;}
	#unitNav li {border-bottom:1px dotted #ccc; padding:.5em;font-weight:bold;}
	#unitNav a {color:#036; text-decoration:none;}
	#unitNav a:hover, #unitNav a:active, #unitNav a:focus {color:#666;}
	#unitNav ol {margin:0; padding:0; list-style-type:none;}
	#unitNav ol li {padding:0 2em; border-bottom:none; margin:0; background: url("http://www.uncg.edu/global_uncg/images/goBtn.gif") no-repeat; font-weight:normal;}

#unitNavCrumb {border-left:1px dotted #ccc; margin-left:175px; background:#ececea; color:#666; font-size:.75em; padding:.5em; width:inherit; text-decoration:none;}
	#unitNavCrumb a:hover, #unitNavCrumb a:active, #unitNavCrumb a:focus {color:#333; text-decoration:none;}
