/* Meny CSS */

#menu {
	background: url(../imgs/bg_menu.gif) repeat-x bottom #fff;
	padding-top: 20px;
}

#menu a {
	color: #242424;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}


#menu ul {
	padding: 0;
	margin: 0;
	padding-left: 20px;
}

#menu li {
	display: inline;
	list-style-type: none;
	float: left;
	padding: 10px 0px 10px 0px;
	margin-right: 55px;
}

#menu li.active, #menu li.dir_active {
	display: inline;
	list-style-type: none;
	float: left;
	padding: 10px 10px 10px 10px;
	margin-right: 55px;
	border-bottom: 7px solid #008752;
}

/* SUB MENU */

#sub_left a {
	color: #ea6710;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

#sub_left ul {
	padding: 0;
	margin: 0;
	background: url(../imgs/bg_right.gif) repeat-x bottom;
	padding-bottom: 20px;
}

#sub_left ul li {
	list-style-type: none;
	padding: 5px 0px 8px 20px;
	background: url(../imgs/bg_sub_li.gif) repeat-x bottom;
	width: 180px;
}

#sub_left li.active a {
	color: #242424;
}

/* SUB SUB MENU */

#sub_left ul ul {
	padding: 0;
	margin: 0;
	padding-top: 5px;
	list-style-type: none;
	background: none;
}

#sub_left ul ul li {
	background: none;
	border-bottom: 1px solid #f3f3f3;
}



#sub_left ul ul li.active {
	color: #242424;
	font-weight: bold;
}

#sub_left ul ul li a:link {
	color: #ea6710;
	font-weight: normal;
}
#sub_left ul ul li a:active {
	color: #ea6710;
	font-weight: normal;
}
#sub_left ul ul li a:visited {
	color: #ea6710;
	font-weight: normal;
}
#sub_left ul ul li a:hover {
	color: #ea6710;
	font-weight: normal;
}
