
 /* 02.04.2008 18:13 (c) ati Technische Systeme und Dienstleistungen, www.ati-online.de */
 
 /* Zweite Ebene */
 .menu ul li a:hover,
 .menu ul li a:hover ul,
 .menu ul li:hover ul {
  background: url(/brittico/bilder/webdesign/images/homepage04.jpg) no-repeat left top;
  background-color: #bf8f5b;
  }

 .menu ul li a:hover ul li a,
 .menu ul li a:hover ul li a ul,
 .menu ul li:hover ul li a {
  text-align: left;
  text-indent: 34px;
  vertical-align: middle;
 	display: block;
 	padding: 10px 0 10px 0;
 	background: transparent url(/brittico/bilder/webdesign/images/subpage03.gif) no-repeat 17px 50%;
 	border-bottom: 1px solid #CCA67D;
 	text-transform: uppercase;
 	text-decoration: none;
 	font: bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
 	color: #ECDECE;
  }
  
 .menu ul li a:hover ul li a:hover,
 .menu ul li:hover ul li a:hover {
 	background: transparent url(/brittico/bilder/webdesign/images/subpage03.gif) no-repeat 17px 50%;
 	background-color: #C9A16A;
 	color: #FFFFFF;
  }
