/*------------------------------------------------------------------
StyleSheet fuer die Gestaltung der einzelnen Gruppen

datum:   2009-01-05
autor:   Brettingham, info@brettingham.de

letzte Validierung: 
	2009-01-20
	
------------------------------------------------------------------*/

/* GRUPPE 1 */

#menu.group1{
	background: #38388c url("../images/group1/menu_bkg.gif") repeat-x;
}

#menu.group1 ul {
	background: #38388c url("../images/menu_right.gif") no-repeat top right;

}

.group1 img {
	border-color: #38388c;	
}

#menu.group1 ul li ul {
	background: url("../images/group1/submenu_bkg.gif") repeat-x 0 0 #38388c;
}


/* GRUPPE 2 */
#menu.group1{
	background: #38388c url("../images/group2/menu_bkg.gif") repeat-x;
}

#menu.group2 ul {
	background: #298f9a url("../images/menu_right.gif") no-repeat top right;

}

.group2 img {
	border-color: #298f9a;	
}

#menu.group2 ul li ul {
	background: url("../images/group2/submenu_bkg.gif") repeat-x 0 0 #298f9a ;
}



/* GRUPPE 3 */

#menu.group3{
	background: #9d2727 url("../images/group3/menu_bkg.gif") repeat-x;
}

#menu.group3 ul {
	background: #9d2727 url("../images/menu_right.gif") no-repeat top right;

}

.group3 img {
	border-color: #9d2727;	
}

#menu.group3 ul li ul {
	background: #9d2727 url("../images/group3/submenu_bkg.gif") repeat-x;
}



/* GRUPPE 4 */
#menu.group4{
	background: #398b51 url("../images/group4/menu_bkg.gif") repeat-x;
}

#menu.group4 ul {
	background: #398b51 url("../images/menu_right.gif") no-repeat top right;

}

.group4 img {
	border-color: #398b51;	
}

#menu.group4 ul li ul,
#menu.group4 ul li.mover ul{
	background: #398b51 url("../images/group4/submenu_bkg.gif") repeat-x;
}




