﻿/* 
Nav Style Sheet
-------------------------------------------------------
Copyright (c) 2010, Ranta Consulting, Inc.

Last Updated:
Date: 3/18/2010 */   


/*  Main Nav Style Sheet */

div#nav
{
  position: absolute;
  top: 78px;
  right: 55px;
}

#nav a,
#nav a:link,
#nav a:active,
#nav a:visited,
#nav a:hover  
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	display:block;
    float:left;
	color: #000000;
	text-decoration: none;
    height: 25px;
}

#nav a:hover {
  color: #354D25;
  background: transparent url('/images/nav/header-nav-rollover.gif') no-repeat bottom center;

}


#nav .navOn a,
#nav .navOn a:link,
#nav .navOn a:active,
#nav .navOn a:visited,
#nav .navOn a:hover  
{
	 color: #354D25;
     background: transparent url('/images/nav/header-nav-rollover.gif') no-repeat bottom center;
}

	
#nav li 
{
	float:left;
	list-style:none;
	display:inline;
	padding-left: 20px;
}



div#subnav
{
 display: none;
}


/*  Sub Nav Style Sheet */


div#subnav
{
  position: absolute;
  top: 275px;
  right: 9px;
  width: 974px;
 padding: 8px 0px 2px 0px;
  background-color: #354D25;
  display:block;
  text-align: center;
 height: 27px;
}

#subnav a,
#subnav a:link,
#subnav a:active,
#subnav a:visited,
#subnav a:hover  
{
	
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
    padding: 8px 0px 10px 0px;
	color: #FFFFFF;
	text-decoration: none;
   
    
}

#subnav a:hover {

  background: #354D25 url('/images/nav/sub-nav-rollover.gif') no-repeat bottom center;

}

#subnav .subnavOn a,
#subnav .subnavOn a:link,
#subnav .subnavOn a:active,
#subnav .subnavOn a:visited,
#subnav .subnavOn a:hover  
{
  background: #354D25 url('/images/nav/sub-nav-rollover.gif') no-repeat bottom center;
}


#subnav ul
{

}
	
#subnav ul li 
{

	list-style:none;
	display:inline;
	padding-left: 20px;
    padding-right: 20px;
    background: url('/images/nav/sub-nav-divide.gif')no-repeat left center;
}

div#subnav ul li.last
{
  background: none;
}

