@charset "UTF-8";

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/******************************************************************************/

ul.MenuBarHorizontal
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1px 1px;
	list-style-type: none;
	font-size: 10px;
	cursor: default;
	width: 143px;
}
/* currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li
{
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-size: 10pt;
	text-align: left;
	cursor: pointer;
	width: 143px;
	float: left;
}


.lix
{
	width: 134px;
	height:29px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:10px;
 	line-height: 20pt;
	font-size: 10pt;
}
.lix:hover
{
	background-image: url(faqButtOn.gif);
	text-indent:23px;
}





ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 12pt;
	z-index: 1020;
	cursor: default;
	width: 134px;
	height:auto;
	position: absolute;
	left: -950em;
}
/* we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
ul.MenuBarHorizontal ul li
{
	width: 134px;
	height:29px;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:10px;
 	line-height: 20pt;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/******************************************************************************/
ul.MenuBarHorizontal a
{
	display: block;
	background-image: url(faqButtOff.gif);
	cursor: pointer;
	height:29px;
	padding: 0 0;
	color: #fff;
	text-decoration: none;
}
ul.MenuBarHorizontal ul li a:hover
{
	background-image: url(faqButtOn.gif);
	text-indent:23px;
}

/******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* 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;
	}
}
