@charset "utf-8";
/* CSS Document */

div#NavMenu #AgencyNav2 {
	background-color: #969686;
}

div#NavMenu ul#AgencyNav2 li {
	border-top: 1px solid #fff;
}

div#NavMenu ul#AgencyNav2 li, div#NavMenu ul#AgencyNav2 li:hover ul, div#NavMenu ul#AgencyNav2 li.over ul {
	background-color: #969686;
	background-image: url(http://tn.gov/css/2008a/A/images/nav/2nd_nav.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
div#NavMenu #AgencyNav2 a {
	color: #FFF;
}

div#NavMenu #AgencyNav2 li a {
	color: #FFF;
}

#NavMenu ul#AgencyNav2 li a {
	padding: 3px 0px;
	margin-left: 5px;	
	display: block;
}

#AgencyNav2 a:hover, #AgencyNav2 a:active, #AgencyNav2 a:visited {
	display: block;
}

div#NavMenu #AgencyNav2 {
	font-size: 92.3%;
}

div#NavMenu ul#TNNav li, div#NavMenu ul#AgencyNav2 li {
	list-style-type: none;
	line-height: 156%;
	font-weight: bold;
}

div#NavMenu ul#AgencyNav2 li a {
	text-decoration: none;
}

div#NavMenu #AgencyNav2 a:hover {
	text-decoration: underline;
}

div#NavMenu #AgencyNav2 a:hover span {
	text-decoration: none;
}

/*** Breadcrumb ***/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#breadcrumb {
	font-size:0.75em;
	}
#breadcrumb a {
	background: transparent url(/education/images/breadcrumb2.gif) no-repeat center right;
	text-decoration: none;
	padding-right: 16px; /*adjust bullet image padding*/
	}
#breadcrumb a:visited, .breadcrumb a:active {
	color: #000080;
	}
#breadcrumb a:hover {
	text-decoration: underline;
	}

/** This is a hidden ID so the last update date for a page is captured for administrative purposes**/
div#MainContent div#update {
	border: 0;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	display:none;
}

/**** Necessary for Spry Widgets to align properly ****/
div#MainContent div#spry ul.TabbedPanels, div#MainContent div#spry ul.TabbedPanelsTabGroup, div#MainContent div#spry ul.TabbedPanelsTab {
	margin: 0px !IMPORTANT; /* This resets ALL the margins for the ul tag */
	padding: 0px !IMPORTANT; /* This resets ALL the padding for the ul tag */
}

div#MainContent div#spry ol.TabbedPanels, div#MainContent div#spry ol.TabbedPanelsTabGroup, div#MainContent div#spry ol.TabbedPanelsTab {
	margin: 0px !IMPORTANT; /* This resets ALL the margins for the ul tag */
	padding: 0px !IMPORTANT; /* This resets ALL the padding for the ul tag */
	margin-left: 2.5em !IMPORTANT;
}



