/*
* Title: mrbsdrivingschool.com :: menu_style
*
* Description:	This CSS document defines the style of the menu
*				displayed on the main page
*
* Author: Joe Dougherty (joe14@mindspring.com)
*
* Date: 7.4.2004
*
* License Aggreement:
* 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 2 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, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

#menu_table
{width: 156px}

#menu_table td
{padding-left: 3px; padding-top: 3px; padding-bottom: 3px; padding-right: 3px; background-color: #ebebeb; height: auto}

#login
{padding-left: 3px; padding-top: 3px; padding-bottom: 3px; padding-right: 3px; background-color: #ebebeb; border-top: 1px solid #888888}

#menu_table a
{padding-left: 10px; padding-top: 2px; padding-bottom: 2px; padding-right: 5px; font-size: 9pt; display: block; border:1px solid #ebebeb; text-decoration:none; width:150px; color:#333333}

#menu_table a:hover
{border: 1px solid #888888; background-color: #cecece}

#menu_table input
{font-family: verdana; font-size: 8pt; color: #333333; width: 75px; border: 1px solid #888888; background-color: #fafafa}

#menu_table input.button
{font-family: verdana; font-size: 8pt; color: #333333; width: auto; border: 1px solid #888888; background-color: #fafafa}

#menu_table font
{font-size: 9pt}

#menu_table font.red
{font-size: 9pt; color: red; font-weight: bold}

#menu_table font.header
{font-size: 9pt; font-weight: bold}

#menu_table table
{width: 146px; border: 0px}

#menu_table td.login
{padding-left: 10px}