/*	File:		RootMenu.css
 *	Author:		Matthias Friedrich
 *	Date:		05-01-2005
 *
 */

table.rootmenu {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
}

td.rootitem {
	background: #313132;
	/*background: #334b6f;*/
	color: #ffffff;
	height: 20px;
	padding-right: 4px;
}

p.rootitem {
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.rootlink {
	background-color: transparent;
	background-image: none;
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

a.rootlink:hover {
	background-color: transparent;
	background-image: none;
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
}

td.adskfooter {
	background: #000000;
	color: #ffffff;
	height: 25px;
}

p.adskfooter {
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 9pt;
	text-decoration: none;
}

a.adskfooter {
	background-color: transparent;
	background-image: none;
	color: #ffffff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 9pt;
	text-decoration: none;
}

a.adskfooter:hover {
	text-decoration: underline;
}