/*-----------------------*/
/* darkest:#737328  darker:#999933  lighter:#cdcd9a  lightest:#e6e6cd */
/*-----------------------*/

/* title */
#services_bg_dark {
	width: 165px;
	height: 3px;
	margin: 0px;
	background-color: #737328;
}

/* news title nav */
#services_titlenav {
	width: 165;
	padding: 0 0 0 0;
	margin-bottom: 0em;
	font: bold 11px arial, helvetica, sans-serif;
	background-color: #ececec;
	color: #000;
}
	
#services_titlenav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#services_titlenav li {
		margin: 0;
		}
		
#services_titlenav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	background-color: #999933;
	color: #fff;
	text-decoration: none;
	font: bold 11px arial, helvetica, sans-serif;
	width: 100%;
}

html>body #services_titlenav li a {
		width: auto;
		}

#services_titlenav li a:hover {
		background-color: #737328;
		color: #fff;
		}

/*globalnav*/
#services_nav {
	list-style:none;
	width:100%;
	padding:0 0 0 0;
	margin:0 0 0 0;
	line-height:22px;
}

#services_nav LI {
	margin:0;
	padding:0;
	}

#services_nav A {
	display:block;
	color:#444;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	font-family:Arial, Helvetica, Sans-serif;
	background:#ececec;
	margin:0 0 0 0;
	padding:0 0 0 15px;
	height: 22px;
	border-bottom:1px solid #b2b2b2;
}

#services_nav A:hover,
#services_nav A:active,
#services_nav A.here:link,
#services_nav A.here:visited {
	background:#cdcd9a;
}


/*subnav*/

#services_nav UL {
	background:#ececec;
	margin:0;
	padding:0;
	list-style:none;
	border:0;
}

#services_nav UL LI {
	display:block;
}

#services_nav UL A {
	display:block;
	color:#555;
	background:#ececec;
	margin:0 0 0 0px;
	padding:0 0 0 30px;
	border-bottom:1px solid #b2b2b2;
}

#services_nav UL A:hover,
#services_nav UL A:active,
#services_nav UL A.here:link,
#services_nav UL A.here:visited {
	background:#e6e6cd;
}
