@charset "UTF-8";

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


#menu {
	width: 212px;
	margin: 0px;
	padding: 0px;
	float: none;
}
ul.MenuBar {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 212px;
	clear: left;
}
ul.MenuBarActive {
	z-index: 1000;
}
ul.MenuBar li {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	cursor: pointer;
	width: 212px;
	text-align: left;
}
ul.MenuBar ul {
	margin: 0% 0 10px 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 200px;
	left: -1000em;
	top: 0;
}
ul.MenuBar ul.MenuBarSubmenuVisible {
	left: 0;
}
ul.MenuBar ul li {
	border: 1px solid #FFFFFF;
	width: 200px;
	height: 28px;
}
ul.MenuBar {
	border: 0px solid #CCCCCC;
}
ul.MenuBar a {
	display: block;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	background: url(../images/nav.jpg) no-repeat;
	font-weight: bold;
	padding: 6px 0px 0px;
	height: 24px;
	text-indent: 36px;
	width: 212px;
	vertical-align: top;
}
ul.MenuBar a:hover, ul.MenuBar a:focus {
	color: #000000;
	background: url(../images/nav-over.jpg) no-repeat;
}
ul.MenuBar ul a {
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	background: #323498;
	font-weight: bold;
	padding: 0px;
	height: 28px;
	text-indent: 24px;
	width: 200px;
}
ul.MenuBar ul a:hover, ul.MenuBar ul a:focus {
	background: #999999;
}
ul.MenuBar a.MenuBarItemHover, ul.MenuBar a.MenuBarItemSubmenuHover, ul.MenuBar a.MenuBarSubmenuVisible {
	color: #FFFFFF;
}
ul.MenuBar a.MenuBarItemSubmenu {
	text-indent: 48px;
}
ul.MenuBar a.MenuBarItemSubmenuHover {
	text-indent: 48px;
}

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

 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.MenuBar 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.MenuBar li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
