@charset "UTF-8";

/**
 * JYAML - Template Framework includes YAML for Joomla!
 *
 * All rights reserved. The JYAML project is a template to manage and
 * configure Joomla!-Templates with the YAML XHTML/CSS Framework
 * - http://www.yaml.de
 *
 * -----------------------------------------------------------------------------
 *
 * @version     Id: $Id$
 *
 * @package     JYAML
 * @subpackage  Stylesheet
 *
 * @author      Reinhard Hiebl <reinhard@hieblmedia.com>
 * @copyright   Copyright (C) 2006 - 2014, HieblMedia (Reinhard Hiebl)
 * @license     http://www.jyaml.de/en/license Creative Commons Attribution 3.0
 * @link        http://www.jyaml.de
 */

@media all
{
	.ym-hlist {
		/* containing floats in IE 
		width:100%;  */
		overflow:hidden;
		/* Bugfix:IE - collapsing horizontal margins */
		position:relative;
		line-height:1em;
		background: #D8E3C5;
    padding-right: 1.5em;
	}
	.ym-hlist ul {
		margin:0 3em 1.8em;
		padding: 0;
		/* Bugfix:IE - Doubled Float Margin Bug */
		display:inline;
	} 

	.ym-hlist ul li, .moduleboxnavi .ym-hlist-sfx-navi ul li {
		/* Bugfix:IE - Doubled Float Margin Bug */
		display:inline;
		float:right; /* LTR */
		font-size:;
		line-height:1em;
		list-style-type:none;
		margin: 0 0.25em 0 0;
		padding: 2em 0 0;
	}
/* Footer Navigation #445500 */
  .ym-hlist-sfx-navi { 
   background:#d8e3c5;
   padding-left:25px;
   border-left:1px solid #8aa806;
} 

.moduleboxnavi .ym-hlist-sfx-navi ul {
	 margin-left: 3%;
	} 
.moduleboxnavi .ym-hlist-sfx-navi ul li {
		padding: 0.5em 0 0;
    float:left;
 
	}
.moduleboxnavi .ym-hlist-sfx-navi ul li a {

       color:#222; 
	}
	.ym-hlist ul li a,
	.ym-hlist ul li strong,
	.ym-hlist ul li span.separator {
		background:transparent;
		color:#2F2F2F;
		display:block;
		font-size:1em;
		padding: 0.5em 0.3em 0.6em;
    margin:0 0.6em;
		font-weight:normal;
		text-decoration:none;
		width:auto;

	}

	.ym-hlist ul li a:focus,
	.ym-hlist ul li a:hover,
	.ym-hlist ul li a:active {
		text-decoration:none;
		outline: 0 none;
    color:#E7557C; 
	}

	.ym-hlist ul li.active {
		background:#E7557C;
		color: #2f2f2f;
	}

	.ym-hlist ul li.active strong,
	.ym-hlist ul li.active span.separator,
	.ym-hlist ul li.active a.active_link,
	.ym-hlist ul li.active a:focus,
	.ym-hlist ul li.active a:hover,
	.ym-hlist ul li.active a:active {
		background:transparent;
		color:#fff;
		text-decoration:none;
	}

	/*
	 * Subtitle support. Split menu title (defaults with ##).
	 * You can change the separator value in the template params by menu options
	 */
	* html .ym-hlist ul li a {
		position: relative; /* IE5+6 hover fix need with subtitles */
	}

	.ym-hlist ul li a span,
	.ym-hlist ul li strong span,
	.ym-hlist ul li span.separator span {
		display: block;
	}

	.ym-hlist ul li span.subtitle {
		display: block;
		font-size: smaller;
		font-weight: normal;
		color: #777;
	}

	/* You can use .maintitle, .subtitle-0, .subtitle-1, .subtitle-2, etc. to adjust the maintitle or each subtitle line */
	.ym-hlist ul li span.subtitle-0 {
		margin-top: .5em;
	}

	/* .hlist ul li span.subtitle-empty { display: none; } */

	.ym-hlist ul li a:focus span.subtitle,
	.ym-hlist ul li a:hover span.subtitle,
	.ym-hlist ul li a:active span.subtitle {
		color: #aaa;
	}

	.ym-hlist ul li.active strong span.subtitle,
	.ym-hlist ul li.active span.separator span.subtitle,
	.ym-hlist ul li.active a.active_link span.subtitle,
	.ym-hlist ul li.active a:focus span.subtitle,
	.ym-hlist ul li.active a:hover span.subtitle,
	.ym-hlist ul li.active a:active span.subtitle {
		color: #ccc;
	}

}
