/* CSS Document */

* {
	padding: 0;
}

body {
	background-color: #51585C;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454B4E;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454B4E;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #454B4E;
	text-decoration: none;
}
a:hover {
	color: #454B4E;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #454B4E;
	text-decoration: none;
}
a.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	color: #CCFF00;
	font-weight: normal;
	text-decoration: none;
}
a.menu:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.credits:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.credits:hover {
	color: #CCFF00;
	font-weight: bold;
	text-decoration: none;
}
a.credits:active {
	color: #FFFFFF;
	text-decoration: none;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style2 {
	font-weight: bold
}
.style3 {
	color: #993300;
	font-size: 10px;
	font-weight: bold;
}
.style4 {
	color: #CCFF00;
	font-weight: bold;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul a {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
	width: 100px;
	background: #333;
}

ul a:hover {
	color: #4BD8FF;
	text-decoration: none;
	background: #3C3C3C;
}

#aw {
	color: #FFF;
}

#aw:hover {
	color: #CCFF00;
}

ul li {
	border: 1px solid #FFF;
	float: left;
	position: relative;
}

ul li ul {
	list-style: none;
	position: absolute;
	left: 0;
	display: none;
	width: 100px;
   	border-top: 1px solid #FFF;
}

ul li:hover ul { display: block; }

ul li:hover ul li ul { display: none; }

ul li ul li:hover ul {
	display: block;
	position: absolute;
	left: 120px;
	top: -1px;
	border-left: 1px solid #FFF;
}