@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
*******************************************************************************/

/* 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 MAIN button color when Menu SUB is open*/
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	color: #ffffff;
	background-color: #770000;
	}

/* Menu MAIN background */
ul.MenuBarHorizontal {
	position: relative; margin: 0; margin-top: -1px; padding: 0;
	width: 700px; height: 14px;
	border: 1px solid #999999;
	background-color: #eeeeee;
	}

/* Menu MAIN buttons */
li.main {
	list-style-type: none; cursor: pointer;
	position: relative; margin: 0; padding: 0; float: left;
	width: 100px;
	}
	
	li.main a {
		display: block;
		position: relative; margin: 0;
		font: bold 11px arial; color: #999999;
		background-color: #eeeeee;
		text-align: center; text-decoration: none;
		}
	
	li.main a:hover {
		color: #ffffff; 
		background-color: #770000;
		}

/* Menu SUB background */
ul.sub {
	position: absolute;	left: -1000em; margin: 0; padding: 0; z-index: 1020;
	width: 98px;
	border: 1px solid #999999;
	}

/* Menu SUB buttons */
li.sub {
	list-style-type: none; cursor: pointer;
	position: relative; margin: 0; float: left;
	width: 98px;
	}
	
	li.sub a {
		display: block;
		color: #999999; background-color: #ffffff;
		}
		
	li.sub a:hover {
		color: #ffffff;
		background-color: #770000;
		}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
	}
	
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	top: 0; left: auto;
	}

/*******************************************************************************
 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.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.MenuBarHorizontal li.MenuBarItemIE {
		display: inline;
		f\loat: left;
		background: #FFF;
		}
	}

/* Styles for the ajax pop-up dealie */

.password {
	font: 12px Arial, Helvetica, sans-serif;
	}

.actionDiv {
	display: none;
	border: solid 1px #770000;
	background-color: #FFF;
	position: absolute;
	width: 218px;
	margin: 0px;
	}
	
#actionShadow {
	display: none;
	position: absolute;
	height: 50;
	width: 216px;
	background-color: #333333;
	filter:alpha(opacity=35);
	-moz-opacity:.35;
	opacity:.35;
	}

div.actionMenu {
	height: 18px;
	font: Arial, Helvetica, sans-serif;
	}

div.actionBody {
	padding: 5px; padding-top: 0px; margin-top: -16px;
	}