/*
COPYRIGHT NOTICE - DO NOT REMOVE
MunchAway POS Integrated Online Ordering System for Restaurants
Designed by: Robert H. Johnson
Developed by: Team MunchAway, V2 Solutions, Inc.
Copyright 2007, Lone Tree Technology, Inc., all rights reserved.
Copyright 2008, LT2 Systems, Inc., all rights reserved.
Copyright 2009-2010, MunchAway, LLC., all rights reserved.
This file contains Confidential and Proprietary Information of MunchAway, LLC.
Using or copying this file or any portions of its contents without the expressed written consent of MunchAway LLC is strictly prohibited.
*/

#nav_ul { padding-left: 250px; font-family: Verdana, Arial; list-style: none; position: absolute; top: 0; font-size: 10pt;}
#nav_ul li { display: block; float: left; background-color: #2586d7; padding-left: 10px; padding-right: 10px; padding-bottom: 8px; padding-top: 8px; margin-left: 5px;}
#nav_ul li#first { border-left: none; }
#nav_ul li a { text-decoration: none; color: white;}

#sub_nav_ul {background-color: white; font-family: Verdana, Arial; list-style: none;  font-size: 10pt; padding-top: 5px; padding-bottom: 5px; margin-left: 10px; padding-left: 5px; margin-top: 16px;}
#sub_nav_ul li { display: block; }
#sub_nav_ul li#first { border-left: none; }
#sub_nav_ul li a { text-decoration: none; color: black;}
#sub_nav_ul li a:hover { text-decoration: underline; }