/* -------------------- LEFT MENU -------------------------------- */

.left_menu_box {
	padding: 0px;
	margin: 0px;
}

.left_menu {
	list-style-type: none;
	margin: 0px 0px 10px 0px; 
	padding: 0px;
}
		
.left_menu li {
	list-style-type: none;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}

.left_menu_header {
	margin: 0px 0px 15px 0px;
	padding: 5px 10px 5px 10px;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	background: #000;

}
.left_menu_header a:Link {
	text-decoration: none;
	color:#FFF;
} 
.left_menu_header a:Visited {
	text-decoration: none;
	color:#FFF;
} 
.left_menu_header a:Hover {
	text-decoration: underline;
	color:#FFF;
}

.left_menu_1 {
	/*background: url(/template/images/bg_menu_1.gif) no-repeat 200px 250px;*/
}
.left_menu_2 {
	/*background: url(/template/images/bg_menu_1.gif) no-repeat 200px 250px;*/
}
.left_menu_3 {
	/*background: url(/template/images/bg_menu_1.gif) no-repeat 200px 250px;*/
}

.left_menu_1 a {
	display: block;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	font-size: 16px;
	color: #000;
	width: auto;
	border-bottom: 1px dotted #AAA;
}

html>body .left_menu_1 a:link {
	width: auto;
}

.left_menu_1 a:hover {
	text-decoration: none;
	color: #666;
	background-color: #F2F2F2;
}
.left_menu_1 a:visited {
	text-decoration: none;
	color: #000;
}

.left_menu_2 a {
	display: block;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	width: auto;
	background: url(/template/images/bg_menu_2.gif) no-repeat 20px center;
}

html>body .left_menu_2 a:link {
	width: auto;
}

.left_menu_2 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #DEDEDE;
}
.left_menu_2 a:visited {
	text-decoration: none;
	color: #000000;
}

.left_menu_3 a {
	display: block;
	padding: 5px 5px 5px 50px;
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	width: auto;
	background: url(/template/images/bg_menu_2.gif) no-repeat 40px center;
}

html>body .left_menu_3 a:link {
	width: auto;
}

.left_menu_3 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #DEDEDE;
}
.left_menu_3 a:visited {
	text-decoration: none;
	color: #000000;
}

.left_menu_1_sel a {
	display: block;
	padding: 8px 10px 8px 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	width: auto;
	background-color: #00ABEC;
	/*background: url(/template/images/bg_menu_1_s.gif) no-repeat top left;*/
}

html>body .left_menu_1_sel a:link {
	width: auto;
}

.left_menu_1_sel a:hover {
	text-decoration: none;
	color: #FFF;
	/*background: url(/template/images/bg_menu_1_s.gif) no-repeat top left;*/
}
.left_menu_1_sel a:visited {
	text-decoration: none;
	color: #FFF;
}

.left_menu_2_sel a {
	display: block;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	font-weight: bold;
	color: #0094DA;
	width: auto;
	background: url(/template/images/bg_menu_2.gif) no-repeat 20px center;
}

html>body .left_menu_2_sel a:link {
	width: auto;
}

.left_menu_2_sel a:hover {
	text-decoration: underline;
	color: #0094DA;
}
.left_menu_2_sel a:visited {
	text-decoration: none;
	color: #0094DA;
}


.left_menu_3_sel a {
	display: block;
	padding: 5px 5px 5px 50px;
	text-decoration: none;
	font-weight: bold;
	color: #0094DA;
	width: auto;
	background: url(/template/images/bg_menu_2.gif) no-repeat 40px center;
}

html>body .left_menu_3_sel a:link {
	width: auto;
}

.left_menu_3_sel a:hover {
	text-decoration: underline;
	color: #0094DA;
}
.left_menu_3_sel a:visited {
	text-decoration: none;
	color: #0094DA;
}

/* MENU SEPARATOR */
.menu_sep {
	padding: 0px;
	/*background: url(/template/images/menu_sep.gif) no-repeat left center;*/
}