@charset "UTF-8";



div#leftCol ul.MenuBarVertical

{

	height: 207px;

	_height: 250px;

	margin: 20px 0px 0px 40px;

}

/* 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 */

div#leftCol ul.MenuBarActive

{

	z-index: 1200;

}

/* Menu item containers, position children relative to this container and are same fixed width as parent */

div#leftCol ul.MenuBarVertical li

{

	margin: 0;

	padding: 0;

	list-style-type: none;

	font-size: 100%;

	position: relative;

	text-align: left;

	cursor: pointer;

	width:140px;

}



div#leftCol ul.MenuBarVertical li ul li

{

	margin: 0;

	list-style-type: none;

	font-size: 100%;

	position: relative;

	text-align: left;

	cursor: pointer;

}



/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */

div#leftCol ul.MenuBarVertical ul

{

	margin: 0;

	padding: 0;

	list-style-type: none;

	font-size: 100%;

	position: absolute;

	z-index: 1220;

	cursor: default;

	width:147px;

	height:197px;

	left: -1000em;

	overflow: scroll;

	background: url(../img/submenuBg.png);

	_background: #e0d4b0 url(none);

	border-top: 1px solid #381815;

	border-right: 1px solid #381815;

	border-bottom: 1px solid #381815;

	border-left-style: none;

	margin-top:-110px;

}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */

div#leftCol ul.MenuBarVertical ul.MenuBarSubmenuVisible

{

	left: 130px;

	overflow: auto;

	overflow-x: hidden;

	overflow-y: scroll;

}



div#leftCol ul.MenuBarVertical ul.MenuBarSubmenuVisible li

{

	margin: 0;

	padding: 0;

	background:none;

}



div#leftCol ul.MenuBarVertical ul.MenuBarSubmenuVisible li a

{

	margin: 0;

	width:120px;

	padding:5px;

	background:none;

}



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



 DESIGN INFORMATION: describes color scheme, borders, fonts



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



/* Outermost menu container has borders on all sides */



/* Submenu containers have borders on all sides */



/* Menu items are a light gray block with padding and no text decoration */

div#leftCol ul.MenuBarVertical a

{

	display: block;

	padding-top: 5px;

	padding-bottom: 4px;

	width: 140px;

	text-indent: 14px;

	background: url(../img/bullet.gif) no-repeat 0px center;

	color: #4e2c2a;

	font-size: 11pt;

	font-weight: bold;

	text-decoration: none;

}

/* Menu items that have mouse over or focus have a blue background and white text */

div#leftCol ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus

{

	border:none;

	text-decoration: underline;

}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */

div#leftCol ul.MenuBarVertical a.MenuBarItemHover

{

	border:none;

}

div#leftCol ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible

{

	border: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%) */

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



 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 */

div#leftCol ul.MenuBarVertical iframe

{

	border:none;

	visibility:hidden;

	position: absolute;

	z-index: 1210;

}

/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */

@media screen, projection

{

	div#leftCol ul.MenuBarVertical li.MenuBarItemIE

	{

	border:none;

		display: inline;

		f\loat: left;

		background:transparent;



	}

	div#leftCol ul.MenuBarVertical li.MenuBarItemIE ul

	{

	margin-top:-85px;



	}

}