/* ============================================================
	Presentation styles
============================================================ */
/* Top-level container */
.nested_menu {
	background: #E8F0E4 url('../../images/_nested_menu/bg.jpg') center top no-repeat;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #b7c6b1;
	height: 30px;
	padding: 4px 16px 0 16px;
}

.nested_menu li {
	/* background-color: #e0e0e0; */
	color: #869c7f;
	text-align: center;
	height: 30px;
	line-height: 30px;
	vertical-align: center;
	width: 14%;
}
.nested_menu li.hover {
	background-color: #869c7f;
	color: #fff;
}
.nested_menu li + li {
	border-width: 0 0 0 1px;
	border-style: solid;
	border-color: #b7c6b1;
}

.nested_menu li a {
	text-decoration: none;
	color: #869c7f;
}

.nested_menu li.hover a.hover {
	color: #fff;
}


ul.nested_menu ul {
	background-color: #E8F0E4;
	border: 1px solid #b7c6b1;
	width: 15em;
}

ul.nested_menu ul li {
	width: 100%;
}

ul.nested_menu ul li a {
	display: block;
	padding: 0 0.5em;
	text-align: left;
}


#alumninav,
#alumninav_admin {
	background-color: white;
	border-width: 0 0 1px 1px;
	height: 25px;
	margin: 0 0 0 auto;
	padding: 0;
	width: 540px;
}

#alumninav li,
#alumninav_admin li {
	background-color: white;
	border-width: 0;
	height: 25px;
	line-height: 25px;
	width: 90px;
}
#alumninav li.hover,
#alumninav_admin li.hover {
        background-color: #869c7f;
}

#alumninav_admin {
	width: 630px;
}
