﻿#Navigation ul li { background-color: #DD0000; }
#Navigation ul li a:link { color: White; }
#Navigation ul li a:visited { color: White; }


#Navigation ul li.Selected { background-color: #7d0000; }
#Navigation ul li a.Selected:link { color: white; }
#Navigation ul li a.Selected:visited { color: white;  }

#Navigation ul li.Expanded {  background-image: url("../Images/Common/garbsen/kleinkram/pfeil_weiss.gif");}

#Navigation ul li ul li.Expanded {  background-image: url("../Images/Common/garbsen/kleinkram/pfeil_weiss.gif"); }

/* cascade form colors if in first channel */
table.Form .TextBox { border: solid 1px #DD0000;}

/* cascade table colors in first chanenl */
table.Designed tr td.Header
{
	background-color: #DD0000;	
}