/* ____________________    ______________ _____  ___________________________   __
 * ___  __ \__  ____/_ |  / /_  __ \__  / __  / / /__  __/___  _/_  __ \__  | / /
 * __  /_/ /_  __/  __ | / /_  / / /_  /  _  / / /__  /   __  / _  / / /_   |/ /
 * _  _, _/_  /___  __ |/ / / /_/ /_  /___/ /_/ / _  /   __/ /  / /_/ /_  /|  /
 * /_/ |_| /_____/  _____/  \____/ /_____/\____/  /_/    /___/  \____/ /_/ |_/
 * Revolution V0.1
 * Written By Etienne Le Sueur
 * Dated 15-06-2005
 * Filename: Navigator.css
 * Version: 0.1
 * Copyright 2005 Etienne Le Sueur
 * http://revolution.jet-age.co.nz/docs/core.php
 **/

/* Styles for the Navigator Module
 **/

/* Some styles for left widgets **/
#leftList ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px; }

#leftList .category {
	color: #000;
	font-weight: bold;
	padding: 0px; }

#leftList .item {
	margin-top: -1px;
	padding: 0px 0px 0px 0px; }

#leftList p {
	margin: 0px;
	font-weight: bold;
	color: #5F0800; }

#leftList a {
	font-weight: bold;
	color: #8E8376;
	text-decoration: none;
	line-height: 16px; }

#leftList a:hover {
	font-weight: bold;
	color: #8E8376;
	text-decoration: underline;
	line-height: 16px; }

#leftNavigator {
	background-color: #C3C3C3;
	width: 138px;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #DFDFDF; }

#leftNavigator ul {
	list-style: none;
	margin: 0 10px 0 5px;
	padding: 0; }

#leftNavigator li {
	margin: 0 2px 2px 2px;
	padding: 0 2px 0 0; }

#navigatorCategory {
	color: #000; }

#navigatorCategory a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none; }

#navigatorCategory a:hover {
	color: #ff6; }
