#flashheader {
	width:760px;
	height:155px;
	background:#000;
}
#header {
	width:760px;
	height:20px;
	padding:5px 0px;
	background:#000;
	border-top:1px solid #fff;
}
#header ul {
	padding:0px;
	margin:0px;
	height:20px;
	float:right;
}
#header ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:left;
}
#header ul li a {
	display:block;
	float:left;
	padding-left:20px;
	margin-right:10px;
	background:url(images/button_square.gif) no-repeat 0px 7px #000;
	height:20px;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	font-size:.95em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#header ul li a:hover {
	background:url(images/button_square_ro.gif) no-repeat 0px 7px;
}