* { 
	margin: 0; 
	padding: 0; 
	} 
.chromestyle {
	position:absolute;
	width: 780px;
	margin:0px 0px 0px 37px;
	}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul {
	text-align: left; 
	}

.chromestyle ul li {
	display:inline;
	z-index:10000;
	}

.chromestyle ul li a {
	margin: 0;
	text-decoration: none;
	z-index:10000;
	}

#residents {
	width: 104px;
	height: 35px;
		}
#renters {
	width: 192px;
	height: 35px;
	margin:0 0 0 -4px;
	}
#parents {
	width: 86px;
	height: 35px;
	margin:0 0 0 -4px;
	}
#corporate {
	width: 180px;
	height: 35px;
	margin:0 0 0 -4px;
	}
#news {
	width: 67px;
	height: 35px;
	margin:0 0 0 -4px;
	}
#links {
	width: 56px;
	height: 35px;
	margin:0 0 0 -4px;
	}
#calendar {
	width: 104px;
	height: 35px;
	margin:0 0 0 -4px;
	}

.chromestyle ul li a span {
	display: none;
	}

.dropmenudiv{
	position:absolute;
	border: 1px solid #98bc3b; 
	font:12px Arial;
	line-height:25px;
	background-color: #5f3f24;
	z-index:1000;
	filter:alpha(opacity=85);
		-moz-opacity:.85;
		opacity:.85;
	width: 150px;
	visibility: hidden;
}
.dropmenudiv a, 
.dropmenudiv a:visited{
	position:relative;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #98bc3b; /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #fae3ce;
	z-index:10000;
}

* html .dropmenudiv a{ /*IE only hack*/
position:relative;
	width: 100%;
	z-index:10000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #8ec9d4;
	color:#000000;
	z-index:1000;
}
