@charset "UTF-8";
/* CSS Document */

#header {
	width:950px;
	height:65px;
	margin:0 auto;
	border-bottom: solid 0px #DB241C;
	margin-bottom:45px;
}
#header #logo-line {
	float:left;
	width:300px;
	border-bottom: solid 0px #DB241C;
}
#header img {
	margin-top:20px;
	margin-bottom:2px;
}
#header ul {
	list-style: none;
	float:right;
	margin-top:20px;
}
#header li {
	float:left;
}

#header ul a {
	font-family: "Arial Narrow", sans-serif;
	font-size:15px;
	text-decoration: none;
	text-align:center;
	display: block;
	margin-left:15px;
	color: #4C4C4C;
}
#header ul a:hover, #header ul a.current {
	border-bottom: solid 1px ;
}