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

#header_inner
{
	width: 760px;
	margin: 0 auto;
	text-align: center;
}

.headspacer
{ 
height: 142px;
}

#header_menu
{
	height: 32px;
}

#header_menu a
{
	color: #222;
	font-size: 14px;
	text-decoration:none;
}

#header_menu a:hover
{
	color: #940001;
	font-size: 14px;
	text-decoration:none;
}

#header_menu ul
{
	list-style-type:none;
	margin-left: 15px;
}

#header_menu li
{
	float: left;
	vertical-align:middle;
	height: 32px;
	color: #222;
	margin-left: 3px;
	margin-right: 2px;
	font-size: 14px;
}

.menutext
{
	padding-top: 7px;
}