/*
dark green: #336d3e
light green: #72a77e

*/

#divNav {
	margin-left: 0px;
	padding: 0;
	height: 78px;
	z-index: 1000;
	overflow: hidden;
}

#nav {
	font-family: Arial, Verdana, Sans-serif;
	position: relative;
	height: 28px;
	width: 1009px;
	background: #72a77e;
	margin-top: -113px;
	padding-left: 0px;
	z-index: 1001;
}

#nav li ul, #nav li ul {
	margin: 0;
}

#nav a {
	text-decoration: none;
}

#nav li {/*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 0px;
	padding-left: 0px;
}

#nav li ul {
	display: none;
	/*width: 100%;*/
}

#nav li.off ul, #nav li.on ul {/*put the subnav below*/
	position: absolute;
	top: 28px;
	left: 0;
	background: #336d3e;
	height: 28px;
	text-align: center;
	/*
	padding-left: 250px;
	width: 759px;
	width: 100%;
	
	*/
	margin-top: 0px;
}
#about, .about {
	padding-left: 15px;
	width: 100%;
}

#directory {
	padding-left: 105px;
	width: 100%;
}
#property {
	padding-left: 765px;
	width: 100%;
}
#gallery {
	padding-left: 305px;
	width: 100%;
}

#nav li.on ul {
	background: #336d3e;
}

#nav li.on:hover ul, #nav li.over ul {/*for ie*/
	background: #336d3e;
}

#nav li a {
	color: #eee;
	display: block;
	width: 77px;
	padding: 3px 10px 3px 10px;
	line-height: 22px;
	height: 22px;
	font-size: 12px;
}

#nav li.on a {
	font-weight: bold;
	background: #336d3e;
	color: white;
}

#nav li.on ul a, #nav li.off ul a {
	font-weight: normal;
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #f90;
	width: auto;
	margin-right: 15px;
}

/*ABOVE THIS*/


#nav li.on:hover ul a, #nav li.over ul li a {/*for ie - the specificity is necessary*/
	background: #336d3e;
}

#nav li.on ul {
	display: block;
}

#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
}

#nav li.off a:hover, #nav li.on a:hover {
	color: #eee;
}

/*do the image replacement*/

#nav li span {
	position: absolute;
	left: -9384px;
}

#top a, #liArtNouveau a, #liModern a, #liPostModern a, #liDigital a {
	display: block;
	position: relative;
	height: 26px;
}

/*first, put the initial states in place*/

#top a {
	background-position: 0 0;
}

#liArtNouveau a {
	background-position: -102px 0;
}

#liModern a {
	background-position: -204px 0;
}

#liPostModern a {
	background-position: -306px 0;
}

#liDigital a {
	background-position: -408px 0;
}

/*active area - for this demo - the code could be based on a body class, and probably work better.*/

#liModern.on a {
	background-position: -204px -37px;
}
/*add selectors for the other li's and background-positions*/

/*hover states*/

#top a:hover, #top:hover a, #top.over a {
	background: #336d3e;
}

#liArtNouveau a:hover, #liArtNouveau:hover a, #liArtNouveau.over a {
	background: #336d3e;
}

#liModern a:hover, #liModern:hover a, #liModern.over a {
	background: #336d3e;
}

#liPostModern a:hover, #liPostModern:hover a, #liPostModern.over a {
	background: #336d3e;
}

#liDigital a:hover, #liDigital:hover a, #liDigital.over a {
	background: #336d3e;
}

/*subnav formatting*/

#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: #336d3e;
	color: #75927b;
	font-size: 12px;
	letter-spacing: 1px;
}

#nav li.on ul a {
	background: #336d3e;
}
#nav ul li.on a {
	color: white;
}

#nav #longer {
	width: 100px;
}