div#nav {
	position: relative;
	background: transparent url(../images/bg-nav.gif) repeat-x;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	z-index: 3;
	height: 47px;
}

#nav ul {
	margin: 0;
	padding:  0 0 0 60px;
}

#nav a {
	color: #4C89C4;
	display: block;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#nav a:hover, #nav a:visited:hover {
	color: #333 !important;
	text-decoration: none;
}

#nav li {
	border-top: #999 1px solid;
	border-bottom: #999 1px solid;
	float: left;
	height: 45px;
}

#nav li a, #nav li a#active, #nav li#t6 a, #nav li#t6 a#active  {
	background: transparent url(../images/btn-swap.gif) no-repeat;
	margin: 0;
	padding: 15px 0 0 0;
	width: 106px;
	height: 29px;
	text-align: center;
}

#nav li#t6 a, #nav li#t6 a#active  {
	background: transparent url(../images/btn-swap_rgt.gif) no-repeat;
}

#nav li a#active, #nav li#t6 a#active {
	background: transparent url(../images/btn-on.gif) no-repeat;
	color: #333;
}
#nav li#t6 a#active {
	background: transparent url(../images/btn-on_rgt.gif) no-repeat;
}

#nav li:hover a, #nav li.hover a, #nav li:focus a, #nav li#t6:hover a, #nav li#t6.hover a, #nav li#t6:focus a {
	background: transparent url(../images/btn-swap.gif) no-repeat 0 -45px;
}

#nav li#t6:hover a, #nav li#t6.hover a, #nav li#t6:focus a {
	background: transparent url(../images/btn-swap_rgt.gif) no-repeat 0 -45px;
}

#navsub {
	background: #FAFAFA url(../images/bg-sub-menux.gif) repeat-x;
	color: #333;
	border-bottom: #CCC 1px solid;
	font-size: .9em;
	margin: -.2em 0 2em 0;
	padding: 1em 0 .8em 60px;
	clear: both;
	font-weight: bold !important;
}

#navsub ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.4em;
}

#navsub li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navsub a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#navsub a:link, #navsub a:visited {
	background: transparent;
	color: #4C89C4;
}

#navsub a:hover {
	text-decoration: none;
	color: #222;
}

