/*
	Copyright 2010 - Max Hacking - Hacking Networked Solutions

	This file is a part of the Hacking Networked Solutions Document Management System CSS Styles 

    The Hacking Networked Solutions Document Management System 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.

    The Hacking Networked Solutions Document Management System 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 the
    Hacking Networked Solutions Document Management System.  If not, please refer to  
    <http://www.gnu.org/licenses/>.
*/

#breadcrumbs
{
    background-color: #374857;
	border: 0px;
	padding: 0px;
	margin: 0px;
	padding-top: 0.15em;
	padding-bottom: 0.35em;
	font-weight: bold;
	font-size: 0.8em;
	width: 100%;
	overflow: hidden;
	cursor: default;
}

#breadcrumbs ul
{
	width: 200em;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#breadcrumbs ul li:before
{
	color: white;
	content: "\00BB";
	padding-left: 0.8em;
	padding-right: 0.8em;
}

#breadcrumbs ul li.first:before
{
	content: "";
	padding-left: 0em;
}

#breadcrumbs ul li
{
	display: inline;
	list-style: square;
	color: silver;
}

#breadcrumbs ul li a
{
	color: silver;
}

#breadcrumbs ul li a:hover
{
	color: white;
}



