
#nav ul {
	margin: 0 auto;
	position: relative;
	width: 890px;
	overflow: hidden;
}
#nav.subnav ul {
	padding-bottom: 26px;
}
#nav li {
	float: left;
	list-style: none;
	background: none;
	padding-left: 0px;
	min-height: 26px;
}

#nav li a {
	color: #fff;
	display: block;
	float: left;
	min-height: 26px;
	line-height: 1.6em;
	font-size: 1.2em;
	padding: 0px 9px;
	cursor: pointer;
	text-decoration: none;
	background: url(nav-border.gif) no-repeat left 0px;
}

#nav li a:hover {
	color: #262626;
	background: #fffbe8 url(nav-border.gif) no-repeat left 0px;
}

#nav li a:focus, 
#nav li a:active{
	color: #fff;
	outline: none;
	background-color: #336;
}

#nav li.nav-home  {
	background: url(nav-border.gif) no-repeat right 0px;
}

#nav .nav-selected a {
	color: #262626;
	background: #fffbe8 url(nav-border.gif) no-repeat left 0px;
}

#nav .nav-selected a:hover {
	color: #262626;
}

#nav ul li.section2 {
	background: #204f1a url(nav-bg2.gif) repeat-x left top;
}

#nav ul li.section3 {
	background: #112a0e url(nav-bg3.gif) repeat-x left top;
}

#nav ul li ul {
	position: absolute;
	xtop: 26px;
	bottom: -26px;
	left: 0px;
	width: 890px;
	padding-bottom: 0px;
	background: none;
	min-height: 26px; /*ie6 fix */
}
#nav ul li.nav-selected ul li a {
	background: url(sub-nav-border.gif) no-repeat right 4px;
}
#nav ul li.nav-selected ul li.nav-selected a{
	text-decoration: underline;
}
#nav ul li.nav-selected ul li .sub-nav-last {
	background: none;
}
#nav ul li.nav-selected ul li a:hover {
	background: url(sub-nav-border.gif) no-repeat right 4px;
	text-decoration: underline;
}
#nav ul li.nav-selected ul li a:focus, 
#nav ul li.nav-selected ul li a:active{
	color: #fff;
	outline: none;
	background: #336;
}
#header-nav {
	float: right;
	margin-top: 6px;
	width: auto;
	padding-left: 5px;
	background: #efead3 url(top-nav-bg-left.gif) no-repeat left bottom;
}

#header-nav li {
	float: left;
	list-style: none;
	background: none;
	padding: 6px 0px;
	line-height: 1em;
}

#header-nav li.last-header-nav-item{
	padding-right: 5px;
	min-height: 1.2em; /* ie6 and ie7 fix */
	background: url(top-nav-bg-right.gif) no-repeat right bottom;
}
#header-nav li.last-header-nav-item a{
	border-right: none;
}

#header-nav li.nav-selected a{
	text-decoration: underline;
}

#header-nav li a {
	display: block;
	float: left;
	color: #595143;
	font: 1em Verdana, sans-serif;
	text-decoration: none;
	padding: 0px 5px;
	border-right: 1px solid #686868;
}
#header-nav li a:hover {
	text-decoration: underline;
}
#header-nav li a:focus, 
#header-nav li a:active{
	color: #fff;
	outline: none;
	background-color: #2b8006;
}
/* summerswing styles */
/* Links Module style
====================================*/

#links-module {
	/* ie6 fix */
}

#links-module p {
	border-bottom: 1px solid #e7e7de;
	border-left: 1px solid #e7e7de;
	border-right: 1px solid #e7e7de;
}
#links-module ul {
	border-top: 1px solid #e7e7de;
}
#links-module ul li {
	background: none;
	padding-left: 0px;
	border-bottom: 1px solid #e7e7de;
	border-left: 1px solid #e7e7de;
	border-right: 1px solid #e7e7de;
}
#links-module ul li a{
	padding: 0px 10px;
	display: block;
	background: #f8f7ee;
	color: #2B8006;
	line-height: 1.8em;
}
#links-module ul li a:hover{
	background: #549534;
	text-decoration: none;
	color: #fff;
}
#links-module ul li a:active,
#links-module ul li a:focus{
	background: #549534;
	text-decoration: none;
	color: #fff;
}
#links-module ul li a.nav-selected{
	background: #549534;
	text-decoration: none;
	color: #fff;
}
#links-module ul li ul  {
	margin-bottom: 0px;
	border-top: 0px;
}
#links-module ul li ul li  {
	background: #ccc;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-top: 1px solid #e7e7de;
}
#links-module ul li ul li a  {
	padding: 0px 5px 0px 19px;
	background: #fff url(/kew/assets/links-mod-bg.gif) no-repeat 10px 7px;
}
#links-module ul li ul li a:hover{
	background: #fff url(/kew/assets/links-mod-bg.gif) no-repeat 10px 7px;
	text-decoration: underline;
	color: #2B8006;
}
#links-module ul li ul li a:active,
#links-module ul li ul li a:focus{
	background: #549534;
	text-decoration: none;
	color: #fff;
}
#links-module ul li ul li a.nav-selected:hover{
	background: #549534 url(/kew/assets/links-mod-bg2.gif) no-repeat 10px 7px;
	text-decoration: none;
	color: #fff;
}
#links-module ul li ul li ul {
	background-color: #fff;
}
#links-module ul li ul li ul li a{
	padding: 0px 5px 0px 30px;
	background: #fff url(/kew/assets/links-mod-bg.gif) no-repeat 20px 7px;
}
#links-module ul li ul li ul li a:hover{
	background: #fff url(/kew/assets/links-mod-bg.gif) no-repeat 20px 7px;
	text-decoration: underline;
	color: #2B8006;
}
#links-module ul li ul li ul li a:active,
#links-module ul li ul li ul li a:focus{
	background: #549534;
	text-decoration: none;
	color: #fff;
}
#links-module ul li ul li a.nav-selected {
	background: #549534 url(/kew/assets/links-mod-bg2.gif) no-repeat 10px 7px;
	text-decoration: none;
	color: #fff;
}
#links-module ul li ul li a.nav-selected:hover {
	background: #549534 url(/kew/assets/links-mod-bg2.gif) no-repeat 10px 7px;
}
#links-module ul li ul li ul li a.nav-selected {
	background: #549534 url(/kew/assets/links-mod-bg2.gif) no-repeat 20px 7px;
	text-decoration: none;
	color: #fff;
}
#links-module ul li ul li ul li a.nav-selected:hover {
	background: #549534 url(/kew/assets/links-mod-bg2.gif) no-repeat 20px 7px;
}
p.small-p {font-size:0.9em;}

/* Your Kew Module style
====================================*/
/* end of summerswing styles */