/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

Copyright (c) 2005-2010 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
a, a:visited, a:hover, a:active {}

.nav, .nav ul {padding:0; margin:0; list-style:none;}

.nav {
	margin:0 auto;
	position:relative;
	width:800px;
	height:52px;
	top: -32px;
}
.nav div div {
	position:absolute;
	left:0;
	height:0;
	width:800px;
}
.nav ul {position:absolute; left:0; bottom:0;}

.nav li {float:left; margin-top:26px;}
.nav li.pad2 {
	position:absolute;
	left:0;
	top:0;
	width:800px;
	height:26px;
	background:url(back.gif) left bottom;
	z-index:10;
}
.nav li li {margin-top:0;}


.nav a {
	display:block;
	position:relative;
	height:26px;
	line-height:26px;
	display:block;
	font-family:verdana, sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	outline:0;
}
.nav a.top-a {
	z-index:10;
	min-width:1px;
	padding:0 9px;
	background:url(trans.gif);
}
* html .nav a.top-a {width:1px;}

.nav ul a {float:left; font-weight:normal;}
.nav ul a.sub {
	padding:0 15px;
}

.nav ul a.pad b {
	position:absolute;
	left:0;
	height:26px;
	display:block;
	width:800px;
	cursor:default;
	background:url(back.gif) left top;
}

.nav li:hover > a {
	color:#FFFF00;
}

.nav a.top-a:hover, 
.nav a.top-a:active, 
.nav a.top-a:focus {
	margin-bottom:-26px;
	color:#FFFF00;
}

.nav ul a:hover,
.nav ul a:active,
.nav ul a:focus {
	padding-bottom:26px;
	color:#FFFF00;
}

