
/**
 * @version $Id: template.css 9765 2007-12-30 08:21:02Z ircmaxell $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Engel9
 * @copyright Copyright (C) 2005 - 2008 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#tabarea {
	background: #BDC6CF;
	/* url(../images/mw_header_b.png) 0 0 repeat-x; */
	margin-top:0px; 
	margin-left:0px; 
	margin-bottom:0px; 
	margin-right: 84px;
	text-align:left;
	align:left;
	
}

div#tabarea_l {
/*	background: url(../images/mw_header_l_b.png) 0 0 no-repeat; */
	padding-left: 0px;
}

div#tabarea_r {
/*	height: 42px; */
	background: url(../images/menu-end-right.gif) 100% 0 no-repeat;
	padding-right: 0px;
}




/* horizontal pill menu */
table.pill {
/*  margin-left: auto; */
  margin-left: 0;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
/*  background: url(../images/mw_menu_cap_l.png) no-repeat; */
  width:  185px;
/*  height: 32px; */

}

td.pill_m {
/*  background: url(../images/mw_menu_normal_bg.png) repeat-x; */
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
/*  background: url(../images/mw_menu_cap_r.png) no-repeat; */
  width:  19px;
/*  height: 32px; */
}

#pillmenu {
  white-space: nowrap;
/*  height: 32px; */
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#pillmenu li {
	float: left;
/*	background: url(../images/mw_menu_separator.png) top right no-repeat; */
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
	border-right:solid 1px #A3ABB3;
  height: 19px;
  line-height: 19px;
  padding: 0 10px;
  color: #000000;
  text-decoration: none;
}

#pillmenu a:hover {
	background:#B70454;
	color:#ffffff;
}

#pillmenu a#active_menu-nav, a#parent_menu-nav {
/*	margin-top:2px; */
	height: 19px;
	line-height: 19px;
	background-position: 0 0;
	background:#B70454;
	color:#ffffff;
}

#pillmenu a#active_menu-nav:hover {
  color: #ffffff;
}


