/* left menu */
#leftmenu_1_hover {
	position: absolute;
	left: 205px;
	top: 169px;
	display: none;
}
#leftmenu_2_hover {
	position: absolute;
	left: 205px;
	top: 192px;
	display: none;
}
#leftmenu_3_hover {
	position: absolute;
	left: 205px;
	top: 214px;
	display: none;
}
#leftmenu_4_hover {
	position: absolute;
	left: 205px;
	top: 237px;
	display: none;
}
#leftmenu_5_hover {
	position: absolute;
	left: 205px;
	top: 259px;
	display: none;
}
#leftmenu_6_hover {
	position: absolute;
	left: 205px;
	top: 280px;
	display: none;
}
#leftmenu_7_hover {
	position: absolute;
	left: 205px;
	top: 302px;
	display: none;
}
#leftmenu_8_hover {
	position: absolute;
	left: 205px;
	top: 324px;
	display: none;
}

/* hover plate */
.table_leftmenu_hover {
	width: 740px;
}
.td_leftmenu_hover_tl {
	width: 1px;
}
.td_leftmenu_hover_top {
	width: 100%;
	background-image:url("/img/leftmenu_hover_top_bgd.png");
    background-position: top left;
    background-repeat: repeat-x;
}
.td_leftmenu_hover_tr {
	width: 1px;
}
.td_leftmenu_hover_left {
	width: 1px;
	background-image:url("/img/leftmenu_hover_left_bgd.png");
    background-position: top left;
    background-repeat: repeat-y;
}
.td_leftmenu_hover_content {
	width: 100%;
	background-image:url("/img/leftmenu_hover_content_bgd.png");
    background-position: top left;
    background-repeat: repeat;
}
.td_leftmenu_hover_right {
	width: 1px;
	background-image:url("/img/leftmenu_hover_right_bgd.png");
    background-position: top left;
    background-repeat: repeat-y;
}
.td_leftmenu_hover_bl {
	width: 1px;
}
.td_leftmenu_hover_bottom {
	width: 100%;
	background-image:url("/img/leftmenu_hover_bottom_bgd.png");
    background-position: top left;
    background-repeat: repeat-x;
}
.td_leftmenu_hover_br {
	width: 1px;
}

.table_leftmenu_hover_title {
	width: 100%;
}
.td_leftmenu_hover_title_tl {
	width: 1px;
}
.td_leftmenu_hover_title_content {
	background-color: #9dd6ea;
	color: #212121;
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	vertical-align: middle;
	width: 33%
}
.td_leftmenu_hover_title_tr {
	width: 1px;
}
.td_leftmenu_hover_content_elements {
	color: #0669b2;
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
	line-height: 21px;
	width: 30%;
	vertical-align: top;
}
.td_leftmenu_hover_content_elements_divider {
	border-left: 1px solid #a0d8eb;
	width: 3%;
}
.td_leftmenu_hover_content_elements_divider_transparent {
	width: 3%;
}
.td_leftmenu_hover_content_elements a:link, .td_leftmenu_hover_content_elements a:visited {
	color: #0669b2;
    text-decoration: none;
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
}
.td_leftmenu_hover_content_elements a:hover, .td_leftmenu_hover_content_elements a:active {
	color: #ed1c24;
    text-decoration: underline;
	font-family: Verdana, Tahoma, Arial;
	font-size: 13px;
}

