body {
	background-color: #000;
}

#gradient {

	height: 2px;
}

#footer a:link, #footer a:visited {
color: #FF9900;

}

#footer a:hover, #footer a:active {
color: #FF0000;
}

#navcontainer ul {
	height: 48px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 1px;
	position: relative;
	z-index: 10;
	background-image: url(../../images/blue/menu_bg_bl.png);
	background-repeat: no-repeat;
}
#navcontainer ul ul {
	position: absolute;
	color: #fff;

	left: 0;
	top: 32px;
	width: inherit;
	font-size: 1.0em;

	background: none;

}

#navcontainer ul ul li {

}

#navcontainer ul ul a {
	color: #fff;
	background: none;
	padding-top: 1px;
	width: auto;
	float: left;
	padding: 0 8px;
	height: 15px;
	position: relative;
	z-index: 8;
	margin-left: 10px;
}

#navcontainer ul ul a:hover{
	text-shadow: 0px 1px 0px #ffffff;

}

#navcontainer ul ul #current{
	height: 15px;
	text-shadow: none;
}

#navcontainer ul ul .currentAncestor {
	height: 15px;
	text-shadow: none;
}
