@import url(pu_standard.css);

body { 
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: url(pu_bg.png) repeat-y #c5ba8e;
}

#pageMain {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}

#pageMain #pageHeader {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 80px;
	height: 80px;
	max-height: 80px;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #606a74;
	background-color: #fff;
	white-space: nowrap;
}

#pageMain #pageMenu {
	position: absolute;
	left: 0px;
	top: 81px;
	width: 191px;
	padding: 16px 8px;
}

#pageMain #pageContent {
	position: absolute;
	left: 203px;
	top: 81px;
	width: 675px;
	padding: 10px;
	background-color: #fff;
}

.menu_level1 a, .menu_level2 a, .menu_level3 a {
	text-decoration: none;
}

.menu_level1, .menu_level1 a {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #ddd;
	margin-top: 3px;
	padding: 2px;
	background-color: #9D8F60;
}

.menu_level2 {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	margin-left: 12px;
}

.menu_level2 a {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	color: #555;
}

.menu_level3 {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #555;
	margin-left: 24px;
}

.menu_level3 a {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	color: #555;
}

.menu_act a {
	color: #600;
}

.menu_level2 a:hover, .menu_level3 a:hover {
    color: #eee;
}

