@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

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


ul.MenuBarHorizontal
{
	margin: 0;
	padding: -9;
	text-align: center;
	list-style-type: none;
	width: 216px;
	height: 30px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-weight: bold;
	font-size: 15px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	top: 0;
	left: 0px;
	width: 216px;
	height: 30px;
	float: left;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 15px;
	line-height: 17px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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


/* Menu items are a light gray block with padding and no text decoration
Reads padding only */
ul.MenuBarHorizontal a
{
	display: block;
	height: 30px;
	width: 216px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

/* Menu items that have mouse over or focus have a blue background and white text 
Reads background image only*/
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #FFFFFF;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -30px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 216px;
}
/* Reads background image, font size, width, height, padding*/
#current  {
	display: block;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center -30px;
	height: 30px;
	width: 216px;
}
/* Reads background ifont sizebut not color*/


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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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



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

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

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


/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

#sidebar ul li {
	padding: 0;
	font-size: 15px;
}

