/******************************
Navigation
******************************/
ul#nav {
	list-style: none;
	margin: 3.25em 0 0 0;
	padding: .25em 0 0 2.0625em;
	height: 2.0625em;
	background: #000;
	position: absolute;
	width: 59.1875em;
	z-index:10;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav a {
	font: .6875em/1.1818em tahoma,sans-serif;
	display: block;
	white-space: nowrap;
	margin: 0;
	padding: .6364em 1.0909em 0 1.0909em;
	color: #fff;
	background: #666;
	text-decoration: none;
}
#nav a.last {
	padding-bottom: .9091em;
}
#nav li li a:hover {
	background: #666 url(../img/system/navhover.gif) no-repeat 0 .9091em;
}
#nav li ul {
	margin: 0;
}
#nav li {
	float: left;
}
#nav a.x {
	font-weight: bold;
	background: #000;
	border-bottom: .7273em solid #000;
	padding-bottom: .4545em;
}
#nav a.selected {
	border-bottom: .7273em solid #e2001a;
}
ul#nav li  li a.selected {
	border-bottom: 0;
	background: #666 url(../img/system/navhover.gif) no-repeat 0 .9091em;
}
#nav li:hover a.x {
	border-bottom-color: #e2001a;
}
#nav li li{
	position: relative;
	width: 100%;
	border: 0;
}
#nav ul {
	float: left;
	width: 10em;
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
}
#nav ul ul {
	top: 0;
	left: 100%;
}
ul#nav li:hover {
	cursor: pointer;
	z-index: 100;
}
ul#nav li:hover ul ul,
ul#nav li li:hover ul ul {
	display: none;
}
ul#nav li:hover ul,
ul#nav li li:hover ul {
	display: block;
}
#nav li.nav1 {
	width: 8.3125em;
}
#nav li.nav2 {
	width: 5.75em;
}
#nav li.nav3 {
	width: 7.75em;
}
#nav li.nav4 {
	width: 4.375em;
}
#nav li.nav5 {
	width: 4.1875em;
}
#nav li.nav6 {
	width: 5.875em;
}
#nav li.nav7 {
	width: 3.1875em;
}
#nav li.nav8 {
	width: 2.875em;
}
#nav li.nav9 {
	width: 3.25em;
}
/******************************
Meta-Navigation
******************************/
ul.meta-nav {
	position: absolute;
	margin: .5625em 0 0 36.875em;
	z-index: 3;
	list-style: none;
	padding: 0;
	width: 25em;
	color: #ddd;
}
#homepage ul.meta-nav {
	margin: .5625em 0 0 40.625em;
	width: 20.75em;
}

.meta-nav li {
	float: left;
	font-size: 62.5%;
	font-family:tahoma,sans-serif;
line-height:2em;

}
.meta-nav a {
	padding: 0 .8em;
	color: #888;
	text-decoration: none;
}
.textzoom {
	color: #888;
	width: 10em;
	display:block;
}
html>body .textzoom {
  margin-top:-2px;
}
.textzoom a {
	padding: 0 0 0 .3em;
}
.textzoom img {
	vertical-align: text-bottom;
}
#homepage li.home {
	display: none;
} 

span.a0 { font-size:11px; }
span.a1 { font-size:13px; }
span.a2 { font-size:15px; }
