@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2008, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.0.6
 * @revision        $Revision: 202 $
 * @lastmodified    $Date: 2008-06-07 14:29:18 +0200 (Sa, 07 Jun 2008) $
 */

@media all
{

.logo {margin-left:1px;}

  #nav {
	margin-left:1px;
	width:989px;
	
} 


  #topnav {
	text-align: right;
	background-image: url(../images/greennavbkgrd.jpg);
	height: 34px;
	
	z-index:5000;
	background-repeat: repeat-x;
} 

  #subnav {
	text-align: right;
	background-image: url(../images/bluenavbkgrd.jpg);
	height: 34px;
	
	z-index:5005;
	background-repeat: repeat-x;
} 

  /* (en) Absolute positioning only within #header */

  #header #topnav {
	position:absolute;
	top: 20px;
	right: 27px;
  }



  #topnav  ul {
	border-left: 0px #aaa solid;
	border-right: 0px #fff solid;
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
	
	margin: 0;
	/* (en) Left margin of the first button  */
    	margin-left: 45px;
	padding: 0;
	width: 1000px;
  }

  #topnav  ul li {
	font-family:"Arial Narrow", Arial;
	border-left: 0px #fff solid;
	border-right: 0px #aaa solid;
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
        display: inline;
	font-size: 1em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	text-transform:uppercase;

  }

  #topnav  ul li a,
  #topnav  ul li strong {
	background: transparent;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 10px 22px 8px;
	text-decoration: none;
	width: auto;
       
	
  }

  #topnav  ul li a:focus,
  #topnav  ul li a:hover,
  #topnav  ul li a:active  {
	background-color: #0F9ECC;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/bluenavbkgrd.jpg);
	
}

  #topnav  ul li#current {
    /* (en) Repeat the main color from the image */
    /*background-color: #000000;*/
    border-left: 0px #444 solid;
    border-right: 0px #888 solid;
  }

  #topnav  ul li#current strong,
  #topnav  ul li#current a,
  #topnav  ul li#current a:focus,
  #topnav  ul li#current a:hover,
  #topnav  ul li#current a:active { background-color: #0F9ECC;background-image: url(/images/bluenavbkgrd.jpg); }



#topnav ul li#current .subdropdownitem a:focus,
#topnav ul li#current .subdropdownitem a:hover { background-color: #0F9ECC;background-image: url(/images/greennavbkgrd.jpg); }





#subnav  ul {
	border-left: 0px #aaa solid;
	border-right: 0px #fff solid;
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
	
	margin: 0;
	/* (en) Left margin of the first button  */
        margin-left: 45px;
	padding: 0;
	width: 1000px;
  }

  #subnav  ul li {
	border-left: 0px #fff solid;
	border-right: 0px #aaa solid;
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
       display: inline;
	font-size: 1em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
  }

  #subnav  ul li a,
  #subnav  ul li strong {
	background: transparent;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	margin: 0;
	padding: 10px 22px 8px;
	text-decoration: none;
	width: auto;
	background-image: url(/images/top_nav_bkgrd.jpg);
text-transform:uppercase;
  }

  #subnav  ul li a:focus,
  #subnav  ul li a:hover,
  #subnav  ul li a:active  {
	background-color: #0F9ECC;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/greennavbkgrd.jpg);
	
}

  #subnav  ul li#current {
    /* (en) Repeat the main color from the image */
    /* background-color: #000000; */
    border-left: 0px #444 solid;
    border-right: 0px #888 solid;
  }

  #subnav  ul li#current strong,
  #subnav  ul li#current a,
  #subnav  ul li#current a:focus,
#subnav  ul li#current a:active { color:#B4D63B;}

  #subnav  ul li#current a:hover { color:#fff;background-image: url(../images/greennavbkgrd.jpg);}

#subnav  ul {font-family:"Arial Narrow", Arial;}

#subnav  ul#Home  {position:absolute; left:-44px;}
#subnav  ul#News  {position:absolute;left:30px;}
#subnav  ul#Membership  {position:absolute;left:103px;}
#subnav  ul#Events  {position:absolute;left:213px;}
#subnav  ul#Opportunities  {position:absolute;left:296px;}
#subnav  ul#Partners  {position:absolute;left:421px;}
#subnav  ul#Resources  {position:absolute;left:517px;}



















  #nav_main {
	/* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 100%;
	overflow: hidden;
	/* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
	display: inline;
	/* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: #c0c0c0 url("media/img/nav_bkgrd.jpg") repeat-x center right;
	border-top: 1px #333 solid;
	border-bottom: 1px #333 solid;
	line-height: 0;
	padding-left: 0px;
  }

  #nav_main ul {
	border-left: 0px #aaa solid;
	border-right: 0px #fff solid;
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
	float: left;
	margin: 0;
	width: 100%;
	background-color: #343434;
	padding-left: 250px;
  }

  #nav_main ul li {
	border-left: 0px #fff solid;
	border-right: 0px #aaa solid;
	/* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
	float: left;
	font-size: 1em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0;
  }

  #nav_main ul li a,
  #nav_main ul li strong {
	background: transparent;
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	margin: 0;
	padding: 0.5em 0.2em 0.5em 0.2em;
	text-decoration: none;
	width: auto;
	background-image: url(/media/img/nav_bkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #343434;
  }

  #nav_main ul li a:focus,
  #nav_main ul li a:hover,
  #nav_main ul li a:active  {
	background: #eee;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/media/img/nav_bkgrd.jpg);
	background-repeat: repeat-x;
}

  #nav_main ul li#current {
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background-color: #000000;
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
  }

  #nav_main ul li#current strong,
  #nav_main ul li#current a,
  #nav_main ul li#current a:focus,
  #nav_main ul li#current a:hover,
  #nav_main ul li#current a:active { background: transparent; color: #fff; text-decoration: none; }
  
  
  
  
  
  
  
  
  
  
  
}
































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
