@charset "utf-8";
/* CSS Document */

#menutop {
	font-size: 14px;
font-family: 'Arial', sans-serif;
	background-color: #777777;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: white;
	padding-left: 20px;
}

#menutop a {
	padding-right: 10px;
	padding-left: 10px;
	padding-top:5px;
	text-decoration: none;
}


.tm_normal {
	float: left;
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
}
.tm_normal a:visited, .tm_normal a:link {
	color: #DDDDDD;
	display: block;
}

.tm_normal a:hover {
	background-color: #7D9CAF;
	display: block;
	height: 26px;
	color: black;
}

.tm_active {
	float: left;
	background-color:#7D9CAF;
	height: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.tm_active a:visited, .tm_active a:link {
	color: black;
	display: block;
}

/* ***************************************** */
/* LEFT MENU */
/* ***************************************** */

#menuleft {
	position: absolute;
	left: 0px;
	top: 250px;
	background-color: #FFEED5;
}
#menuleft ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	padding-left: 5px;
}

.mlevel1 a:link, .mlevel1 a:visited {
	color:#333;
	text-decoration: none;
	font-size: 12px;
	display:block;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom:2px;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f90;
}

.mlevel1 a:hover{
	color: #E68A00;
}
.mlevel1_active a:link, .mlevel1_active a:visited {
	color:#E68A00;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display:block;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom:2px;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f90;	
}

.mlevel2 a:link, .mlevel2 a:visited {
	color:#333;
	text-decoration: none;
	font-size: 12px;
	display:block;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom:2px;	
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f90;
}

.mlevel2 a:hover{
	color: #E68A00;
}
.mlevel2_active a:link, .mlevel2_active a:visited {
	color:#E68A00;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display:block;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-bottom:2px;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f90;	
}



/* ::::: CATMENU ::::: */

.news-catmenu{
  padding: 0px;
  	position:absolute;
	left: 0px;
	top: 350px;
	width: 170px;
}

.level1 {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f90;
	background-color: #FFEED5;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.level1 a:link, .level1 a:visited {
	color:#333;
	text-decoration: none;
	font-size: 12px;
	display:block;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom:2px;	
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f90;
	*/
}

.level1 a:hover{
	color: #E68A00;
}

.level2 {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 15px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f90;
	*/
	background-color: #FFEED5;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.level2 a:link, .level2 a:visited {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	display: block;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f90;
	*/
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.level2 a:hover{
	color: #E68A00;
}
.level2_active a:link, .level2_active a:visited {
	color:#E68A00;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	display:block;
	width: 175px;
	padding-top: 3px;
	padding-bottom: 2px;
	margin-bottom:2px;
		border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #f90;	
}