﻿/*DeptNav*/
/*---site menu------*/
.site {
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/* vertical-align:middle;*/
}
.site li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 10px;
	letter-spacing: 1px;
}
.site li a {
	color: #375f93;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 13px 0px 13px;
}
.site li a:visited {
	color: #375f93;
}
a.site span {
	display: none;
}
.site li a:hover {
	color: #5078e0;
	background: url('internal_blue.gif') no-repeat left 50%;
	padding-left: 13px;
	color: #5078e0;
}
li.one {
	
	}
	
/*---------sub nav bar (tabs)------------------------------------ */
#invertedtabs {
	text-align: right;
	padding: 0;
	margin: 0px auto 0px auto;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	clear: both;
}
#invertedtabs ul {
	font-size: 70%; /*size of font */;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
/*margin between menu and rest of content*/	padding: 0px 0px 0px 0px;
	list-style: none;
}
#invertedtabs li {
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}
#invertedtabs a {
	float: left; /* move the menu tabs to one side or the other  */;
	color: #375f93;
	background: #bad7ff url('/color_tabs_left2.gif') no-repeat left bottom;
	margin: 0px 2px 0px 0px;
/* adjust the space between menu tabs */	padding: 0px 0px 0px 0px;
	text-decoration: none;
	letter-spacing: 1px;
	font-weight: normal; /* adjusts the weight of the links in the tabs */
}
#invertedtabs a span {
	float: left;
	display: block;
	background: transparent url("/color_tabs_right2.gif") no-repeat right bottom;
	padding: 4px 12px 3px 12px; /*adjusts spacing around tab button text*/
}
#invertedtabs a span {
	float: none;
}
#invertedtabs a:hover {
	background-color: #9cbede; /* emphasis tab */;
	color: white;
}
#invertedtabs a:hover span {
	background-color: #9cbede;   /* emphasis tab */
}
#invertedtabs #current span {
	/*currently selected tab*/

	background-color: #9cbede;   /* emphasis tab */
}
#invertedtabs #current a {
	/*currently selected tab*/

	background-color: #9cbede;   /* emphasis tab */
}
#invertedtabsline {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #006699;
	border-bottom: 1px #bad7ff solid;
	clear: both;
}
#invertedtabsline a:link {
	color: #006699;
	text-decoration: none;
}
#invertedtabsline a:visited {
	color: #006699;
	text-decoration: none;
}
/*---------required menu------------*/
.legl {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana;
	font-size: 80%;
	color: #333333;
}
.legl li {
	display: inline;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.legl li a {
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
}
.legl li a:visited {
	color: #375f93;
}
.legl li a:hover {
	color: #781617;
	text-decoration: underline;
}



