@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-2009, 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.1
 * @revision        $Revision: 343 $
 * @lastmodified    $Date: 2009-01-19 23:41:32 +0100 (Mo, 19. Jan 2009) $
 */

  .hlist {
    /* (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: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    background: transparent url("/ui/version3/css/screen/images/menu_back.png") repeat-x 0 0;
    line-height: 0;
    padding: 1px 0px 0px 0px;
    border:none;
   }

  .hlist ul {
    display: inline;
    float: left; /* LTR */
    margin: 0 0 0 5px; /* LTR */
    padding: 0;
  }

  .hlist ul li {
   /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; 
    font-size: 93%;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 5px 4px 8px 4px;
  }

	 .hlist ul li a{
		background: transparent url("/ui/version3/css/screen/images/menu_sep.png") no-repeat right 7px;
	}

	.hlist ul li.knowledge > a {
		background: transparent url("/ui/version3/css/screen/images/menu_sep_dd.png") no-repeat right 7px;
		padding-right: 32px;
	}
	
	.hlist ul li.knowledge > a:hover {
		background: white url("/ui/version3/css/screen/images/menu_sep_dd_hover.png") no-repeat right 7px;
	}
	
	.hlist ul li.last a:hover {
		background-color: #FFFFFF;
	}
	
  .hlist ul li a,
  .hlist ul li strong {
    color: #fff;
    display: block;
    font-size: 1em;
    font-family: verdana;
    letter-spacing: -0.5px;
    font-weight: normal;
    margin: 0;
    padding: 0.5em 22px;
    text-decoration: none;
    width: auto;
  }

.hlist ul li#current strong,
.hlist ul li#current a,
.hlist ul li#current a:focus,
.hlist ul li#current a:hover,
.hlist ul li#current a:active {ba2ckground: #ffffff; col2or: #638EB9;}

.hlist ul li#current {
	background:url("/ui/version3/css/screen/images/selected.png") no-repeat scroll center 31px transparent;
}

.submenu > ul > li:hover {
	background:url("/ui/version3/css/screen/images/submenu_li_hover.png") repeat-x scroll bottom left #FFFFFF;
}

.submenu > ul > li > a {
	background: transparent url(/ui/version3/css/screen/images/submenu_bullet.png) no-repeat 10px 13px;
	padding-left: 15px;
}

