#body_home #nav_home a,
#body_cis133 #nav_cis133 a,
#body_cis233 #nav_cis233 a,
#body_cis159 #nav_cis159 a,
#body_cis105 #nav_cis105 a,
{
background: #beb06f;
color: #1a1303;
font-weight: bold;
}
#nav {
	background-color: #6f6146;
	margin: 0px;
	padding: 0px;
	width: 404px; /*for horizontal nav*/
	list-style-type: none;
	float: left;
	
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.7em;
	border-right: 1px solid #fff;
	width: 100px;
	text-align: center;
		}
#nav #nav_cis105 a {
	border: none;
}

#nav a:hover {
background: #4f4532;
}
div.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
}
