.header {
	background: #000;
	height:179px;
	text-align: center;
}

.top_menu {
	width: 100%;
	height: 25px;
	background: #970033;
	top: 145px;
	position: absolute;
}

.top_menu_innertube {
	margin: 0 auto;
	width: 1000px;
}

.top_menu_text {
	font-size: 12px;
	color: white;
	text-align: left;
	margin-left: 250px;
	margin-top: 4px;
	font-weight: normal;
}

.top_menu_text a{
	font-size: 15px;
	color: #ddd;
        font-weight:bold;
	font-family: sans-serif;
	text-decoration: none;
	border-right: 1px solid white;
	padding-right: 10px;
	padding-left: 5px;
}

.top_menu_text a:hover{
	text-decoration: underline;
}
