@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}
#container {
	width: 1000px;
	margin: auto;
}

#wrapper {
	width: 1000px;	
}
#left {
	width: 520px;
	float: left;
}
#right{
	float: right;
	width: 470px;
}

#menu{
	width:100%;
	height: 33px;
	margin: 0px;
	padding: 0px;
}

ul {
	list-style: none;
	background:#000000;
	padding: 0px;
	margin: 0px;
}

#nav a {
	background:#000000;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-size:6px;
	color: #060;
	padding: 0px;

}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #ccc;
	border-width: 0 5px;
}

li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 0px;
	border-width: 0px 0;
}

li#first {
	border-left-width: 0px;
}

li#second {
	border-left-width: 0px;
}
li#third {
	border-left-width: 0px;
}
li#fourth {
	border-left-width: 0px;
}
li#fifth {
	border-left-width: 0px;
}
li#last {
	border-right-width: 0px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	font-weight: normal;
	background-color:#000000
	padding: 0.5em 0 1em 0;
	border: solid 2px #333333;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #000000;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

#subnav ul {
	margin-left: 170px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#subnav li {
	font-size: 10pt;
	display: inline;
	padding-right: 45px;
	text-transform: uppercase;
}


h1, h2, h3, h4, li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1{
	font-size: 20pt;
	color: #FFFFFF;
}
h2{
	font-size: 20pt;
	color: #FF0099;
	font-weight: lighter;
}
h3{
	font-size: 15pt;
	color: #FFFFFF;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
h4{
	font-size: 20pt;
	color: #FF0099;
	font-weight: lighter;
}

a {
	color: #FF0099;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}