/* Navigation Stylesheet

  (c) Colin Sewell, 2008
------------------------- */

.skiplinks {display:none;}



.ImageLink, .ImageLink:hover
{
    text-decoration: none;
	border-bottom: none;
}


/* Generic Page Links
   ------------------ */

a
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 100%;
    color: #1a510b;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #1a510b;
}

a:link
{
    color: #1a510b;
}
a:visited
{
    color: #1a510b;
}
a:hover
{
    color: #55b93a;
	border-bottom: 1px solid #55b93a;
}
a:active
{
    color: #a31919;
}




/* Left Navigation Menu
   -------------------- */

#navmenu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	overflow: hidden;
}

#navmenu li
{
	float: left;
    margin: 0px;
    padding: 0px;
	list-style-type: none;
	list-style-image: none;
	overflow: hidden;
}

#navmenu a {
	float: left;

	overflow: hidden;

	height: 0px !important;	/* hide inline link text */

	padding: 36px 0 0 0;
	height /**/:36px; /* for IE5/Win only */

	font-size: 80%;
	color: #ddd;

	text-decoration: none;
	border-bottom: 0px;
}


#navmenu #nav-home {
	width: 62px;
	padding: 36px 0 0 0;
	background: url("../images/nav-home.gif") 0 0 no-repeat;
}
#navmenu #nav-home:hover {
	background: url("../images/nav-home.gif") 0 -36px no-repeat;
}


#navmenu #nav-about {
	width: 82px;
	padding: 36px 0 0 0;
	background: url("../images/nav-about.gif") 0 0px no-repeat;
}
#navmenu #nav-about:hover {
	background: url("../images/nav-about.gif") 0px -36px no-repeat;
}


#navmenu #nav-grounds {
	width: 93px;
	padding: 36px 0 0 0;
	background: url("../images/nav-grounds.gif") 0 0px no-repeat;
}
#navmenu #nav-grounds:hover {
	background: url("../images/nav-grounds.gif") 0px -36px no-repeat;
}


#navmenu #nav-planters {
	width: 77px;
	padding: 36px 0 0 0;
	background: url("../images/nav-planters.gif") 0 0px no-repeat;
}
#navmenu #nav-planters:hover {
	background: url("../images/nav-planters.gif") 0px -36px no-repeat;
}


#navmenu #nav-contact {
	width: 102px;
	padding: 36px 0 0 0;
	background: url("../images/nav-contact.gif") 0 0px no-repeat;
}
#navmenu #nav-contact:hover {
	background: url("../images/nav-contact.gif") 0px -36px no-repeat;
}


#navmenu #nav-legal {
	width: 71px;
	padding: 36px 0 0 0;
	background: url("../images/nav-legal.gif") 0 0px no-repeat;
}
#navmenu #nav-legal:hover {
	background: url("../images/nav-legal.gif") 0px -36px no-repeat;
}


/* Footer and other Links
   ------------------ */

#footer a {
    font-size: 90%;
    color: #a31919;
    text-decoration: none;
	text-align: center;
	border-bottom: 1px dotted #eee;
}
#footer a:link {
    color: #eee;
}
#footer a:visited {
    color: #eee;
}
#footer a:hover {
    color: #a2f38c;
	border-bottom: 1px solid #a2f38c;
}
#footer:active
{
    color: #eee;
}


.DesignCreditsLink
{
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size: 100%;
    font-weight: normal;
    color: #eee;
    text-decoration: none;
	border-bottom: 1px dotted #eee;
}
.DesignCreditsLink:link, .DesignCreditsLink:visited
{
    color: #eee;
}
.DesignCreditsLink:hover
{
    color: #a2f38c;
	border-bottom: 2px solid #a2f38c;
}

