/*	File:			SubMenu.css
 *	Author:			Matthias Friedrich
 *	Date:			05-01-2005
 *      Edited:                 Jan Zimmermann 2008-03-31
 */

td.submenuItem {
	text-align: left;
	vertical-align: middle;
	background-image: none;
	background-color: transparent;
	border-top: 1px solid #dedede;
	color: #000000;
	font-family: Arial, Verdana, Tahoma, 'Times New Roman';
	font-size: 9pt;
	height: 22px;
	width: 100%;
}

a.submenu {
	color: #000000;
	font-family: Arial, Verdana, Tahoma, 'Times New Roman';
	font-size: 9pt;
	text-decoration: none;
}

a.submenu:hover {
	color: #000011;
	font-family: Arial, Verdana, Tahoma, 'Times New Roman';
	font-size: 9pt;
	text-decoration: none;
}

a.submenu_active {
	color: #800000;
	font-family: Arial, Verdana, Tahoma, 'Times New Roman';
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

a.submenu_active:hover {
	color: #800000;
	font-family: Arial, Verdana, Tahoma, 'Times New Roman';
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}