#navigation a {
	float: left;
	font-size: 12px !important;
	text-decoration: none;	
	vertical-align: middle;
}

.level_1_passive {
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	padding-top: 4px;
	height: 22px;
	width: 176px;
	background-color: #eee;
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
}

.level_1_active {
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	padding-top: 4px;
	height: 22px;
	width: 176px;
	background-color: #fff;
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.level_1_active_single {
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	padding-top: 4px;
	height: 22px;
	width: 176px;
	background-color: #fff;
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
}

.level_1_active_child{
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 18px;
	padding-top: 4px;
	height: 22px;
	width: 176px;
	background-color: #fff;
	border-top-color: #999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.level_2_passive {
	font-weight: normal;
	padding-left: 33px;
	height: 18px;
	width: 160px;
	background-color: #fff;
}

.level_2_active {
	font-weight: bold;
	padding-left: 33px;
	height: 18px;
	width: 160px;
	background-color: #fff;
}

.level_3_passive {
	font-weight: normal;
	padding-left: 48px;
	height: 18px;
	width: 145px;
	background-color: #fff;
}

.level_3_active {
	font-weight: bold;
	padding-left: 48px;
	height: 18px;
	width: 145px;
	background-color: #fff;
}

#navigation a:link {
	color: #999;
}

#navigation a:visited {
	color : #999;
}

#navigation a:hover {
	color : #666;
}

/*** Meta Navigation
*********************************/

#meta_navigation{
	text-transform: uppercase;
	text-align: right;
}

#meta_navigation a {
	text-decoration: none;
}

#meta_navigation a:link {
	color: #999;
}

#meta_navigation a:visited {
	color : #999;
}

#meta_navigation a:hover {
	color : #666;
}

#meta_navigation a:active {
	color : #666;
}

#meta_navigation a.on {
	text-decoration: none;
	color : #666;
}

#meta_navigation .meta_nav {
	font-size: .5em;
	display: inline;	
	padding-left: .8em;
	padding-right: .8em;
	border-right-color: #999;
	border-right-style: solid;
	border-right-width: 1px;
}

#meta_navigation .lang_nav {
	font-size: .5em;
	display: inline;	
	margin: 0px;
	padding-left: 1.2em;
	padding-right: 1.2em;
}
