.navMenu {
	z-index: 1000;
	width:133px;
	color: #FFFCE1;
	border-top: 1px solid #FFFCE1;
	border-left: 1px solid #FFFCE1;
	border-right: 1px solid #FFFCE1;
	padding-top:11px;
	background: url(http://www.penterraplaza.com/images/blueBox90.png) repeat;
}
.navItem {
	width: 123px;
	border-bottom: 1px solid #FFFCE1;
	text-align: left;
	padding:5px;
}
.navItem a:active,
.navItem a:visited,
.navItem a:link {
	line-height:18px;
	font-size: 10px;
	text-decoration: none;
	color: #FFFCE1;
	font-weight:normal;
}
.navItem a:hover {
	line-height:18px;
	font-size: 10px;
	text-decoration: none;
	color: #424E55;
}
.navMenuLarge {
	z-index: 1000;
	width:262px;
	color: #FFFCE1;
	border-top: 1px solid #FFFCE1;
	border-left: 1px solid #FFFCE1;
	border-right: 1px solid #FFFCE1;
	background: url(http://www.penterraplaza.com/images/blueBox.png) repeat;
}
.navItemLarge {
	width: 252px;
	border-bottom: 1px solid #FFFCE1;
	text-align: left;
	padding:5px;
	cursor: pointer;
}
.navItemLarge a:active,
.navItemLarge a:visited,
.navItemLarge a:link {
	line-height:18px;
	font-size: 11px;
	text-decoration: none;
	color: #FFFCE1;
	font-weight:normal;
}
.navItemLarge a:hover {
	line-height:18px;
	font-size: 11px;
	text-decoration: none;
	color: #424E55;
}
