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

#main-menu.main-menu
{
    background-color: #152635;
    padding-top: 0.05em;
    padding-bottom: 0.2em;
	border-top: solid 1px #0099ff;
	border-bottom: solid 1px #0099ff;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
}

#main-menu ul
{
	margin: 0;
	padding: 0;
}

#main-menu ul li
{
	color: gray;
	display: inline;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

#main-menu ul li a
{
	color: gray;
	text-decoration: none;
}

#main-menu ul li.selected
{
	color: white;
	cursor: default;
}

#main-menu ul li.selected a
{
	color: silver;
	text-decoration: none;
	cursor: pointer;
}

#main-menu ul li a:hover
{
	color: white;
	text-decoration: none;
}
