/* General Styles ********************************************************************** */

body {
	background: url(../images/contentsection_tal_bg.gif) repeat-y 200px;
}

/* ************************************************************************************* */
/* Main navigation (level1 + level2) *************************************************** */

/* Background of the GMENU row has to be adjusted */
div#naviMain {
	background: url(../images/naviMain_tal_bg.gif) repeat-x;
}

/* We set the proper "fries" */
div#naviMain ul.level1 {
	background: url(../images/fries_tal.jpg) no-repeat 0 18px;
}


/* We set the bg color of the subnavigation */
div#naviMain ul.level2 {
	left: 205px;
    background: #CDD9AD;
}

/* We change the color of the dummy border (that prevents the graphics from jumping) */
div#naviMain ul.level1 li.no a img {
    border-right: 1px solid #BEC7A4;
    border-left: 1px solid #BEC7A4;
}

div#content_main_left ul.level3 li.act a, 
div#content_main_left ul.level3 li.cur a {
	color: #000000;
	background: #699F48;
}

/* Somehow these buttons have a different bg color! */
div#content_main_left ul.level4 li a {
    background: #CDD9AD;
}

