/* -------------------------------------------------------------------------- */
/* Frame */
/* -------------------------------------------------------------------------- */
#header,
#header table {
	z-index: 20;
	left: 0px; top: 0px;
	width: 100%;
}

/* ========================================================================== */
/* -------------------------------------------------------------------------- */
/* Frame */
/* -------------------------------------------------------------------------- */
#menu {
	z-index: 20;
	left: 0px; top: 0px;
	width: 100%;
}

/* ========================================================================== */
/* -------------------------------------------------------------------------- */
/* Menu */
/* -------------------------------------------------------------------------- */
.menu_left,
.menu_right {
	font-family: "Arial", sans-serif;
	font-size: 13px;
}
#menu table {
	border: 0px;
/*	width: 100%;*/
	border-collapse: collapse;
}
#menu td {
	padding: 0px;
	vertical-align: top;
}
/* -------------------------------------------------------------------------- */
.menu_left {
	background-image: url('/pics/design/menu_l.gif');
	background-repeat: repeat-x;
	cursor: pointer;
}
.menu_left a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	margin: 8px 10px 0px 10px;
}
.menu_left a:visited,
.menu_left a:hover {
	color: #000000;
	text-decoration: none;
}
#menu #selected {
	cursor: default;
}
#menu #selected a {
	color: #5682BE;
	cursor: default;
}
.menu_right {
	background-image: url('/pics/design/menu_r.gif');
	cursor: pointer;
}
.menu_right a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	display: block;
	margin: 8px 10px 0px 10px;
}
.menu_right a:visited,
.menu_right a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.menu_info {
	background-image: url('/pics/design/menu_r.gif');
	cursor: default;
}
.menu_info div {
	color: #FFFFFF;
	font-weight: normal;
	white-space: nowrap;
	margin: 8px 10px 0px 10px;
}
