<style type="text/css">

#header{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	width: 500px;
	height: 200px;
}

#header ul{
	position: absolute;
}

#header li{
	margin-top: 10px;
	display: inline;
	font-size: 11px;
	list-style-type: none;
	padding: 3px 6px 3px 6px;
	margin-right: 1px;
	background: #ececec;
	cursor: pointer;	

	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity = 50);
	zoom: 1;
}

#header li:hover{
	background: #9ab7c7;
	color: white;

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#header li.selected{
	background: #9ab7c7;
	color: white;

	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

#header_image{
	display: inline-block;
}

#header_image img{
	border: none;
	width: 510px;
}

#header_description_text{
	font-variant: small-caps;
	display: inline-block;
	color: white;
}

#header_description_text span.title{
	font-weight: bold;
}

div.header_description{
	height: 20px;
	width: 490px;
	float: left;
	background: black;
	color: white;
	position: relative;
	margin-top: -40px;
	font-size : 15px;
	padding: 10px;

	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;

}

</style>
