/* ---- */
/* Menu */
/* ---- */

#menu {
	position: relative;
	z-index: 100;
	height: 24px;
	margin: 0;
	background-color: black;
	padding-left:57px;
	padding-top:10px;
	color:white;
}

#menu label {
	display: block;
	float: left;
	font-family: Times New Roman;
	font-size: 116%;
	color:#EE94AD;
}

#menu #search {
	line-height: 20px;
	height: 20px;
}

#menu input.text {
	float: left;
	height: 14px;
	width: 152px;
	padding: 0;
	margin: 2px 0 0 10px;
	font-size: 85%;
}
#menu select {
	float: left;
	height: 18px;
	width: 152px;
	margin-left: 8px;
	font-size: 85%;
}

#menu .button,
#menu .link_button {
	float: left;
	margin-left: 8px;
	font-size: 85%;
}

/* menu top */

#menu_top {
	position: relative;
	z-index: 100;
	height: 37px;
	margin: 0;
	background-color: black;
	color:white;
}

/* Level 1 */ 

#menu_top ul.level_1 {
	padding-left:19px;
	position:relative;
}
#menu_top ul.level_1 li {
	float: left;
	background: transparent;
	position: relative;
	height:30px;
}
#menu_top a.level_1 {
	float: left;
	padding: 5;
	text-decoration: none;
	color: #ffffff;
	width:135px;
	padding:10px;
	text-align:center;
	border-right-style:solid;
	border-left-style:solid;
	border-width:1px;
	border-color:black;
}
#menu_top li.hover a.level_1,
#menu_top li.active a.level_1 {
	color: #000000;
	background: #dae0dc;
	border-color:black;
	border-right-style:solid;
	border-top-style:solid;
	border-left-style:solid;
	border-width:1px;
}

/* Level 2 */

#menu_top ul.level_2 {
	position: absolute;
	top: 37px;
	left: 0px;
	background-color: #dae0dc;
	visibility: hidden;
	border-color:black;
	border-right-style:solid;
	border-bottom-style:solid;
	border-left-style:solid;
	border-width:1px;
	left:-12px;

}
#menu_top ul.level_2 li {
	background: none;
	float: none;
	height:auto;
}
#menu_top a.level_2 {
	display: block;
	float: none;
	width: 135px;
	overflow: hidden;
	text-decoration: none;
	color: #000000;
	text-align:center;
	padding:10px;
	width:160px;
}
#menu_top ul.level_2 a:hover {background-color: #ffffff;}



/* menu top */

#menu_btm {
	display:inline;
	position: relative;
	z-index: 100;
	background-color: transparent;
}

/* Level 1 */ 


#menu_btm a.level_1 {
	padding: 0 6px;
	text-decoration: none;
	color: #525E56;
}
#menu_btm li.hover a.level_1,
#menu_btm li.active a.level_1 {}

