.navcontainer
{
	line-height: 5px;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	height: 2.2em;
}

.navcontainer LI
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	height: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.navcontainer A
{
	color: #3399cc;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 2px 10px;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.navcontainer A:hover, .navcontainer A:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #3399CC;
}

.navcontainer A.active:link, .navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}


body#index a#indexnav,
body#penthouse a#penthousenav,
body#view a#viewnav,
body#location a#locationnav,
body#more a#morenav,
body#floorplan a#floorplannav
{
          	color: #FFFFFF;
	background-color: #3399cc;
}
