@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */

/* Menu items are a light gray block with padding and no text decoration */
td.TopMenu a
{
	display: block;
	cursor: pointer;
	background-color: #000;
	color: #333;
	text-decoration: none;
	padding: 0px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 1px;
	margin-bottom: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
td.TopMenu a:hover, td.TopMenu a:focus
{
	background-color: #33C;
	color: #FFF;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
