/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/
#whoweare{
	color: white;
	overflow: hidden;
	position: relative;
	display: none;
	z-index: 3;
}
#whatwedo{
	color: white;
	overflow: hidden;
	position: relative;
	display: none;
	z-index: 3;
}
#howtoget{
	color: white;
	overflow: hidden;
	position: relative;
	display: none;
	z-index: 3;
}
#news{
	color: white;
	overflow: hidden;
	position: relative;
	display: none;
	z-index: 3;
}
#drop_down_main{
	width: 958px;
	color: white;
	background: #2f2f2f;
	
	overflow: hidden;
	position: relative;
	z-index: 3;
	float:left;
	height:auto;
}
.dropdownclose {
	display: block;
	position: absolute;
	right: 15px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
	z-index:5;
}
.drop_down_main ul{
height:100%;
width:500px;
float:left;
padding-left:0px;
}
.drop_down_main li{
color:#fff;
font-weight:normal;
list-style:none outside none;
text-decoration:none;
}
.drop_down_main li a{
color:#fff;
font-weight:normal;
list-style:none outside none;
text-decoration:none;
}
.drop_down_main li a:hover{color:#ffd700;}
