BODY,P,TD
{
	font-family : Tahoma;
	font-size:12px;
}

A.MenuLevel0:HOVER,A.MenuLevel1:HOVER,A.DymMenuLink:HOVER
{
	text-decoration:underline;		
}

A {
	color:#339900;
}

.MenuLevel0 {
	font-family : Tahoma;
	font-size:12px;
	color:#202020;
	text-decoration:none;
}

.MenuLevel1 {
	font-family : Tahoma;
	font-size:12px;
	color: #34CB00;
	text-decoration:none;		
}

.Title {
	font-family : Tahoma;
	font-size:12px;	
	color: #34CB00;

}

.DymMenuLink,A.DymMenuLink
{
	color: #20A000;
	font-family : Tahoma;
	font-size:12px;
	text-decoration:none;		
}

.DynMenu
{
	cursor: hand; clip: auto; 
	height: auto; width: 150px; 
	overflow: visible;
	position: absolute; 
	top: 48px; left:20; 
	visibility: visible; 	
	display: block; 
	z-index:10; 	
}

.DynMenuInner
{
	left: 0; top: 0; 
	height: auto; width: 150px; 
	overflow: visible; 
	position: relative; 
	clip: auto; 
	visibility: visible; 
	display: none;
	padding: 0px;
	filter: alpha(opacity=90);
	opacity: 0.9;
}
