/*
Copyright (c) 2005 The Hague Justice Portal
$Revision: 1.0 $
*/

.nav,
.switch {
	margin: 5px 10px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align: right;	
}

.switch {
	margin-top: 18px;
}

.nav li,
.switch li {
	display: inline;
}

.nav li,
.nav li a,
.switch li,
.switch li a {
	font-size: 10px;
	padding-left: 10px;	
}

.nav li a {
	color: black;
	text-decoration: none;
	background: #ffffff url("../img/buttons/subnav_pipe_black.gif") no-repeat 0px 3px;		
}

.nav li a:hover,
.nav .selected {
	color: #8f949a;	
	background: #ffffff url("../img/buttons/nav_arrow_grey.gif") no-repeat 0px 3px;				
}

.nav .selected {
	margin-left: 10px;
}

.switch li a {
	color: #8f949a;
	text-decoration: none;
	background: #ffffff url("../img/buttons/subnav_pipe_grey.gif") no-repeat 0px 3px;			
}

.switch li a:hover,
.switch .selected {
	color: black;
	background: #ffffff url("../img/buttons/nav_arrow_black.gif") no-repeat 0px 3px;			
}

.switch .selected {
	margin-left: 10px;
}