/*  ---------- Top Navigation ----------   */
#nav {padding-top:0px;margin-top:0px;
	list-style: none;
	width: 790px;
	position: relative;
	height:24px;
}
#nav a {
	padding: 7px 0px 7px 0px;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	background:url(img/menu_grey.gif) repeat-x;
	border: solid #fff;
	border-width: 3px 0 3px 2px;
	display: block;
}
#nav a:hover, #nav a.active {
	background:url(img/menu_red.gif) repeat-x;
}
.container {
	width:100%;
}
#nav li {
	position:relative;
	float:left;
	width:120px;
	border-right:1px solid #FFF;
}


#tenant_side a, #info_side a 
{
	font-weight:bold;
	font-size:12px;
	
	text-decoration: none;
	color: #801f1b;
	
	}

#tenant_side a.active, #info_side a.active {
  color: #000;
  font-weight: bold;
}

#tenant_side a:hover, #info_side a:hover {
  text-decoration:underline;
}
