/* CSS Document */

#header {
	position:relative;
	background-image:url(../images/paper_bg_top.png);
	width:1000px;
	height:84px;
}
/*
#header_left {
	position:absolute;
	left:0;
	top:0;
	width:449px;
	height:55px;
	background-image:url(../images/top_logo2.png);
}
*/
#header_left {
	position:absolute;
	left:0;
	top:0;
	width:536px;
	height:66px;
	background-image:url(../images/top_logo3.png);
}
#header_right {
	position:absolute;
	left:536px;
	top:0;
	width:374px;
	height:66px;
	background-color:#de8237;
}
/*
	#header_left {
		position:absolute;
		left:0;
		top:0;
		width:408px;
		height:50px;
		background-image:url(../images/top_logo.png);
	}
	#header_right {
		position:absolute;
		left:408px;
		top:0;
		width:492px;
		height:50px;
		background-color:#de8237;
	}
*/
#topmenu {
	position:absolute;
	right:5px;
	bottom:5px;
}
#topmenu p {
	color:#FFFFFF;
	margin:0px 5px 0px 5px;
}
#topmenu a {
	color:#FFFFFF;
	text-decoration:none;
	font-family:'Trebuchet MS', Verdana, Arial;
}
#topmenu tr {
	height:1em;
}
#topmenu td {
	border-right:1px #FFFFFF solid;
}
#topmenu .no_border {
	border-right:none;
}
#topmenu_slogan {
	position:absolute;
	left:40px;
	top:10px;
	font-family:'Trebuchet MS', Verdana, Arial;
}
#topmenu_slogan p {
	margin:0;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

#menu h1 {
	margin:0;
	padding:0;
}
#menu h1 a {
	display:block;
	width:150px;
	padding:0.6em 0 0.6em 0;
	margin:0;
	border-bottom:1px dotted #b2a979;
}
#menu h1#noborder {
	border-right-width:0px;
}

#menu, #menu h1, #menu h1 a {
	color:#b2a979;
	font-size:1.1em;
	font-weight:normal;
	text-decoration:none;
}
#menu h1 a:hover {
	color:#ffffff; /* b2a979;*/
	text-decoration:none;
}
#menu h1 a.open {
	color:#FFFFFF; /* b2a979;*/
	text-decoration:underline;
}
#menu h1 a.open:hover {
	color:#787778; /* b2a979;*/
	text-decoration:underline;
}

#subMenu h2.submenu {
	display:block;
	background-image:url(../images/submenu_bullet.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	width:160px;
	padding:3px 0 3px 25px;
	margin-left:5px;
	font-size:11px;
}

