
/* MAINNAVIGATION */

div#mainNav ul {
	padding-right: 10px;
}
div#mainNav ul li {
	list-style-type: none;
	display: inline;
	padding:0;
	font-size:1em;
	font-weight: bold;
	line-height: 40px;
}
div#mainNav .aInactive {
	color: #0768a9;
	text-decoration: none;
	margin:0px;
	padding: 1.1875em 1.0833em 0.9166em 1.0833em;
	background-image: url(../img/menu_bg_norm.gif);
	background-repeat: repeat-x;
}
div#mainNav .aActive {
	color: #fff;
	margin:0px;
	padding: 1.1875em 1.0833em 0.9166em 1.0833em;
	text-decoration: none;
	background-color: #99cc33;
}
div#mainNav span {
	width: 8px;
	padding: 14px 2px 10px 0;
}
div#mainNav .firstActLeft {
	background-image: url(../img/first_act_left.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
div#mainNav .firstActRight {
	background-image: url(../img/first_act_right.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
div#mainNav .firstInactLeft {
	background-image: url(../img/first_inact_left.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
div#mainNav .mainActLeft {
	background-image: url(../img/main_act_left.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
div#mainNav .mainInactLeft {
	background-image: url(../img/main_inact_left.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
div#mainNav .mainInactRight {
	background-image: url(../img/main_inact_right.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
div#mainNav .lastActRight {
	background-image: url(../img/last_act_right.gif);
	background-repeat: no-repeat;
	background-position: center right;
}
div#mainNav .lastInactRight {
	background-image: url(../img/last_inact_right.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

/* SUBNAVIGATION */

div#coLeftNav ul {
	padding-top:20px;
	width: 210px;
	background-image:url(../img/hrline-dotted.gif);
	background-repeat:repeat-x;
	background-position: 0px 20px;
}
div#coLeftNav ul li {
	list-style-type:none;
	padding: 0;
	width: 210px;
	background-image:url(../img/hrline-dotted.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
}
div#coLeftNav ul li a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display:block;
	padding: 7px 0 7px 30px;
	background-image: url(../img/list_img.gif);
	background-repeat:no-repeat;
	background-position: 12px 8px;
}
div#coLeftNav ul li a.subActive {
	text-decoration: none;
	color: #99cc33;
}
div#coLeftNav ul li a.subCur {
	color: #99cc33;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display:block;
	padding: 7px 0 7px 30px;
	background-image: url(../img/list_img.gif);
	background-repeat:no-repeat;
	background-position: 12px 8px;
}
div#coLeftNav ul li a.subActIfSub {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display:block;
	padding: 7px 0 7px 30px;
	background-image: url(../img/list_img_act.gif);
	background-repeat:no-repeat;
	background-position: 12px 8px;
}
div#coLeftNav ul li.liAct {
	list-style-type:none;
	padding: 0;
	width: 210px;
	background-color: #f4f4f4;
	background-image:url(../img/hrline-dotted.gif);
	background-repeat:repeat-x;
	background-position: bottom left;
}
div#coLeftNav ul li a.subSub {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display:block;
	padding: 7px 0 7px 48px;
	background-image: url(../img/list_img_sub.gif);
	background-repeat:no-repeat;
	background-position: 30px 8px;
}
div#coLeftNav ul li a.subSubActive {
	color: #99cc33;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	display:block;
	padding: 7px 0 7px 48px;
	background-image: url(../img/list_img_sub.gif);
	background-repeat:no-repeat;
	background-position: 30px 8px;
}
/* FOOTERNAVIGATION */

div#footerNav a {
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}
