@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
}
body {
	background-color: #000000;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF6600;
}
a:active {
	color: #FFCC00;
}
.header {
	font-size: 16px;
	color:#CC3300;
}
.footer {
	font-size: 9px;
	font-weight: normal;
}
.nav a:link {
	color: #CC3300;
	font-weight:bold;
	text-decoration: none;
}
.nav a:visited {
	color: #FF6600;
	font-weight:bold;
	text-decoration: none;
}
.nav a:hover {
	color: #FFCC00;
	font-weight:bold;
	text-decoration: none;
}
.nav a:active {
	color: #FFCC00;
	font-weight:bold;
	text-decoration: none;
}

ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#nav li a {
	display: block;
	font-weight: bold;
	padding: 5px 5px;
	background:#333333;
}

ul#nav li a:hover{
	background:#333333;
	color:#FFCC00;
	}
	
ul#nav li {
	float: left;
	position: relative;
	width: 130px;
	text-align: center;
	margin-right:5px;
	border:1px solid #999999;

}

ul#nav li.current a{
	background:#333333;
	color:#FF9900;
	}

ul#nav li.current a:hover{
	background:#333333;
	}

li ul {
	display: none;
	list-style: none;
	position: absolute;
	width:163px;
	top: 0;
	left: 0;
	font-weight: normal;
	padding: 1px 0 10px 0;
	margin-left:-1px;
}

ul#nav li ul.sub li{
	border-width:0 1px 1px 1px!important;
}

ul#nav li ul.sub li a{
	font-weight: normal!important;
}
li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}
