/* CSS Document */
body {
	background: url("../images/layout/2/header_bg.png") repeat-x;
}
#header {
	width:100%;
}
#header #logo {
	float:left;
}

#header #menu_main {
	float:left;
	/*background:#DAE0D2 url("bg.gif") repeat-x bottom;*/
	line-height:normal;
}
#header #menu_main ul {
	margin:0;
	padding:51px 10px 0 10px;
	list-style:none;
}
#header #menu_main li {
	float:left;
	background:url("../images/layout/2/header_left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	margin-right:3px;
}
#header #menu_main a {
	display:block;
	background:url("../images/layout/2/header_right.png") no-repeat right top;
	color:#000000;
	text-decoration:none;
	padding:5px 15px 4px 6px;
	height:14px;
}
#header #menu_main .active {
	background-image:url("../images/layout/2/header_left_active.png");
}
#header #menu_main .active a {
	background-image:url("../images/layout/2/header_right_active.png");

}
#header #status {
	float:right;
	background: #FF0000 url("../images/layout/2/header_status_bg.png") left;
	padding:6px 12px 6px 35px;
	height: 62px;
}
#header #status h3 {
	font-size:8pt;
	padding:0;margin:0;
}
#header #status p {
	padding:0;margin:0;
}
#header #status ul {
	padding:4px 0 0 0;
	margin:0 0 0 2em;
	list-style-type:square;
}
#header #status a {
	color:#000000;
}
#header #menu_sub {
	float:left;
	clear:both;
	width:100%;
	height:15px;
	padding:3px 0 0 0;
}
#header #menu_sub ul {
	display:inline;
	margin:0;
	padding:0 0 0 188px;
	display:none;
}
#header #menu_sub ul.active {
	display:block;
}
#header #menu_sub li {
	display:inline;
	margin-right:1em;
}
#header #menu_sub li.active {
	font-weight:bold;
}
