/*NAV*/
.nav2bar {
	color:#95abce;
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding:5px 0px 5px 15px;
	cursor: pointer;
	position: relative;
	}
.nav2barhover {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	padding:5px 0px 5px 15px;
	background-color:#95abce;
	color:#ffffff;
	text-decoration:none;
	cursor: pointer;
	position: relative;
	}
.sbsubmenu {
	background-color:#ffffff;
	border-style:solid;
	border-color:#95abce;
	border-width:1px 1px 1px 1px;
	padding:0px;
	margin:0px;
	top: 0px;
	left: 210px;
	visibility: hidden;
	position: absolute;
        }
.sbsubmenubar {
	color:#666666;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	border-style:none;
	border-color:#000000;
	border-width:0px;
	padding:5px 5px 5px 10px;
	margin:0px;
	white-space: nowrap;
	cursor: pointer;
	position: relative;
        }
.sbsubmenubarhover {
	color:#666666;
	text-decoration:none;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	border-style:none;
	border-color:#000000;
	border-width:0px;
	padding:5px 5px 5px 10px;
	margin:0px;
	background-image: url(http://mariettachamber.com/lib/templates/shared/menuitem_fade.jpg);
	white-space: nowrap;
	cursor: pointer;
	position: relative;
		}
