/***************************
CSS Document
(c) 2005 by Michael Lambertz
****************************/

.menu0_on	{   font-family: Verdana, Arial, Helvetica, sans-serif;
	            font-size: 8pt;
	            text-decoration: none;
	            font-weight: bold;
	            padding: 4px 8px;
	            
	            color: #006600;
}
.menu0_off	{  font-family: Verdana, Arial, Helvetica, sans-serif;
	           font-size: 8pt;
	           text-decoration: none;
	           font-weight: bold;
	           padding: 4px 8px;
}

.menu_on	{
line-height: 8pt;
margin:0px;
padding:0px;
}

.menu_off	{
line-height: 8pt;
margin:0px;
padding:0px;
}

.menu_on .layer2	{
        border-top:0px solid white;
        border-bottom:1px solid #006600;
}

.menu_off .layer2	{
        border-top:0px solid white;
        border-bottom:1px solid #006600;
}

.menu_on .layer3	{
        border-bottom:0px solid white;
        border-top:1px solid #CCDDCC;
}

.menu_off .layer3	{
        border-bottom:0px solid white;
        border-top:1px solid #CCDDCC;
}

.menu_on td	{
color: #69BBA0;
}

.menu_off td	{
}

.menu_on a	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: bold;
color: white;
text-decoration: none;
}

.menu_off a	{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-weight: normal;
text-decoration: none;
}