/**
 * @version $Id: template.css 14401 2010-01-26 14:10:00Z louis $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */



div.moduletable_hauptmenu
{
width:202px;
margin-top:35px;
}

div.moduletable_hauptmenu ul li
{
list-style-type: none;
}

div.moduletable_hauptmenu ul li a
{
font-family: Calibri, Verdana;
font-weight: normal;
font-size: 12px;
color:#555;
text-decoration:none;
padding-top: 7px;
padding-bottom: 4px;
padding-left: 22px;
padding-right: 0px;
width:180px;
height:20px;
display: block;
margin-left: -40px;
background-image: url(../images/hauptnavi_left.png);
background-repeat: no-repeat;
background-position: 0px 0px;
}

div.moduletable_hauptmenu ul li a:hover
{
background-position: 0px -31px;
}
div.moduletable_hauptmenu ul li.active a
{
background-position: 0px -62px;
}
