@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 */
#navcontainer{
	width: 800px;
	text-align: center;
	height: 60px;
}
ul.MenuBarHorizontal
{
	margin:0px;
	padding:0;
	width:100%
}
/* 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
{
	color: #FFFFFF;
	z-index: 1000;
	background-color: #8496C3;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	display:inline;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: 400;
} 
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	text-decoration:none;
	padding:10px 24px 10px 24px;
	color:#eee;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover 
{
	background:#8496C3;
	color:#000
}
ul.MenuBarHorizontal a:focus
{
	color: #FFF;
}
/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
/* 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: #053256;
	}
}
#topelements table tr td strong p {
	text-align: left;
}
#topelements table tr td strong p a {
	font-size: 14px;
}
