/*
	This file is part of CoLab.

	CoLab - Free Order Processing and Time Management Tool.
	Copyright (C) 2009  Manuel Largo <colab@largo-online.ch>

	This program is free software; you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation; either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program; if not, see <http://www.gnu.org/licenses>
	*/

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#E2E2E2;
	width: 220px;
	top: 80px;
}
#navigation a.head {
	cursor: pointer;
	border: 1px solid #CCCCCC;
	background-color: #08699e;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
}
#navigation a.head:hover {
	color: #d1efff;
}
#navigation a.selected {

}
#navigation a.current {
	background-color: #7ebbdc;
}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style:none outside none; display:inline;
}
#navigation li a {
	font-family: verdana, arial, sans;
 	font-size: 12px;
 	font-weight: normal;
}
#navigation li li a {
	font-family: verdana, arial, sans;
 	font-size: 11px;
 	font-weight: normal;
	color:#000000;
	display:block;
	text-indent:10px;
	text-decoration: none;
	padding-left: 20px;
}
#navigation li li a:hover {
	background-color:#cccccc;
	color:#08699e;
}
