/*
Theme Name: CAS - Navigation
Theme Setup: Conpack GmbH
Theme URI: http://www.conpack.biz
Version: 0.2
*/



/* Navigation
------------------------------------------------------------------------- */
#navigation {
	height: 100%;
	width: 200px;
}

#navigation ul {
	list-style-type: none;
	list-style: none;
	padding: 0px;
}

#navigation .wfOuter {
	padding: 24px 0px 0px 0px;
	margin: 0px;
}

#navigation .wfLink {
	color: #483E38;
	text-decoration: none;
	text-align: left;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	text-indent: 20px;
}

#navigation .wfLink:hover {
	background-color: #999999;
#	border-right: 6px solid #20377A;
	border-right: 6px solid #409141;
	color: #ffffff;
	width: 200px;
	font-weight: bold;
}
/*
#navigation .wfLink.wfActive {
	background-color: #999999;
	border-right: 6px solid #20377A;
	color: #ffffff;
	width: 200px;
	font-weight: bold;
}
*/
#navigation .wfLink.wfActiveSelf {
	background-color: #999999;
#	border-right: 6px solid #20377A;
	border-right: 6px solid #409141;
	color: #ffffff;
	width: 200px;
	font-weight: bold;
}

#navigation .wfInner .wfLink {
	text-indent: 35px;
}

#navigation .wfInner {
	display: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

#navigation .wfActive .wfInner {
	display: block;
}

/* extra space above career */
#navigation #wfRow_7 {
	padding-top: 20px;
}

/* extra space above donwloads */
#navigation #wfRow_13{
	padding-top: 20px;
}
