@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 */
#topMenu ul.MenuBarHorizontal
{
	margin: 0px;;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;	
}
/* 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 */
#topMenu ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
#topMenu ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;

}


/* 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) */
#topMenu ul.MenuBarHorizontal ul
{
	margin: -1px 0px 0px 0px;
	padding:0px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 100px;
	position: absolute;
	left: -1000em;
	background:#ffffff;

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
#topMenu ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
#topMenu ul.MenuBarHorizontal ul li
{
	margin: 0px;
	text-align:left;	
	border:none;	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
#topMenu ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
#topMenu ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Menu items are a light gray block with padding and no text decoration */
#topMenu ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	height: 21px;
	line-height: 21px;
	padding:0px;
	width: 100px !important;
	width:90px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 9pt;
}

#topMenu ul.MenuBarHorizontal a div {float:left;height:21px;}
#topMenu ul.MenuBarHorizontal a .menu-l {width:6px; background:url(/images/topbx_left.jpg) no-repeat right;}
#topMenu ul.MenuBarHorizontal a .menu-c {padding-right:10px;background:url(/images/topbox_center.jpg)  repeat-x right; width:70}
#topMenu ul.MenuBarHorizontal a .menu-r {width:6px;background:url(/images/topbox_right.jpg) no-repeat left;}

#topMenu ul.MenuBarHorizontal a:hover .menu-l {width:6px; background:url(/images/wbtn_left.jpg) no-repeat right;}
#topMenu ul.MenuBarHorizontal a:hover .menu-c {background:#000000 url(/images/warrow.gif) no-repeat right;color:#ffffff; text-decoration:none}
#topMenu ul.MenuBarHorizontal a:hover .menu-r {width:6px;background:url(/images/wbtn_right.jpg) no-repeat left;}


#topMenu ul.MenuBarHorizontal ul a
{
	padding:0px;
	color:#000000;
	height: 22px;
	line-height: 22px;
	text-align: left;
	font-weight: normal;
	padding-left:15px;
	font-size:9pt;
	margin:0px;
	overflow:visible;
	width:100px;
	background:url(/images/96.gif) no-repeat 5px center;
}

#topMenu ul.MenuBarHorizontal ul div {float:left;width:100px;}
#topMenu ul.MenuBarHorizontal ul div.submenu_top {height:6px;height:6px; background:url(/images/submenu_top.jpg) no-repeat bottom;}
#topMenu ul.MenuBarHorizontal ul div.submenu_center {background:#ffffff url(/images/submenu_c.jpg) repeat-y center;}
#topMenu ul.MenuBarHorizontal ul div.submenu_bot { height:8px;background:url(/images/submenu_bot.jpg) no-repeat top;}


#topMenu ul.MenuBarHorizontal a:focus .menu-l {width:6px; background:url(/images/wbtn_left.jpg) no-repeat right;}
#topMenu ul.MenuBarHorizontal a:focus .menu-c {background:#000000 url(/images/warrow.gif) no-repeat right;color:#ffffff;text-decoration:none}
#topMenu ul.MenuBarHorizontal a:focus .menu-r {width:6px;background:url(/images/wbtn_right.jpg) no-repeat left;}


#topMenu ul.MenuBarHorizontal ul a:hover, ul.aboutMenuBar ul a:focus
{
	background:none url(/images/96-1.gif) no-repeat 5px center;
	color:#C30;text-decoration:none;font-weight:bold
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
#topMenu ul.MenuBarHorizontal a.MenuBarItemHover, ul.aboutMenuBar a.MenuBarItemSubmenuHover, ul.aboutMenuBar a.MenuBarSubmenuVisible
{ 
text-decoration:none
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.aboutMenuBar a.MenuBarItemSubmenu
{
	
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.aboutMenuBar a.MenuBarItemSubmenuHover
{
	text-decoration:none
}

#topMenu ul.MenuBarHorizontal a.MenuBarItemSubmenuHover .menu-l {width:6px; background:url(/images/wbtn_left.jpg) no-repeat right;}
#topMenu ul.MenuBarHorizontal a.MenuBarItemSubmenuHover .menu-c {background:#000000 url(/images/warrow.gif) no-repeat right;color:#ffffff;text-decoration:none}
#topMenu ul.MenuBarHorizontal a.MenuBarItemSubmenuHover .menu-r {width:6px;background:url(/images/wbtn_right.jpg) no-repeat left;}

#topMenu ul.MenuBarHorizontal a.MenuBarItemSubmenuHover:hover 
{ 
}
#topMenu ul.MenuBarHorizontal a.MenuBarItemSubmenuHover .navsign
{
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
#topMenu ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
}

/*******************************************************************************

 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 */
#topMenu ul.MenuBarHorizontal iframe
{   margin:0;
    padding:0;
    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
{
	#topMenu ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: ;
	}
}
