#header_menu {
	background: url(/engine_images/header_menu_background.png) repeat-x scroll left top;
	height: 64px;
	width: 100%;
}

#header_menu table {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

#header_menu table td {
	padding: 5px 0;
	border: 0;
	font-size: 85%;
/*	width: 50%;*/
}

#header_menu label {
	margin-right: 5px;
}

#header_menu input {
	margin-left: 15px;
}

#header_menu input.text_field {
	border: thin solid #ED390E;
	line-height: 16px;
	background: white url(/engine_images/text_field_background.png) repeat-x left top;
	width: 100px;
	margin: 0;
}

#header_menu a.login_controls {
	color: #FFDEA7;
	text-decoration: underline;
	margin-left: 15px;
	float: left;
	margin-top: 5px;
}

#header_menu a.login_controls:hover {
	color: #FF9E00;
	text-decoration: none;
}

#header_menu p {
	color: white;
}

#header_menu a {
	color: white;
}

/* @group menu */

#header_menu ul {
	padding: 0;
	margin: 0;
	/*margin-left:50px;*/
	margin-left:0px;
}

#header_menu ul li {
	list-style: none;
	float: left;
	background: url(/engine_images/header_menu_tab_left.png) no-repeat left top;
	padding-left: 11px;
}

#header_menu ul li a {
	float: left;
	font-size: 128%;
	color: yellow;
	background: url(/engine_images/header_menu_tab_right.png) no-repeat right top;
	padding-right: 11px;
	padding-top: 10px;
	padding-bottom: 11px;
}

#header_menu ul li.active 
{
	background-image: url(/engine_images/header_menu_tab_left_active.png);
}

#header_menu ul li.active a 
{
	background-image: url(/engine_images/header_menu_tab_right_active.png);
	color: #E20000;
	text-decoration: none;
}
