
#menu_manager {
	position: relative;
	z-index: 100;
	width: 135px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	float: left;
}

#menu_manager dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_manager dt {
	cursor: pointer;
	font-size: 0.9em;
	background-repeat: repeat-x;
	color: #10234d;
	height: auto;
	line-height: 20px;
	margin: 2px 0;
	border: 1px solid #1f4397;
	text-align: center;
	font-weight: bold;
	background-color: #82C2FF;
}

#menu_manager dt a {
	color: #10234d;
	text-decoration: none;
	display: block;
}

#menu_manager dt a:hover {
	color: #D2E9FF;
	text-decoration: none;
}

#menu_manager dd {
	position: absolute;
	z-index: 100;
	left: 135px;
	margin-top: -22px;
	margin-top: -24px !ie; /*Special IE 7 et - */
	width: 300px;
	padding-left: 2px;
	background: #B2DAFF;
	background-repeat: repeat-y;
	border-top: 1px solid #1f4397;
	border-right: 1px solid #1f4397;
	border-bottom: 1px solid #1f4397;
	opacity: 0.95;
	filter: alpha(opacity:95);
	-khtml-opacity: 0.95;
	-moz-opacity: 0.95;
}

#menu_manager ul {
	padding: 2px;
}
#menu_manager li {
	text-align: left;
	font-size: 9pt;
	height: auto;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
}
#menu_manager li a {
	color: #1F4397;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

#menu_manager li a:hover {
	background: #EAF5FF;
	text-decoration: none;
}


