/* <style> */

/************************
* Copyright (c) 2007 Reaction Design. All rights reserved.
* 
* $Revision: 3 $
*************************
*/


/* ----- Required ----------------------------------------------------------- */

div.vert_menu
{
  position: absolute;
  visibility: hidden;
  display: none;
}

div.horz_menu a { display: block; float: left; }
div.vert_menu a { display: block; float: none; }


/* ----- Sample 1 ----------------------------------------------------------- */

div.vert_menu 

{  
  height: 20px;
  width: 150px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #74994F;
  display: block;
  background-color: #668E3D;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif;
  font-size: 8pt;
  line-height: 200%;
  color: white;
  z-index: 25;
}


div.vert_menu a
{
  height: 20px;
  width: 150px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #74994F;
  display: block;
  background-color: #668E3D;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif;
  font-size: 8pt;
  line-height: 200%;
  color: white;
  z-index: 25;
}

div.vert_menu a:hover { 

  height: 20px;
  width: 150px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #74994F;
  display: block;
  background-color: #8EAB6F;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif;
  font-size: 8pt;
  line-height: 200%;
  color: white;
  z-index: 25;

 
}


div.vert_menu a:active { 

  height: 20px;
  width: 150px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #668E3D;
  display: block;
  background-color: #8EAB6F;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif;
  font-size: 8pt;
  line-height: 200%;
  color: white;
  z-index: 25;

 
}

div.vert_menu a
{
  height: 20px;
  width: 150px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #74994F;
  display: block;
  background-color: #668E3D;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif;
  font-size: 8pt;
  line-height: 200%;
  color: white;
  z-index: 25;
}




#sample1_about, #sample1_products, #sample1_services, #sample1_community, #sample1_support, #rd_signin { 
  background-color: #ffffff;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif; font-weight: bold;
  font-size: 9pt;
  color: black;
}

#sample1_about:hover, #sample1_products:hover, #sample1_services:hover, #sample1_community:hover, #sample1_support:hover, #rd_signin:hover { 
  background-color: #ffffff;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif; font-weight: bold;
  font-size: 9pt;
  color: #cccccc;
}

#sample1_about2, #sample1_products2, #sample1_services2, #sample1_community2, #sample1_support2 { 
  background-color: #ffffff;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif; font-weight: bold;
  font-size: 9pt;
  color: #cccccc;
}

#rd_username {
  background-color: #ffffff;
  text-decoration: none;
  font-family: helvetica, verdana, sans-serif; font-weight: bold;
  font-size: 9pt;
  color: #668D3C;
}

/*  this is old css */



