/**************************************************************/
/*   Design:   Multiflex-3 Update-7 / Header-7 (Only Bottom)  */
/*   File:     Overall global layout structure                */
/*------------------------------------------------------------*/
/*   Author:   Wolfgang                                       */
/*   Date:     January 15, 2007                               */
/*   Homepage: wwww.1-2-3-4.info                              */
/*------------------------------------------------------------*/
/*   License:  Fully open source without restrictions.        */
/*             Please keep footer credits with a link to      */
/*             Wolfgang (www.1-2-3-4.info). Thank you!        */
/**************************************************************/

/*---------------------------------------------------------------------*/
/* How to implement this header in your Multiflex-3 Layout:            */
/* 1. Copy the marked rows below                                       */
/* 2. Paste and replace marked rows in your "layoutNN_setup.css" file. */
/* 3. Open HTML file "header7.html" and follow its instructions        */
/*---------------------------------------------------------------------*/

/* HEADER */
.header {width:770px; font-family:arial,sans-serif;}
.header-bottom {width:770px; height:40px; background:rgb(255,255,255) url(../img/bg_head_breadcrumbs.jpg) repeat-y;}

/*************/
/*  2. HEAD  */
/*************/
/*Drop-down menu*/
.nav4 {float:left; width:768px; border:solid 1px rgb(54,83,151); background:rgb(122,114,204) url(../img/bg_head_bottom_nav.jpg) no-repeat; color:(75,75,75); font-size:120%;} /*Color navigation bar normal mode*/
.nav4 ul {list-style-type:none; margin: 0px; padding: 0px;}
.nav4 ul li {float:left; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:solid 1px rgb(175,175,175);}
.nav4 ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color: rgb(0, 0, 0);}
.nav4 ul li ul {display:none; border:none;}

/*Non-IE6 hovering*/
.nav4 ul li:hover a {background-color:rgb(210,210,210); text-decoration:none;} /*Color main cells hovering mode*/
.nav4 ul li:hover ul {display:block; width:10.0em; position:absolute; z-index:999; top:3.0em; margin-top:0.1em; left:0;}
.nav4 ul li:hover ul li a {display:block; width:10.0em; height:auto; line-height:1.3em; margin-left:-1px; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav4 ul li:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav4 table {position:absolute; top:0; left:0; border-collapse:collapse;}
.nav4 ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color main cells hovering mode*/
.nav4 ul li a:hover ul {display:block; width:100px; position:absolute; z-index:999; top:30px; t\op:30px; left:0;}
.nav4 ul li a:hover ul li a {display:block; w\idth:100epx; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; border-left:solid 1px rgb(175,175,175); border-bottom: solid 1px rgb(175,175,175); background-color:rgb(237,237,237); font-weight:normal; color:rgb(50,50,50);} /*Color subcells normal mode*/
.nav4 ul li a:hover ul li a:hover {background-color:rgb(210,210,210); text-decoration:none;} /*Color subcells hovering mode*/

/* --- END COPY here --- */

/*----------------------------*/
/* 4_au - Navigation - Level 4_au */
/*----------------------------*/
/* new grey06 background color */
/*Drop-down menu*/
.nav4_1au {float:left; width:768px; border:solid 1px rgb(54,83,151); background:rgb(122,114,204) url(../img/bg_head_bottom_nav.jpg) no-repeat; color:(75,75,75); font-size:120%;} /*Color navigation bar normal mode*/
.nav4_1au ul {list-style-type:none; margin: 0px; padding: 0px;}
.nav4_1au ul li {float:left; position:relative; z-index:auto !important /*Non-IE6*/; z-index:1000 /*IE6*/; border-right:solid 1px rgb(175,175,175);}
.nav4_1au ul li a {float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; height:3.1em; line-height:3.1em; padding:0 16px 0 16px; text-decoration:none; font-weight:bold; color: rgb(0, 0, 0);}
.nav4_1au ul li ul {display:none; border:none;}


