#header_menu
{
	width: 440px;
	background-color: #419C73;
	height: 25px;
}

#header_menu_left
{
	float: left;
	background-image: url(/Images/Corners/GreenOnWhiteBottomLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 13px;
	height: 25px;
	margin-left: 0px;
	padding: 0px;
}

#header_menu_middle
{
	float: left;
	height: 25px;
	width: 410px;
}

#header_menu_right
{
	float: right;
	background-image: url(/Images/Corners/GreenOnWhiteBottomRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 13px;
	height: 25px;
}

.header_hyperlink
{
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	background-color: Transparent;
}

.header_hyperlink:hover
{
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	background-color: Transparent;
}

.header_option_separator
{
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #ffffff;
	float: left;
	background-color: Transparent;
}

.header_option_div
{
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}

.header_option_div_last
{
	margin-left: 5px;
	float: left;
}

.header_option_div_first
{
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}