/*
** CSS styling for ul.menu in the div#navcol sidebar
*/
ul.menu {
	margin: 30px 0 15px 0; 
	padding: 0; 
	list-style: none; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 170px;
}
ul.menu li {
	border-top: 1px solid #999999;
}
ul.menu  {
	border-bottom: 1px solid #999999;
}


ul.menu .bluetext {
	color: #0000A8 !important; /*#f60 !important;*/
}
ul.menu a {
	display: block;
	width: 180px;
	color: #666;
	text-decoration: none;
	font-size: 0.85em;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
ul.menu li a.selected {
	color: #f60;
}
ul.menu li a:hover {
	color: #f60;
}

/*
** ul.menu ul.sub generic settings for all sub-level menu structures
*/
ul.menu ul.sub {
		margin: 0;
		padding: 2px 0 4px 0;
		list-style: none;
		display: none;
}
ul.menu ul.sub li {
		text-indent: 10px;
		border: none;
}
ul.menu ul.sub a {
	display: block;
	width: 170px;
	text-indent: 10px;
	border: none;
	color: #646464;
	text-decoration: none;
	font-size: 0.80em;
	padding: 1px 0 2px 0;
}
ul.menu ul.sub a.selected {
	color: #f60;
}
ul.menu ul.sub a:hover {
	color: #f60;
}

/*
** Level 3 menu structures
*/
ul.menu ul.level3 {
	padding: 0 0 4px 0;
}
ul.menu ul.level3 li {
	border: none;
}
ul.menu ul.level3 a {
	display: block;
	width: 170px; /*140px*/
	text-indent: 20px;
	border: none;
	color: #646464;
	text-decoration: none;
	padding: 1px 0 2px;
}
