/**
 * EGOTEC Left Menü
 * @author henning <leutz@egotec.com>
 */

#left_menu {
	float			: left;
	position		: relative;
	top				: 40px;
	left			: -10px;
	margin-right	: 20px;
	width			: 15%;
	z-index			: 10;
}

.menu_title {
	background-image	: url('images/menu_title.gif');
	background-position	: right;
	background-repeat	: repeat-y;
	height				: 23px;
	background-color	: #7ea473;
}

.menu_p {
	display		: block;
	position	: relative;
	width		: 150px;
	margin		: 2px 0 0 0;
}

.menu_p2 {
	display		: block;
}

.menu_p a, #popup .mt_title {
	text-decoration	: none;
	display			: block;
	padding			: 4px;
	margin			: 2px;
	color			: #fff !important;
	font-weight		: bold;
	font-size		: 11px;
	padding-left	: 10px;
}

* html .menu_p ul a {
	position	: relative;
	top	: -4px;
}
	
.menu_p2_link,
.menu_p2_link:link,
.menu_p2_link:visited,
.menu_p2_link:active {
	text-decoration	: none;
	display			: block;
	color			: #000 !important;
	font-weight		: normal;
	font-size		: 10px;
	border			: 1px solid #eaf1e9;
}

.menu_p2_link:hover {
	text-decoration	: none;
	display			: block;
	color			: #000 !important;
	font-weight		: normal;
	border			: 1px solid #174417 !important;
	background-color: #8BB98B !important;
	z-index			: 15;
}

.menu_p2_link_active:link,
.menu_p2_link_active:visited,
.menu_p2_link_active:active,
.menu_p2_link_active:hover {
	text-decoration	: none;
	display			: block;
	color			: #000 !important;
	font-weight		: normal;
	font-size		: 10px;
	padding-left	: 0px;
	border			: 1px solid #174417 !important;
	background-color: #8BB98B !important;
}

.m_image {
	position	: absolute;
	right		: -2px;
	top			: 0px;
	cursor		: pointer;
}
