/* START Nav Styles */
#nav ul {
	list-style:none;
	display: block;
	margin: 0 8px;
	z-index:1;
}
#nav ul li {
	height: 31px;
	width: 92px;
	display: inline;
	float: left;
	margin: 50px 0 0 0;
}
#nav ul li a, #nav ul li a:link {
	display: block;
	text-align: center;
	text-decoration:none;
	color: #1E406D;
	font-size: 12px;
	font-weight: bold;
	height: 31px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
	background-image: url(/images/agd-nav_tab_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	cursor:hand;
}
#nav ul li a:hover {
	background-image: url(/images/agd-nav_tab_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -31px;
}
#nav ul li a:active, #nav ul li a.current {
	background-image: url(/images/agd-nav_tab_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -62px;
}
/* Vertical CSS centering solution found here: http://www.jakpsatweb.cz/css/css-vertical-center-solution.html */

#outer {
	display: table;
	width:92px;
	height: 30px;
#position: relative;
	overflow: hidden;
}
#middle {
#position: absolute;
#top: 50%;
	display: table-cell;
	width:92px;
	vertical-align: middle;
	left:0;
}
#inner {
#position: relative;
#top: -50%;
	line-height: 1.2em;
}



/* END Nav Styles */
