@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.MenuTopHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
ul.MenuBarHorizontal
{
	list-style-type: none;
	font-size: 90%;
	cursor: default;
	width: 988px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
/* 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.MenuTopActive
{
	z-index: 1000;
}
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuTopHorizontal li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: auto;
	float: left;
	white-space: nowrap;
	min-width: 120px;
}
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 90%;
	text-align: center;
	cursor: pointer;
	float: left;
	width: 141px;
	height: 24px;/*	
	border-left-color:#CCCCCC;
	border-left-style:outset;
	border-right-color:#666666;
	border-right-style:inset;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: outset;
	border-bottom-style: inset;
	border-top-color: #CCCCCC;
	border-bottom-color: #666666;
	*/
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuTopHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: auto;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	z-index: 1020;
	cursor: default;
	width: 138px;
	height: 24px;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: 0;
}

/* Menu item containers are same fixed width as parent */
ul.MenuTopHorizontal ul li
{
	float: none;
	background-color: transparent;
}
ul.MenuBarHorizontal ul li
{
	background-color: transparent;
	width: auto;
	height: 24px;
	float:none;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuTopHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%; 
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuTopHorizontal ul
{
	border: 1px solid #CCC;
}
ul.MenuBarHorizontal ul
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFFFFF;
	text-decoration: none;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuTopHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#5C7A94;
	padding: 4px;
	border-left-color:#FFFFFF;
	border-left-style:solid;
	border-right-color:#F0F0F0;
	border-right-style:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #F0F0F0;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuTopHorizontal a:hover, ul.MenuTopHorizontal a:focus
{
	color: #000000;

}
ul.MenuBarHorizontal a:hover
{
	color: #000000;
	background-color: #E0E0E0;
	border-left-color:#CCCCCC;
	border-left-style:solid;
	border-right-color:#999999;
	border-right-style:solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
ul.MenuBarHorizontal a:focus
{
	color: #FFFFFF;
	background-color:#5C7A94;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuTopHorizontal a.MenuTopItemHover
{
	color: #00FF00;
}
ul.MenuBarHorizontal a.MenuBarItemHover
{
	color: #000000;
}
ul.MenuBarHorizontal   a#premido  {
	background-color:#B8920B;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuTopHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* 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.MenuTopHorizontal li.MenuTopItemIE
	{
		display: inline;
		float: left;
		background: #FFF;
	}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
	display: inline;
	float: left;
	background: #FFF;
	}
}

