/* --------- nav.css file ------------------------------------------------------ */
/*                                                                               */
/* Navigation bar CSS style sheet						 */
/*										 */
/* Author: Willem Scholten                                                       */
/*
/* $HeadURL$
   $Id$
   $LastChangeBy$

  -------------------------------------------------------------------------------*/

/*Top Navbar */

.containerNavTableRow {
        margin: 0px;
        border: none;
        background-color: #d7a900;
        vertical-align: top;
}

.navbarCell {
        background:#d7a900;
	border-bottom: none;
	padding: 0;
}

.navbarCellFiller {
        background:#d7a900;
        border-bottom: none;
}

.breadcrumbsRow {
        background:#3b185a;
        }
 
.breadcrumbsCell {
        background:#3b185a;
        border-bottom: none;
        padding: 0;
	color:#fff;
        font-weight: normal;
	padding: 6px 0 6px 78px;
	width: 868px;
}
       
#navbar {
	background:#d7a900;
	border-top:1px solid #d7a900;
	padding:3px 12px 0 12px;
	}
	
#nav {
	font-size:1.1em;
	}
	
#nav, #nav ul {
	list-style: none;
	line-height: 1;
	}

#nav li {
	float: left;
	list-style:none;
	margin-right:10px;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #fff;
	padding:6px 12px 10px 12px;
	background:url(/dpexplorer/locale/en/images/pipe.gif) right no-repeat
	}

#nav a:hover, #nav a:active {
/*	background:#403364; */
	background: rgb(102, 153, 204);
	text-decoration:none;
	color: #fff;
	}	

#nav .current-cat a, #nav .current-cat a:visited  {
	/* background:#403364 url(/dpexplorer/locale/en/images/arrow.gif) no-repeat center 22px; */
	background: rgb(102, 153, 204) url(/dpexplorer/locale/en/images/arrow.gif) no-repeat center 22px;
	color: #fff;
	}

/* Dropdown Menus */		

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 162px;
	border:1px solid#b3b3b3;
	}

#nav li li {
	width: 162px;
	background: #fff;
	border-bottom: 1px solid#b3b3b3;
	}

#nav li li a, #nav li li a:visited {
	font-weight:normal;
	font-size:0.9em;
	color:#777;
	background:#fff;
	}

#nav li li a:hover, #nav li li a:active {
	background:#fff;
	color:#777;
	font-weight:bold;
	}	
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	font-weight:bold;
	}

a.main:hover
{	background:none;
	}

#nav li li.current-cat a, #nav li li.current-cat a:visited,
#nav .current-cat .children a, #nav .current-cat .children a:visited
  {
	background:#fff;
	background-color: #FFFFFF;
	}

#nav li li.current-cat a:hover, #nav li li.current-cat a:active,
#nav .current-cat .children a:hover, #nav .current-cat .children a:active {
	background:#fff;
	background-color: #FFFFFF;
	}	
	
#nav page_item_list {
	background-color: #FFFFFF;
}
