/************************************************************
Title:     Navcontainer | Emile Blume - Netcreators.com
************************************************************/
#nav-meta ul, #nav-meta li, #nav-sub ul, #nav-sub li, #nav-footer ul, #nav-footer li {
  list-style: none;
  display: inline;  
  margin: 0;
  padding: 0;
}

/* Meta navigation /////////////////////////////////////////*/
#nav-meta {
  top:87px;
  right:18px;
  position:absolute;
}

#nav-meta a { 
  background:url(../img/nc-imgsprite.gif) no-repeat right -172px;
  color:#333;
  font-size:10px;
  padding:1px 10px;
}
#nav-meta a:hover { background:#333; color:#FFF; text-decoration:none; }
#nav-meta li.last a { background-image:none; }


/* Left navigation ///////////////////////////////////////////*/
#nav-left { margin-bottom: 1em; width: 180px;}
#nav-left ul, #nav-left li { list-style:none; margin:0; padding:0;}

#nav-left li a {
  border-bottom: 1px dotted #747474;
  display: block;
  font-weight: normal;
  padding: 0.3em 0;
}

#nav-left li a.current { font-weight:bold;}
#nav-left li a:hover { }
#nav-left ul ul { padding: 0.3em; }

#nav-left li li a {
  border-bottom: 0;
  color: #7D7D7D;
  font-weight: normal;
  padding: 0;
  padding-left: 1em;
}

/* Language selection ////////////////////////////////////////////////////////////////////*/
#language { 
  right: 9px;
  top: 20px;
  position: absolute;
}

#language a { 
  color:#666; 
  font-size: 10px;
  padding-right: 0.6em;
  margin-right: 0.3em;
}

#language a.nl { border-right: 1px solid #666; }
#language a.en {padding-left: 3px;}

/* Breadcrumb navigation ////////////////////////////////////////////////////////////////////*/
#breadcrumb { color: #999;  font-size:10px; margin-bottom: 1.5em;}
#breadcrumb a { margin-left:0; }

/* Sub navigation ////////////////////////////////////////////////////////////////////*/
#nav-sub { 
  background: url(../img/bg-nav-sub.gif) no-repeat left bottom;
  font-size: 10px;
  height: 22px;
  width: 440px;
  padding: 18px 0 0 10px;
  overflow: hidden;
}

#nav-sub p, #nav-sub ul { float:left;}

#nav-sub li {
  border-right: 1px solid #C20000;
  display: inline;
  padding: 0 0.6em;
}

#nav-sub li.last { border:0; }
#nav-sub p { margin:0; padding:0; }

/* Footer navigation ////////////////////////////////////////////////////////////////////*/
#nav-footer, #socialbookmarks { 
  background:url(../img/bg-nav-footer.gif) no-repeat left bottom;
  height:30px;
  line-height:30px;
  padding-left:10px;
  width:430px;
  
  left:242px;
  top:-60px;
  position:absolute;
}

#socialbookmarks { line-height:35px; padding-left:10px; }

/*#nav-footer li a {
  background:url(../img/nav-meta-pipe.gif) no-repeat right 2px;
  font-size:10px;
  padding:1px 6px;
}
#nav-footer li.last a { background-image:none; }*/

/* Anchor tag (quiet) ////////////////////////////////////////////////////////////////////*/
.anchor { float: left; }

/* font-size /////////////////////////////////////////////*/
.tx-efafontsize-pi1 {
  position:relative;
  top:-23px;
  width: auto;
  overflow: hidden;
}


/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */
/* remove all list stylings */
.menu, .menu ul {
  margin:0;
  padding:0;
  border:0;
  list-style-type:none;
  display:block;
}

.menu li {
  margin:0;
  padding:0;
  border:0;
  display:block;
  float:left;
/*  position:relative;*/
  z-index:5;
}

.menu li:hover { z-index:10000; white-space:normal;}
.menu li li { float:none; }

.menu ul {
  visibility:hidden;
  position:relative;
  z-index:10;
  left:0px;
  top:37px;
}

.menu li:hover>ul { visibility:visible; /*top:100%;*/}
.menu li li:hover>ul { top:0; left:100%;}

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
  content:".";
  height:0;
  display:block;
  visibility:hidden;
  overflow:hidden;
  clear:both;
}
.menu, .menu ul { /* IE7 float clear: */ min-height: 0; }
/* -- float.clear.END --  */

/* -- sticky.submenu -- */
.menu ul {
/*  background:#f00 url(empty.gif);*/
  padding:10px 30px 30px 30px;
  margin:0px 0 0 0px;
}
.menu ul ul {
  padding:30px 30px 30px 10px;
  margin:-30px 0 0 -10px;
}
/* -- sticky.submenu.END ----------------------------------------------------- */

/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */
ul.menu {
  left:18px;
  top: 242px;
  position: absolute;
  width:930px;
  z-index: 300;
  z-index:15;
}

.menu ul { 
  background:url(../img/bg-pulldown-main.gif) no-repeat bottom left;
  padding:3px;
  width:222px;
}

.menu a {
  background: url(../img/bg-nav-main.gif) no-repeat left top;
  color: #CA0000;  
  display: block;
  float: left;
  font-size: 14px;
  height: 55px;
  width: 208px;
  margin-right:5px;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 13px;
  padding: 10px;
}
/*
.menu a:hover, .menu li:hover>a { 
  border-bottom:3px solid #747474;
  background: #5c5c5c url(../img/bg-share-on.gif) no-repeat left top;
  color: #FFF;
  text-decoration:none;
}
*/
.menu a.active { color:#000; }
.menu ul li a.active {color: #fff;}

/*.menu li { height:1%; }*/
.menu li li {
  color:#000;
  display:block;
  float:left;
  clear:both;
  padding:5px;
  width:218px;
  height:auto;
  position:relative;
  left:-3px;
}
.menu ul>li + li { border-top:0; }

.menu li li a {
  border:0;
  color:#000;
  display:block;
  font-size:10px;
  font-weight:bold;
  padding:5px;
  padding-right:7px;
  background: none;
  height: auto;
  width: 100%;
}

.menu li li:hover  { background:#BE1011; }
.menu li li a:hover { background:transparent url(../img/more-white.gif) no-repeat right bottom; }
.menu li li p { color:#FFF; font-size:10px; margin:0; line-height:1.1em; }
.menu li li p.sub-desc { padding-top:20px; }

.menu li li:hover>ul { top:5px; left:90%;}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
   placed here to clarify the terminology I use when referencing submenus in posts */
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
  /*color:#567;*/
}

/* Fix for IE5/Mac \*//*/
.menu a { float:left;}
/* End Fix */

ul.menu li.last a { margin-right:0; }

/* Nav home ----------------------------------------------*/
#nav-home {
  height: 160px;
  top: 242px;
  left: 18px;
  position: absolute;
}

#nav-home ul {
  padding:0;
  margin:0;
}

#nav-home li {
  list-style-type:none;
  height: 156px;
  width: 228px;
  position:relative;
  float:left;
  margin-right:5px;
}
#nav-home li li {
  width:auto;
  height:auto;
  float:none;
  margin-right:0;
  position:relative;
  left:-10px;
}

#nav-home li a { 
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: black;
  line-height: 13px;
  padding: 10px;
  height: 136px;
  z-index:20;
}

#nav-home li a:hover {
  text-decoration:none;
  color:#CA0000;
}

#nav-home li a.m-930 {background: url(../img/nav-01.jpg) no-repeat left top;}
#nav-home li a.m-931 {background: url(../img/nav-02.jpg) no-repeat left top;}
#nav-home li a.m-932 {background: url(../img/nav-03.jpg) no-repeat left top;}
#nav-home li a.m-933 {background: url(../img/nav-04.jpg) no-repeat left top;}

#nav-home .hover {
  position: absolute;
  margin-top: 25px;
  top: 0;
  padding-left: 10px;
  width: 218px;
  height: 131px;
  background: url(../img/bg-hover-menu.png) no-repeat left top;
  display:none;
  z-index:0;
}

#nav-home .hover .first {padding-top:20px;}

#nav-home li li a {
  width:207px;
  height:auto;
  font-size:12px;
  text-transform:none;
  padding:0;
  line-height:20px;
  background: url(../img/arrow-menu-home.gif) no-repeat 10px center;
  padding-left:20px;
}

#nav-home li li a:hover {
  background:#231f20 url(../img/arrow-menu-home.gif) no-repeat -790px center;
  color:#fff;
}
/* TM Nav internal page ----------------------------------------------*/
#nav-main {
  height: auto;
  background: #fff;
  position: absolute;
  top: 242px;
  left:0;
  padding-left: 18px;
  width: 942px;
}

#nav-main ul {
  padding:0;
  margin:0;
}

#nav-main li {
  list-style-type:none;
  width: 228px;
  position:relative;
  float:left;
  margin-right:5px;
}
#nav-main li li {
  width:auto;
  height:auto;
  float:none;
  margin-right:0;
  position:relative;
  left:-10px;
}

#nav-main li a { 
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  color: black;
  line-height: 13px;
  padding: 10px;
  z-index:20;
  padding-bottom: 0px;
  height:25px;
}

#nav-main li a:hover {
  text-decoration:none;
  color:#CA0000;
}

#nav-main li a {
  background: url(../img/nav-slideme.gif) no-repeat left top;
}

#nav-main li li a {
  width:207px;
  height:auto;
  font-size:12px;
  text-transform:none;
  padding:0;
  line-height:20px;
  background: url(../img/arrow-menu-home.gif) no-repeat 10px center;
  padding-left:20px;
}

#nav-main li li a:hover {
  background:#231f20 url(../img/arrow-menu-home.gif) no-repeat -790px center;
  color:#fff;
}
#nav-main ul.nav-main-list {
  padding-left: 10px;
  padding-top: 20px;
  width: 218px;
  height: 121px;
  background: url(../img/bg-hover-menu.png) no-repeat left top;
  display: none;
  position: absolute;
  top:25px;
  z-index:500;
}
