/**** 
**
** LAYOUT FOR RED STYLE 
**
****/

/**********************
**    NAVIGATION    ***
***********************/
/* TOPNAVITEM1 = THE CHOSEN TOP NAVIGATION */
.topNavItem1 a
{
	border-bottom: 2px solid #de6d36; /* CHANGE COLOR: This is the bar between topNav and subNav to hide the white line that appears */
	background-color: #de6d36; /* CHANGE COLOR: This is the topNav Item that is chosen */
}

/*** SECOND LEVEL NAVIGATION ***/
/* SUBNAV = THE COLORED BAR CONTAINING THE SECOND LEVEL NAVIGATION */
.subNavOuter 
{
	border-top: 1px solid #FFF; /* CHANGE: Set this to 1px none #000; if you dont' have a colored subNav-bar */
	background: #de6d36 url(../images/black_horisontal_border.gif) repeat-x bottom left;/* CHANGE COLOR: This is the subNav bar that hasn't got any subNav items (i.e. the rightmost side of the bar) */
}
/* SUBNAV A = THE BLOCKS WITH THE SECOND LEVEL NAVIGATION ITEMS */
.subNav a
{ 
	border-top: 1px solid #de6d36; /* CHANGE COLOR: This is the subNav-items that aren't chosen */
	background-color: #de6d36; /* CHANGE COLOR: This is the subNav-items that aren't chosen */
}


