﻿/*** BEGIN Top Navigation ***/
#topnav
{
    z-index: 10;
    padding-right: 20px;
    float:right;
    width: 459px;
    height: 24px;
    margin-top:50px;
}

#MenuItemHome 
{
	background: url(images/menu/greentab.gif) no-repeat 0% 0px;
	float:right;
	top:17px;
	width:86px;
	height:24px;
	z-index:25;
}

#MenuItemFindaTrail 
{
	background: url(images/menu/greentab_120.gif) no-repeat 0% 0px;
	float:right;
	width:120px;
	height:24px;
	z-index:25;
}

#MenuConnectAndShare 
{
	background: url(images/menu/greentab_160.gif) no-repeat 0% 0px;
	float:right;
	width:160px;
	height:24px;
	z-index:25;
}

#MenuItemGrants 
{
	background: url(images/menu/greentab.gif) no-repeat 0% 0px;
	float:right;
	width:86px;
	height:24px;
	z-index:25;
}


#MenuItemHomeButton  {
	visibility: visible;
	position:relative;
	z-index: 10;
	top:6px;
	left:19px;
	width: 47px;
	height: 16px;
	background-image: url(index.html);
}

#MenuItemHomeButton a  {
   width: 47px;
   background-image: url(images/menu/HomeMenu.png);
}

#MenuItemHomeButton a 
{
   background-repeat : no-repeat;
   display: block;
   height: 16px;
   background-position: 0% 0px;
   font-size: 6px;
   line-height: 6px;
}

#MenuItemHomeButton a:hover  {
   background-position: -47px 0%;
}

#MenuItemFindaTrailButton  
{
	background-repeat:no-repeat; 
	visibility: visible;
	position:relative;
	top:6px;
	left:15px;
	width: 94px;
	height: 16px;
	background-image: url(index.html);
	z-index: 10;
	
}

#MenuItemFindaTrailButton a  {
   width: 92px;
   background-image: url(images/menu/FindaTrailMenu.png);
}

#MenuItemFindaTrailButton a 
{
   background-repeat : no-repeat;
   display: block;
   height: 16px;
   background-position: 0% 0px;
   font-size: 6px;
   line-height: 6px;
}
#MenuItemFindaTrailButton a:hover  {
   background-position: -92px 0%;
   background-repeat:no-repeat;
}

#MenuItemConnectAndShareButton  {
	visibility: visible;
	position:relative;
	top:6px;
	left:11px;
	z-index: 10;
	width: 140px;
	height: 16px;
	background-image: url(index.html);
}

#MenuItemConnectAndShareButton a  {
   width: 140px;
   background-image: url(images/menu/ConnectAndShareMenu.png);
}

#MenuItemConnectAndShareButton a 
{
   background-repeat : no-repeat;
   display: block;
   height: 16px;
   background-position: 0% 0px;
   font-size: 6px;
   line-height: 6px;
}

#MenuItemConnectAndShareButton a:hover  {
   background-position: -140px 0%;
}

#MenuItemGrantsButton  {
	visibility: visible;
	position:relative;
	top:6px;
	left:14px;
	z-index: 10;
	width: 60px;
	height: 16px;
	background-image: url(index.html);
}
#MenuItemGrantsButton a  {
   width: 60px;
   background-image: url(images/menu/GrantsMenu.png);
}
#MenuItemGrantsButton a 
{
   background-repeat : no-repeat;
   display: block;
   height: 16px;
   background-position: 0% 0px;
   font-size: 6px;
   line-height: 6px;
}
#MenuItemGrantsButton a:hover  {
   background-position: -60px 0%;
}



#MenuItemFindaTrailDropDown
{
	display:none;
	position:absolute;
	left:623px;
	top:133px;
	z-index:10;
}

#MenuItemConnectAndShareDropDown
{
	display:none;
	position:absolute;
	left:743px;
	top:133px;
	z-index:10;
}

#MenuItemGrantsDropDown
{
	display:none;
	position:absolute;
	left:777px;
	top:133px;
	z-index:10;
}

#nonavmenu
{
	left:0px;
	top:100px;
	height:2px;
	width:960px;
	z-index:20;
}
/*** END Top Navigation ***/


.Optiontop, .Optiontop1 {
	display: block;
	width:200px;
	background-position: 0% 0px;
	background-color: #5c7d0c;
	line-height: 17px;
	padding-left: 10px;
	border: 1px solid #ffffff;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}

.Optiontop:link, .Optiontop1:link {
	display: block;
	width:200px;
	background-position: 0% 0px;
	line-height: 17px;
	padding-left: 10px;
	color: #ffffff;
	outline: none;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}
.Optiontop:hover, .Optiontop1:hover {
	display: block;
	width:200px;
	background-position: 0% 0px;
	color:#5c7d0c;
	line-height: 17px;
	padding-left: 10px;
	background-color: #f8f5ee;
	outline: none;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}
.Optiontop:visited, .Optiontop1:visited {
	display: block;
	width: 200px;
	background-position: 0% 0px;
	background-color: #5c7d0c;
	line-height: 17px;
	padding-left: 10px;
	color:#ffffff;
	outline: none;
	font-size: 10pt;
	text-decoration: none;
	font-family: Tahoma;
}
.Optiontop:visited:hover, .Optiontop1:visited:hover {
      display: block;
      width:200px;
      background-position: 0% 0px;
      color:#5c7d0c;
      line-height: 17px;
      padding-left: 10px;
      background-color: #f8f5ee;
      outline: none;
      font-size: 10pt;
      text-decoration: none;
      font-family: Tahoma;
}
#footerlinks
{
	font: bold 10pt Felbridge;
	color: #5B7E0D;
	z-index: 4;
	text-decoration:none;
}

#footerlinks a 
{
   color: #5B7E0D;
   display: block;
   text-decoration:none;
}

#footerlinks a:hover  {
   font-style: italic;
}