 /* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*

   Chandos Styles

   Authors:
      Name  : Hugh Field-Richards, Ian Field-Richards
      Email : hsfr@hsfr.org.uk, ifr@sevenseventyfour.com

   LICENSE:
 
   This software is free software; you can redistribute it
   and/or modify it under the terms of the GNU Lesser General
   Public License as published by the Free Software Foundation;
   either version 2.1 of the License, or (at your option) any
   later version.
   
   This software 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
   Lesser General Public License for more details.
   
   You should have received a copy of the GNU Lesser General Public
   License along with this software; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

*/

/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-   TOP PANEL  -*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/* -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */
/*
   Top Panel where latest concert etc sits
*/

#menusPanel {
   width: 600px;
	background-color: #4F0009;
	height: 15px;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	font-size: 95%;
	color: #FFFFFF;
	padding: 3px 0px 3px 0px;
	text-align: center;
   vertical-align: middle;
}

.menusPanelText {
}

.menusPanelDivider {
   vertical-align: middle;
   padding: 0px 2px 0px 2px;
}

#menusPanel a:link { color: #F8AC4E;  text-decoration: none }
#menusPanel a:visited { color: #F8AC4E;  text-decoration: none }
#menusPanel a:hover { color: white; text-decoration: none; background-color: #4F0009; }
#menusPanel a:active { color: #F8AC4E;  text-decoration: none }



