
	
	/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
	
	/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
	
			/*End of styles for the edit box*/
	
	/*******************************************************************************
	
	BROWSER HACKS: the hacks below should not be changed unless you are an expert
	
	*******************************************************************************/
	
	.MenuBarItemIE 
	{
		position: static;
	}
	
	/* 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;
			float: left;
			background-color: #FFF;
		}
	}
	
	ul.MenuBarVertical {
width:132px;
margin:0;
padding:0;
float:left;
font:bold 1.0em Arial, Helvetica, sans-serif;
background-color: #fff;
color: #333;
border-bottom: 1px solid #fff;
}
ul.MenuBarVertical  ul {
margin:0;
padding:0;
list-style:none;
border-top: 1px solid #C1974B;
border-right: 1px solid #C1974B;
}
ul.MenuBarVertical  li {
border-bottom: 1px solid #C1974B;
margin: 0;
padding:0;
}
ul.MenuBarVertical li a {
display: block;
margin:0;
padding: 2px 0 2px 20px;
background-color: #fff;
color: #004B91;
text-decoration: none;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
width:110px;
}
html>body ul.MenuBarVertical li a {
width: auto;
}
ul.MenuBarVertical li a:hover {
background-color: #BB9B54;
color: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}
ul.MenuBarVertical {
background-color: #5FB935;
color: #fff;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
}




