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

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

.left_menu {
	list-style-type: none;
	margin: 0px; 
	padding: 0px;
}
		
.left_menu li {
	list-style-type: none;
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
	/*border-bottom: 1px solid #000;*/
}

.left_menu_header {
	margin: 10px 10px 15px 0px;
	padding: 0px;
	font-size: 1.8em;
	line-height: 1em;
}
.left_menu_header a:Link {
	text-decoration: none;
	color:#333333;
} 
.left_menu_header a:Visited {
	text-decoration: none;
	color:#333333;
} 
.left_menu_header a:Hover {
	text-decoration: underline;
	color:#333333;
}

.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;*/
		box-shadow:0px 10px 10px #ccc;
}

.left_menu_1 a {
	display: block;
	padding: 3px 5px 3px 0px;
	text-decoration: none;
	font-size: 0.9em;
	color: #000;
	width: auto;
	/*background: url(/template/images/bg_menu_1.gif) no-repeat 10px center;*/
}

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

.left_menu_1 a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #FF992B;
	-webkit-transition: background 0.2s ease-in-out 0s;
	-moz-transition: background 0.2s ease-in-out 0s;
	-o-transition: background 0.2s ease-in-out 0s;
	transition: background 0.2s ease-in-out 0s;
}
.left_menu_1 a:visited {
	text-decoration: none;
	color: #000;
}

.left_menu_2 a {
	display: block;
	padding: 5px 5px 5px 20px;
	text-decoration: none;
	font-size: 0.9em;
	color: #000000;
	width: auto;
	background: url(/template/images/bg_menu_2.gif) no-repeat 10px center;
	background-color: #FFF;
	border-left: 1px solid #FF992B;
	border-right: 1px solid #FF992B;
}

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_2_first {
	background: url(/template/images/bg_left_menu_2_first.png) no-repeat bottom left;
	height: 20px;
}
.left_menu_2_last {
	border-left: 1px solid #FF992B;
	border-right: 1px solid #FF992B;
	border-bottom: 1px solid #FF992B;
	background: none;
	margin-bottom: 15px !important;
}

.left_menu_3 a {
	display: block;
	padding: 5px 5px 5px 30px;
	text-decoration: none;
	font-size: 0.8em;
	color: #000000;
	width: auto;
	background: url(/template/images/bg_menu_2.gif) no-repeat 20px center;
	background-color: #FFF;
	border-left: 1px solid #FF992B;
	border-right: 1px solid #FF992B;
}

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;
}
/* selsected */
.left_menu_1_sel {

}
.left_menu_2_sel {
	background: url(/template/images/bg_menu_2_s.gif) no-repeat 200px 250px;
}

.left_menu_3_sel {
	background: url(/template/images/bg_menu_2_s.gif) no-repeat 200px 250px;
}

.left_menu_1_sel a {
	display: block;
	padding: 8px 5px 8px 0px;
	text-decoration: none;
	color: #FF992B;
	width: auto;
	font-weight: bold;
}

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

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

.left_menu_2_sel a {
	display: block;
	padding: 5px 5px 5px 20px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: auto;
	background: #FFF url(/template/images/bg_menu_2.gif) no-repeat 10px center;
	border-left: 1px solid #FF992B;
	border-right: 1px solid #FF992B;
}

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

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

.left_menu_3_sel a {
	display: block;
	padding: 5px 5px 5px 30px;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	width: auto;
	background: #FFF url(/template/images/bg_menu_2.gif) no-repeat 20px center;
	border-left: 1px solid #FF992B;
	border-right: 1px solid #FF992B;
}

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

.left_menu_3_sel a:hover {
	text-decoration: underline;
	color: #000000;
}
.left_menu_3_sel a:visited {
	text-decoration: none;
	color: #000000;
}
/*  INFO MENU -----------------------------------------------------------------------------------------  */

.info_menu_box {
	width: 200px;
	margin: 0px 0px 10px 0px;
}

.info_menu_header {
	padding: 0px 0px 20px 0px;
	font-size: 14px;
}

.info_menu {
	list-style-type: none;
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	border: none;
	background-color: #FEDCC6;
}
		
.info_menu li {
	list-style-type: none;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	background-color: #FEDCC6;
}

.info_menu .left_menu_header {
	padding: 5px 0px 15px 25px;
	font-size: 14px;
	font-weight: bold;
	color: #E2E9A3;
	/* background: url(/template/images/bg_left_menu_header.gif) no-repeat left top; */
}

/* level 1 */
.info_menu_1 {
 	background: url(/template/images/bg_info_menu_1_o.gif) no-repeat 200px 250px;
}
.info_menu_1 a {
	display: block;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	color: #333333;
	width: auto;
	background: url(/template/images/bg_info_menu_1.gif) no-repeat 5px center;
}
html>body .info_menu_1 a:link {
	width: auto;
}

.info_menu_1 a:visited {
	text-decoration: none;
	color: #333333;
}
.info_menu_1 a:hover {
	text-decoration: underline;
	color: #333333;
	background: url(/template/images/bg_info_menu_1_o.gif) no-repeat 5px center;
}
.info_menu_1_sel {
	background: url(/template/images/bg_info_menu_1_s.gif) no-repeat 200px 250px;
}
.info_menu_1_sel a {
	display: block;
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	width: auto;
	background: url(/template/images/bg_info_menu_1_s.gif) no-repeat 5px center;
}
html>body .info_menu_1_sel a:link {
	width: auto;
}
.info_menu_1_sel a:visited {
	text-decoration: none;
	color: #333333;
}
.info_menu_1_sel a:hover {
	text-decoration: underline;
	color: #333333;
	background: url(/template/images/bg_info_menu_1_s.gif) no-repeat 5px center;
}

/* level 2 */
.info_menu_2 {

}
.info_menu_2 a {
	display: block;
	padding: 2px 5px 2px 40px;
	text-decoration: none;
	color: #333333;
	width: auto;
}
html>body .info_menu_2 a:link {
	width: auto;
}
.info_menu_2 a:visited {
	text-decoration: none;
	color: #333333;
}
.info_menu_2 a:hover {
	text-decoration: underline;
	color: #0095D9;
}
.info_menu_2_sel {
}
.info_menu_2_sel a {
	display: block;
	padding: 2px 5px 2px 10px;
	text-decoration: underline;
	font-weight: bold;
	color: #0095D9;
	width: auto;
}
html>body .info_menu_2_sel a:link {
	width: auto;
}
.info_menu_2_sel a:visited {
	text-decoration: underline;
	color: #0095D9;
}
.info_menu_2_sel a:hover {
	text-decoration: none;
	color: #0095D9;
}

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





















#nav{position:relative; margin:40px; background:#eee; padding:0; font-size:21px; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:2px 2px 3px #ccc; -webkit-box-shadow:2px 2px 3px #ccc; box-shadow:2px 2px 3px #ccc;}
#nav .clear{clear:both;}
#nav ul{padding:0 0 0 5px; margin:0; list-style:none;}
#nav li{float:left; margin:5px 10px 5px 0; background:#eee; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#nav li a{text-decoration:none; color:#9e0039; display:block; padding:10px 15px;}











#slasc {
	width: 100%;

	background: rgba(255,255,255,1);
	padding: 20px;
	position: absolute;
	z-index: 9000;
	top: 210px;
	left: 0px;
	border-top: 3px solid #F90;
	border-bottom: 3px solid #F90;
	display: none;
}

#slasc ul {	list-style-type: none;}

#slasc ul li {	
	list-style-type: none; 
	float: left; 
	width: 360px;
	margin: 5px 30px 0px 0px;
	font-size: 0.8em;
	}
#slasc ul li .img { float: left; width: 40px; height: 40px;}
#slasc ul li .txt { float: left; width: 310px; height: 40px; margin-left: 10px;}

#slasc ul li a { color: #000; text-transform:uppercase; text-decoration: none;}

