@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
{
  #topnav_second {
    /* (en) containing floats in IE */
    /* (de) Einfassen der Floats im IE */
    width: 65%;
	height:30px;
    overflow: hidden;
    /* (en) containing floats in all other browsers */
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: right;
    display: inline;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    line-height: 0;


  }
#topnav_second .sciences  {
   font-size:12px;
    font-weight: bold;
   padding: 0 0 0 0;
   text-decoration:underline;
height:30px;
line-height:30px;
background: url("../../image/sciences.png") no-repeat; 
}



  #topnav_second ul {

    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: right;

    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
   /* margin-left: 63px;*/
    /* margin-top:15px;*/
	  margin-right:39px;
	  
  }

  #topnav_second ul li {

    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left;
    font-size: 12px;

height: 30px;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }


#topnav_second  .active {
    color: #000;
    display: block;
 line-height:30px;
    font-size: 12px;
    font-weight: bold;
height:30px;
   text-decoration: none;
 	text-align:center;
	background: #FAFAFA url("../../image/button_active_sciences.png") no-repeat; 
	width:99px;


	 }




  #topnav_second ul li a,
  #topnav_second ul li strong {
    background: transparent;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
line-height:30px;
    /* padding: 0.75em 1.5em 0.7em 1em;*/
	padding: 0 0 0 0;
    text-decoration: none;

	text-align:center;
	background: #FAFAFA url("../../image/button_second.png") no-repeat; 
	width:99px;
  }

  #topnav_second ul li a:focus,
  #topnav_second ul li a:hover,
  #topnav_second ul li a:active  { background: #FAFAFA url("../../image/button_press_sciences.png") no-repeat; color: #333; text-decoration: none; }


}
