/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 22.10.06  
**  Datei       : nav_shinybuttons.css
**  Funktion    : Formatierung der Hauptnavigation: Button-Navigation "Shiny Buttons"
**
*/

@media all
{

/* ######################################################################################################
** ### Hauptnavigation: "Shiny Buttons" von Dirk Jesse ##################################################
** ######################################################################################################
*/

#navigation {

}

}
#nav_main {
    width: 100%;		/* Einfassen der Floats im IE */
    float:right;         /* Einfassen der Floats in allen anderen Browsern */
    
	margin-top:0;
		margin-bottom:0;
    line-height: 0px;
	 background-color: #999;
}

#nav_main ul {
    float:right;
    display:inline;		/* Fix für IE Doubled Float Margin Bug    */ 
    margin:0;			/* Standard-Listendefinition zurücksetzen */
    padding: 0;
    margin-right: 0;  /* Abstand des ersten Buttons vom linken Rand (-2 Pixel für 3D-Schatten) über basemod.css anpassen */

   
}

#nav_main ul li {
    float: left;
    display:inline;     /* Fix für IE Doubled Float Margin Bug    */ 
    margin: 0;
    padding: 0px;
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
	 background-color: transparent;
     padding: 0.2em 0.8em 0.5em 0.8em; 
}

#nav_main ul li a {
    display:block;
    width: auto;
    font-size: 1em;
    font-weight: normal;
    background: transparent;
    text-decoration: none;
    color: #000;
    margin: 0;
     padding: 0.2em 0.8em 0.7em 0.8em;
}

#nav_main ul li a:hover {
    display:block;
    width: auto;
    font-size: 1em;
    font-weight: normal;
    background: transparent;
    text-decoration: none;
   color: #fff;
    margin: 0;
    padding: 0.2em 0.8em 0.5em 0.8em;
}

#nav_main ul li#current { 


   background: #f3d496;
	 color: #333;	
}

#nav_main ul li#current a,
#nav_main ul li#current a:hover {
       
    background: #f3d496;
    text-decoration: none;
	color: #666;
}

#nav_main ul li a:hover {
 color: #333;
}
#nav_main ul li .selected { 
   
   background: #f3d496;
	 color: #333;	
}

#navigation ul li { 
   
  margin:0;
  padding:0;	
}

}
