/* ================================================================ 
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:500px;
	height:52px;
}
.nav div div {
	position:absolute;
	left:0;
	height:0;
	width:500px;
}
.nav ul {position:absolute; left:0; bottom:0;}

.nav li {
	float:left;
	margin-top:26px;
}
.nav li.pad2 {
	position:absolute;
	top:0;
	width:500px;
	height:26px;
	z-index:10;
	background-position: left top;
	left: 0px;
	background-image: url(../images/background-topnav-up.png);
	background-repeat: repeat-x;
}
.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 15px;
	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;
	height:26px;
	display:block;
	width:500px;
	cursor:default;
	background-image: url(../images/background-topnav-down.png);
	background-position: left top;
	left: 0;
	background-repeat: repeat-x;
}

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

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

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

