/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) Horizontal list navigation "Shiny Buttons"
 * (de) Horizontale Navigationsliste "Shiny Buttons"
 *
 * @copyright       Copyright 2005-2007, 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.4
 * @revision        $Revision: 130 $
 * @lastmodified    $Date: 2007-10-05 19:05:21 +0200 (Fr, 05 Okt 2007) $
 */

@media all
{
	#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: right;
		display: inline; /* (en) Repeat the main color from the image */ /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
		background-image: url(  "images/headline_bg.gif" );
		border-top: 1px silver solid;
		margin-top: 0px;
		line-height: 0;
		height: 24px;
		font-size: 85.00%;
		
	}

	#nav_links_main
	{
		border-left: 1px #aaa solid;
		border-right: 0px #fff solid; /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
		/* amr
		display: inline;
		float: right;
		*/
		margin: 0; /* (en) Left margin of the first button  */ /* (de) Abstand des ersten Buttons vom linken Rand  */
		margin-right: 0px;
		padding: 0;
	}

	#nav_links_main li
	{
		border-left: 1px #fff solid;
		border-right: 1px #aaa solid; /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
		display: inline;
		float: right;
		font-family: Times New Roman (Arabic);
		font-size: 0.7em;
		line-height: 1.0em;
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-weight:bold;
	}

	#nav_links_main li a, #nav_links_main li strong
	{
		background: transparent;
		color: #444444;
		display: block;
		font-size: 1em;
		font-weight: false;
		margin: 0;
		padding: 0.6em 0.8em 0.7em 0.7em;
		text-decoration: none;
		width: auto;
		color:#444444;
	}

	#nav_links_main li a:focus, #nav_links_main li a:hover, #nav_links_main li a:active
	{
		background-image: url(  "images/headline_bg_over.gif" );
		color: #2E5D9D;
		text-decoration: none;
	}		
		
	#nav_rss_main
	{
		display: inline;
		float: left;
		margin: 0;
		margin-left: 50px;
		padding: 0;
	}

	#nav_rss_main li
	{
		display: inline;
		float: left;
		font-size: 0.9em;
		line-height: 1em;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	#nav_rss_main li a, #nav_rss_main li strong
	{
		background: transparent;
		color: #444444;
		display: block;
		font-size: 1em;
		font-weight: bold;
		margin: 0;
		padding: 0.6em 0.8em 0.7em 0.7em;
		text-decoration: none;
		width: auto;
		background:url(images/icon_rssbutton.gif) 0px 6px no-repeat;
		padding-left:15px;
	}

	#nav_rss_main li a:focus, #nav_rss_main li a:hover, #nav_rss_main li a:active
	{
		background:url(images/icon_rssbutton.gif) 0px 6px no-repeat;			
		color:Orange;
	}
}
