/*
	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>
	*/

li.topnav {
	list-style-type: none;
	display: inline;
	margin-right: 7px;
}

.menu_list {
	width: 164px;
}

.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin: 0px;
	font-weight: bold;
	background: #1a1061 url(/templates/old/navigation/left.png) center right no-repeat;
	font-family: verdana, arial, sans;
	font-size: 11px;
	color: #ffffff;
	border-width: 1px 1px 0 1px;
	border-color: #d7d5e2;
	border-style: solid;
}

.menu_head a:link {
	font-family: verdana, arial, sans;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

.menu_head a:hover {
	font-family: verdana, arial, sans;
	font-size: 11px;
	color: #ffffff;
	text-decoration: link;
}

.menu_head a:visited {
	font-family: verdana, arial, sans;
	font-size: 11px;
	color: #ffffff;
	text-decoration: link;
}

.menu_body {
	display: none;
	font-family: verdana, arial, sans;
	font-size: 10px;
}

.menu_body a {
	display: block;
	color: #ffffff;
	/*background-color: #eeeeff;*/
	background-color: #342b72;
	padding: 2px;
	padding-left: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	border-width: 0 1px 0 1px;
	border-color: #d7d5e2;
	border-style: solid;
	
}

.menu_body a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.menu_body a:link {
	color: #ffffff;
	text-decoration: none;
}

.menu_body a:visited {
	color: #ffffff;
	text-decoration: none;
}
