/* CSS Document */

div#svcs {
	position: relative;
	top: 0;
	left: -46px;
	margin: 0;
	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

ul#lev1 {
	position: relative;
	top: 0;
	left: 0;
	width: 21em;
	margin-top: -1em;
}

div#svcs>ul#lev1 {
	left: 0;
	margin: 0;
	font-weight: bold;
}

div#svcs li {
	font-weight: bold;
	color: #999999;
	list-style: none;
}

div#svcs li:hover {
	color: #000000;
}

div#svcs a {
	display: block;
	padding: 0 0.5em 0 0.5em;
	text-decoration: none;
	color: #999999;
	cursor: default;
}

div#content>div#svcs a {
	padding: 3px 0.5em 3px 0.5em;
}

/* div#svcs a:hover { */
/* 	color: #000000; */
/* } */

div#svcs>ul {
	margin: 0 0 0 116px;
}

div#svcs ul li ul {
/* 	margin: 2px 0 0 0; */
	position: relative;
	left: 0;
	width: 23em;
	}
	
/* div#gen>div#svcs ul li ul { */
/* 	margin: 0; */
/* 	} */
	
div#svcs ul li ul li {
	width: 100%;
	border: 0;
	}

div#svcs ul li ul {
	display: none;
}

div#svcs ul li:hover ul {
	display: block;
	font-weight: bold;
	color: #000000;
}
