@charset "UTF-8";

ul.MenuBarVertical#MenuBar1 ul.MenuBarSubmenuVisible {
	left: 0;
}
ul.MenuBarVertical#MenuBar1 iframe/*******************************************************************************

 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 */
 
{
	position: absolute;
	z-index: 1010;
}
ul.MenuBarVertical#MenuBar1 /* Menu items that have mouse over or focus have a blue background and white text */
 a:focus  
{
	background-color: #33C;
	color: #FFF;
}
/* 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.MenuBarVertical#MenuBar1  li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
ul.MenuBarActive#MenuBar1 {
	cursor: default;
	font-size: medium;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.MenuBarVertical#MenuBar1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: medium;
	cursor: default;
	background-color: #0000A0;
}

ul.MenuBarVertical#MenuBar1 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: small;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 30em;
	background-color: #000040;
}
ul.MenuBarVertical#MenuBar1 li a {
	margin: 0;
	padding: 0.3em 0.3em;
	list-style-type: none;
	font-size: small;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: inherit;
	background-color: #000080;
}


ul.MenuBarVertical#MenuBar1 ul {
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
ul.MenuBarVertical#MenuBar1 ul li {
	width: 25em;
}


ul.MenuBarVertical#MenuBar1 a {
	display: block;
	cursor: pointer;
	padding: 0.4em 0.4em;
	text-decoration: none;
	background-color: #000040;
	color: #FFFFFF;
}
ul.MenuBarVertical#MenuBar1   a:hover    {
	background-color: #FF0000;
	color: #FFF;
}
ul.MenuBarVertical#MenuBar1   a.MenuBarHover {
	color: #FFF;
}
ul.MenuBarVertical#MenuBar1 /*******************************************************************************

 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%) */
 a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #000080;
}

ul.MenuBarVertical#MenuBar1   a.MenuBarItemSubmenuHover     {
	background-color: #FF0000;



}
ul.MenuBarVertical#MenuBar1   /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
a.MenuBarItemHover     
{

}
ul.MenuBarVertical#MenuBar1 li ul li a {
	margin: 0;
	padding: 0,03;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 25em;
	background-color: #FF8000;
}
ul.MenuBarVertical#MenuBar1 li ul li a:hover {
	margin: 0;
	padding: 0,03;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 25em;
	background-color: #008080;
}
ul.MenuBarVertical#MenuBar1 li ul li a.MenuBarItemSubmenu {
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #FF8000;
}
ul.MenuBarVertical#MenuBar1 li ul li a.MenuBarItemSubmenuHover {
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #008080;
}



ul.MenuBarVertical#MenuBar1 li ul li ul li a {
	margin: 0;
	padding: 0,03;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 25em;
	background-color: #FF0080;
}
ul.MenuBarVertical#MenuBar1 li ul li ul li a:hover {
	margin: 0;
	padding: 0,03;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 25em;
	background-color: #800040;
}


ul.MenuBarVertical#MenuBar2 ul.MenuBarSubmenuVisible {
	left: 0;
}
ul.MenuBarVertical#MenuBar2 iframe {
	position: absolute;
	z-index: 1010;
}

ul.MenuBarVertical#MenuBar2 a:focus {
	background-color: #33C;
	color: #FFF;
}


ul.MenuBarVertical#MenuBar2 li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
ul.MenuBarActive#MenuBar2 {
	cursor: default;
	font-size: medium;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.MenuBarVertical#MenuBar2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: medium;
	cursor: default;
	background-color: #CC0000;
}

ul.MenuBarVertical#MenuBar2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: small;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 30em;
}
ul.MenuBarVertical#MenuBar2 li a {
	margin: 0;
	padding: 0.25em 0.25em;
	list-style-type: none;
	font-size: small;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 30em;
}

ul.MenuBarVertical#MenuBar2 ul {
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
ul.MenuBarVertical#MenuBar2 ul li {
	width: 25em;
}
ul.MenuBarVertical#MenuBar2 a {
	display: block;
	cursor: pointer;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.2em 0.2em;
}

ul.MenuBarVertical#MenuBar2 a:hover {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #FF8000;
}
ul.MenuBarVertical#MenuBar2 li ul li a {
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 25em;
	background-color: #8080FF;
}
ul.MenuBarVertical#MenuBar2 li ul li a:hover {
	margin: 0;
	padding: 0,03;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 25em;
	background-color: #000080;
}
ul.MenuBarVertical#MenuBar2 li ul li ul li a {
	margin: 0;
	padding: 0,03;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 20em;
	background-color: #008080;
}
ul.MenuBarVertical#MenuBar2 li ul li ul li a:hover {
	margin: 0;
	padding: 0,03;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 20em;
	background-color: #003737;
}

ul.MenuBarVertical#MenuBar2 a.MenuBarHover {
	color: #FFF;
}
ul.MenuBarVertical#MenuBar2 a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #CC0000;
}
ul.MenuBarVertical#MenuBar2 a.MenuBarItemSubmenuHover {
	background-color: #FF9933;
}
ul.MenuBarVertical#MenuBar2 a.MenuBarItemHover {
}
ul.MenuBarVertical#MenuBar2 li ul li a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	background-color: #8080FF;
}

