<!--

// Rollover für Untermenue-Links
function high(LinkObject)	{
	LinkObject.style.background='#339933';
	LinkObject.style.borderColor='#33CC33';
}
function dehigh1(LinkObject)	{
	LinkObject.style.background='#336633';
	LinkObject.style.borderColor='#336633';
	LinkObject.style.borderBottomColor='#333333';
	LinkObject.style.borderRightColor='#333333';
}
function dehigh2(LinkObject)	{
	LinkObject.style.background='#999999';
	LinkObject.style.borderColor='#999999';
	LinkObject.style.borderBottomColor='#666666';
	LinkObject.style.borderRightColor='#333333';
}
function dehigh3(LinkObject)	{
	LinkObject.style.background='#999999';
	LinkObject.style.borderColor='#999999';
	LinkObject.style.borderRightColor='#333333';
}
//-->
