#pages {
	margin: 0;
}

#pages, #pages ul { /* all lists */
	padding: 0;

	list-style: none;
	float : left;
	width : 150px;
}

#pages li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 140px;
	border-bottom: 1px solid #002863;
	padding-top: 3px;
	padding-bottom: 3px;
}

#pages li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 140px;
	margin-top : -1.35em;
	z-index: 10;
	background-color : #8E644B;	
	width: 142px ;
}

#pages li ul li { /* second-level lists */
	border-bottom: 0;
}

#pages li ul a:hover {
	background-color: #1C3B74;
}

#pages li ul a {
	background-color : #8E644B;
}

#pages li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#pages li a {
	width: 128px;
	display : block;
	/* color : #002863; */
	color: #fdfae6;
	font-size: 13px;
	font-family: arial;
	text-decoration : none;
	/* background-color : white; 
	border : 1px solid black;*/
	padding : 0 0.5em;
}

#pages li a:hover {
	/*color : white;
	background-color : white; */
}

#pages li:hover ul ul, #pages li:hover ul ul ul, #pages li.sfhover ul ul, #pages li.sfhover ul ul ul {
	left: -999em;
}

#pages li:hover ul, #pages li li:hover ul, #pages li li li:hover ul, #pages li.sfhover ul, #pages li li.sfhover ul, #pages li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#alg {
	margin: 0;
}

#alg, #alg ul { /* all lists */
	padding: 0;

	list-style: none;
	float : left;
	width : 150px;
}

#alg li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 140px;
	border-bottom: 1px solid #002863;
	padding-top: 3px;
	padding-bottom: 3px;
}

#alg li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 140px;
	margin-top : -1.35em;
	z-index: 10;
	background-color : #8E644B;	
	width: 142px ;
}

#alg li ul li { /* second-level lists */
	border-bottom: 0;
}

#alg li ul a:hover {
	background-color: #1C3B74;
}

#alg li ul a {
	background-color : #8E644B;
}

#alg li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#alg li a {
	width: 128px;
	display : block;
	/* color : #002863; */
	color: #fdfae6;
	font-weight : normal;
	font-size: 13px;
	text-decoration : none;
	/* background-color : white; 
	border : 1px solid black;*/
	padding : 0 0.5em;
}

#alg li a:hover {
	/*color : white;
	background-color : white; */
}

#alg li:hover ul ul, #alg li:hover ul ul ul, #alg li.sfhover ul ul, #alg li.sfhover ul ul ul {
	left: -999em;
}

#alg li:hover ul, #alg li li:hover ul, #alg li li li:hover ul, #alg li.sfhover ul, #alg li li.sfhover ul, #alg li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	margin-left : 12em;
}