.menu_top{
	position: absolute;
	left: 160px;
	top: 10px;
	height: 50px;
}
.menu_top .level0{
	display: none;
}
.menu_top ul{
	margin: 0;
	padding: 0;
	list-style: none;
	height: 48px;
}
.menu_top li{
	margin: 0;
	padding: 0px;
	display: inline;
	width: 117px;
	height: 48px;
	
}
.menu_top a:link,.menu_top a:visited,.menu_top a:active{
	float: left;
	display: block;
	width: 107px;
	height: 38px;
	padding: 5px;
	padding-top: 12px;
	background: transparent url(top_menu_bg.gif) no-repeat;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	opacity: .70;
	text-align: center;
	color: #f9e9a1;
}
.menu_top a:hover{
	filter: alpha(opacity=99);
	-moz-opacity: .99;
	opacity: .99;
	text-align: center;
	text-decoration: none;
}

/* menu left */
.menu_left{
	margin: 10px 0;
	padding: 10px 0;
	width: 150px;
	background: url(rounded_bottom.gif) no-repeat bottom;
}
.menu_left ul{
	margin: 0;
	list-style: none;
	padding: 5px;
	background-image: url(rounded_middle.gif);
	background-repeat: repeat-y;
}
.menu_left .level0, #login-header h3{
	background: url(rounded_top.gif) no-repeat bottom;
	display: block;
	padding: 0px 5px;
	font-size: 1.2em;
	font-weight: bold;
}

.menu_bottom ul{
	list-style: none;
}
.menu_bottom li{
	display: inline;
	margin-left: 5px;
	border-left: 1px solid #cea371;
	padding-left: 5px;
}
.menu_bottom li:first-child{
	border-left: 0px;
}
.menu_bottom .level0{
	display: none;
}

/*login*/

#login{
	padding-bottom: 10px;
	width: 150px;
	background: url(rounded_bottom.gif) no-repeat bottom;
}
.textbox{
	border: none;
	background: transparent url(input_bg.gif) no-repeat top left;
	width: 135px;
	height: 27px;
	margin: 0;
	padding: 0;
	color: #f9e9a1;
	padding-top: 4px;
	padding-left: 5px;
}
.portlet-login{
	padding: 0;
	padding-left: 5px;
	background-image: url(rounded_middle.gif);
	background-repeat: repeat-y;
}
.button{
	background: transparent url(button_bg.gif) no-repeat top left;
	width: 72px;
	height: 24px;
	border: 0;
	color: #f9e9a1;
}