@charset "utf-8";
/* CSS Document */

#flashcontent {
	float: left;
	width: 700px;
	height: 200px;
	background: url(images/backgrounds/backgroundTop03.jpg) no-repeat top left
}

#flashcontent ul {
	display: block;
	width: 700px;
	margin-top: 164px;
}

#flashcontent ul li {
	float: left;
	border-left: 1px solid #7F1E25;	
}

#flashcontent ul li.last {
	float: left;
	border-right: 1px solid #7F1E25;
}

#flashcontent ul li a {
	display: block;
	width: 115px;
	padding: 5px 0px;
	text-align: center;
}

#flashcontent ul li.last a {
	width: 117px;
}

#flashcontent ul li a:hover {
	text-decoration: none;
	background: #7F1E25;
}

#flashversion {
	position: absolute;
	height: 80px;
	left: 10px;
}

#flashversionText {
	position: absolute;
	z-index: 5;
	left: 10px;
	top: 29px;
}
/*
#flashversionOuter {
	position: absolute;
	height: 80px;
}
*/
