/* Nav */

#sidenav ul {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 88%;
	list-style-type: none;
}
#sidenav ul ul {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style-type: none;
	border-top: none;
}
#sidenav li {
	margin: 0;
}
#sidenav a {
	display: block;
	color: #002B65;
	padding: 3px 5px 4px 20px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
}
#sidenav a:hover, #sidenav a:focus {
	color: #2CA847;   /**************************************** this is division colour */
	text-decoration: none;
	font-weight: bold;
}
#sidenav li li a  {
	color: #2CA847;   /**************************************** this is division colour */
	padding: 3px 5px 4px 30px;
	text-decoration: none;
	font-weight: normal;
	background: none !important;
}
#sidenav li li a.nav_ov {
	background: url(../images/generic/page_mark_sub.gif) 20px top no-repeat !important;
	font-weight: bold;
}

#sidenav li li a.dev,
#sidenav li li p {
	padding: 3px 5px 4px 20px;
	font-weight: bold;
	color: #002B65 !important;
}


/* Nav page marker */

#sidenav li a.nav_ov {
	color: #2CA847;   /**************************************** this is division colour */
	background: url(../images/generic/page_mark.gif) no-repeat;
}


/* Sub nav */

#subnav {
	color: #000000;
	text-align: left;
	font-size: 70%;
	z-index: 900;
	margin: 14px 19px 10px 20px;
	border-top: 1px solid #CCCCCC;
	padding: 0;
}

#subnav li {
	display: inline;
	list-style-type: none;
	background-image: none;
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav a {
	text-decoration: none;
	color: #002B65;
	padding: 6px 15px 7px 15px;
	font-size: 88%;
	font-weight: bold;
	float: left;
	margin-top: 2px;
}
#subnav a.top {
	background-image: url(../images/generic/arrow_up.gif) !important;
	background-position: center left !important;
	background-repeat: no-repeat;
}
#subnav a.back {
	background-image: url(../images/generic/arrow_left.gif) !important;
	background-position: center left !important;
	background-repeat: no-repeat;
}

#subnav a:hover, #subnav a:active, #subnav a:focus,
#subnav2 a:hover, #subnav2 a:active, #subnav2 a:focus {
	color: #2CA847;   /**************************************** this is division colour */
	text-decoration: none;
	font-weight: bold;
}
