@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5.2
**  Dateiversion: 01.11.06  
**  Datei       : nav_shinybuttons.css
**  Funktion    : Formatierung der Hauptnavigation: Button-Navigation "Shiny Buttons"
**
*/

@media all
{

/* ######################################################################################################
** ### Hauptnavigation: "Shiny Buttons" von Dirk Jesse ##################################################
** ######################################################################################################
*/

#nav_main {

}

#nav_main ul {
	float:left;
	display:inline;		/* Fix f�r IE Doubled Float Margin Bug    */ 
	margin:0;			/* Standard-Listendefinition zur�cksetzen */
	padding: 0;
	margin-left: 20px;  /* Abstand des ersten Buttons vom linken Rand (-2 Pixel f�r 3D-Schatten) �ber basemod.css anpassen */
	border-left: 1px #000 solid; 
}

#nav_main ul li {
	float: left;
	display:inline;     /* Fix f�r IE Doubled Float Margin Bug    */ 
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight:bold;
	line-height: 1em;
	list-style-type: none;
	border-right: 1px #000 solid;
}

#nav_main ul li a {
	display:block;
	width: auto;
	font-size: 1em;
	font-weight: bold;
	background: transparent;
	text-decoration: none;
	color: #ccc;
	margin: 0;
	padding: 8px 1em;
}

#nav_main ul li a:focus,
#nav_main ul li a:hover,
#nav_main ul li a:active {
	background: #000;
	color: #fff;
	text-decoration: none;
	background: transparent url(gfx/shiny_buttons/bg_hnav1_hover.gif) repeat-x top right;
}

#nav_main ul li#current { 
	background: transparent url(gfx/shiny_buttons/bg_hnav1_hover.gif) repeat-x top right;	
}

#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 {
	color: #fff;
	font-weight:bold;
	background: transparent;
	text-decoration: none;
}

}