/* Styles are reset in the main styleSheet */
#header {
	width:900px;
	position: static;
	overflow:auto;
	background-color: #000000;
	height: 70px;
	}
#logo {
	float:left;
	width:430px;
	position: static;
	color: #FFFFFF;
	margin-top: 19px;
	}
#search {
	float:right;
	width:430px;
	position: static;
	color: #FFFFFF;
	text-align: right;
	margin-top: 23px;
	}
#menu {
	width:900px;
	position: relative;
	z-index: 100;
	height:25px;
}
#menu img {
	display: block;
	}
.menuL1{
	list-style-type: none;
	float: left;
	}
.menuL2{
	list-style-type: none;
	float: none;
	position: absolute;
	width:400px;
	display: none;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
	background-color: #303030;
	text-indent: 10px;
}
.menuL2 li{
	line-height:18px;
}
.menuL2 a:link{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 21px;
	width:400px;
	display:block;
}
.menuL2 a:visited{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	line-height: 21px;
	width:400px;
	display:block;
}
.menuL2 a:hover{
	background-color: #000000;
	color: #FF0000;
	display: block;
}
.menuL2 a:active{
	background-color: #000000;
	color: #FF0000;
	display: block;
}