/* #### HEADER #### */

div#header {
	width: 840px;
	height: 150px;
	text-align: left;
	padding: 10px 50px 0px 100px;
}
div#header_bg {
	position: absolute;
	z-index: 1;
}
div#header_bg img {
	width: 794px;
	height: 121px;
}
div#header_bg_2 {
	position: absolute;
	z-index: 2;
	margin: -15px -25px 0px 650px;
}
div#header_bg_2 img {
	width: 169px;
	height: 137px;
}
div#header #header_logo {
	position: absolute;
	z-index: 150;
	margin: -15px 0px 0px -25px;
}
div#header #header_logo img {
	width: 187px;
	height: 103px;
}
div#header #header_top {
	position: absolute;
	z-index: 3;
	height: 90px;
	width: 785px;
	text-align: center;
}
div#header #header_banner {
	margin: 15px 0px 0px 60px;
}
div#header #header_bottom {
	position: absolute;
	z-index: 4;
	height: 25px;
	width: 785px;
	margin: 90px 0px 0px 0px;
}
div#header #header_date {
	position: absolute;
	z-index: 5;
	font: 10px/11px arial, helvetica, sans-serif;
	letter-spacing: 1px;
	color: white;
	padding: 10px 0px 0px 22px;
}


/* #### HEADER MENU #### */

div#header div#header_menu_bg {
	position: absolute;
	z-index: 6;
	margin: 88px 0px 0px 210px;
}
div#header div#header_menu_bg img {
	width: 585px;
	height: 32px;
}
div#header div#header_menu {
	position: absolute;
	z-index: 10;
	height: 25px;
	width: 575px;
	margin: 89px 0px 0px 230px;
	padding: 0;
}
#header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 85px;
	float: left;
}
#header_menu li {
	list-style-image: none;
}
#header_menu li, #header_menu h2, #header_menu a {
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
}
#header_menu a, #header_menu h2 {
	font: bold 11px/25px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0;
}

#header_menu h2 {
	text-align: center;
	text-transform: uppercase;
	margin: 3px 0px 0px 0px;
}

#header_menu a {
	color: white;
	text-decoration: none;
	padding: 0px 2px 0px 4px;
}

#header_menu a:hover {
	color: #645C98;
	background: #EAAB5C;
}

#header_menu h2 a {
	color: #302955;
}

#header_menu h2 a:hover {
	color: white;
	background: url(/img/header_bg_nav_over.gif) repeat-x center center;
}

#header_menu li {
	position: relative;
}

#header_menu ul ul li, #header_menu ul ul a {
	width: 150px;
	height: 20px;
	line-height: 20px;
	background: #A4A2C7;
	padding: 0;
}

#header_menu ul ul a {
	padding: 0px 4px 0px 4px;
	white-space: nowrap;
	overflow: hidden;
}

#header_menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#header_menu ul ul {
	position: absolute;
	z-index: 10;
	display: none;
}

div#header_menu ul li:hover ul 
{display: block;}

div#header_menu ul ul,
div#header_menu ul li:hover ul ul,
div#header_menu ul ul li:hover ul ul
{display: none;}

div#header_menu ul li:hover ul,
div#header_menu ul ul li:hover ul,
div#header_menu ul ul ul li:hover ul
{display: block;}

div.header_menu_separator {
	float: left;
	width: 2px;
	height: 24px;
	margin-top: 2px;
	background: url(/img/header_nav_separator.gif) no-repeat center center;
}

div#header #header_rss {
	width: 20px;
	height: 25px;
	float: left;
}
div#header #header_rss img {
	margin: 7px 0px 0px 15px;
	width: 14px;
	height: 14px;
}
div#header #header_rss a:hover {
	color: transparent;
	background: none;
}