/* First navigation line */
#topNavigation{
	background-color: #B2DFF8;
	width:100%;
	overflow: hidden;
	clear: both;
}

body.dark #topNavigation {
	background-color: transparent;
	padding-bottom: 1px;
	text-align: right;
	float: right;
	width: auto;
	clear: none;
	white-space: nowrap;
}

#topNavigation ul{
	margin-left:10px;
}

body.dark #topNavigation ul {
	margin-left: 0;
	display: inline;
	float: left;
	white-space: nowrap;
}

#topNavigation ul.topNavSpecials{
	margin-left: 0;
	float: right;
}

#topNavigation ul li{
	float:left;
	border-top: 1px solid #A5C9DD;
	margin: 0 4px 0 0;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	white-space:nowrap;
}

body.dark #topNavigation ul li {
	text-transform: none;
	border-top: none;
	display: inline;
	float: none;
}

body.dark #topNavigation ul.topNavSpecials li {
	text-transform: uppercase;
}

#topNavigation li a {
	display:block;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	line-height:14px;
	color: #007EC3;
	font-size:11px;					
	padding: 0 10px;
}

body.dark #topNavigation li a {
	background-color: transparent;
	color: #0095e7;
	font-weight: normal;
	display: inline;
	padding: 0 5px;
}

#topNavigation li a:hover, #topNavigation li a.current{
	background-color: #007EC3;
	color: #C9FB48;
}

body.dark #topNavigation li a:hover {
	background-color: transparent;
	color: #899f33;
}

/* Second navigation line */
#subNavigation{
	background-color: #007EC3;
	height:20px;
	float:left;
	width:100%;
}