#nav {
	margin:0;
	padding:3px 0 .5em;
	font-size:0.8em;
}
#nav li {
	display:inline;
	margin:0;
	padding:0 .5em;
}
#nav a.selected {
	font-weight:bold;
}
#nav a.stage-link {
	border-bottom:#748BB3 solid 2px;
	text-decoration:none;
}
a.img:hover {
	background: transparent;
}
.sub-nav, .sub-nav li {
	margin:0;
	padding:0;
}
.sub-nav {
	font-size:.9em;
	font-weight:bold;
	list-style-type:none;
}
.sub-nav li {
	display:inline;
}
.sub-nav li a {
	background:url(../images/backgrounds/sub-nav-small.png) left center no-repeat;
	border-bottom:#51627E solid 1px;
	color:#97A8C6;
	margin-right:12px;
	padding-left:12px;
	text-decoration:none;
}
.sub-nav li a:hover {
	color:#fff;
	border-bottom-color:#fff;
}
.sub-nav li a.selected {
	background-image:url(../images/backgrounds/sub-nav-large.png);
	border-bottom-style:none;
	color:#fff;
	padding-left:16px;
}

a.nav:link 
	{
	color: #000;
	text-decoration : underline;
	font-size: 0.8em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:visited 
	{
	color: #333;
	text-decoration : underline;
	font-size: 0.8em;
	background: transparent;
	font-weight: bold;
  	}
a.nav:hover 
	{
	color: #ff0000;
	text-decoration : none;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0;
  	}
 a.nav:active 
	{
	color: #666;
	text-decoration : underline;
	font-size: 0.8em;
	background: #fff;
	font-weight: bold;
  	}

