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

/* Child/Sibling articles nav */

.childpages, .siblingpages {
	width: 100px;
	padding: 0px;
	margin: 0px;
	
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;

	font-family: Arial, Helvetica, sans-serif;
	
	float: left;
} 

.childpages ul, .siblingpages ul {
	padding: 0px;
	border: 0px;
	margin: 0px;
} 

.childpages li, .siblingpages li {
	display: block;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: 0px;
} 

.childpages li a, .siblingpages li a {
	width: 100px;
	*width: 100px;
	display: block;
	float: left;
	clear: left;
	color: #020167;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(site/1/template/ACC28_subarticlesBckgd.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}

.childpages li a:hover, .siblingpages li a:hover {
	text-decoration: none;
	color: #020167;
	background-color: #FFFFFF;
	background-image: url(site/1/template/ACC28_subarticlesBckgdHoverCurrent.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}

li.childpages_current a, li.siblingpages_current a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5C8EE5;
	background-color: #FFFFFF;
	background-image: url(site/1/template/ACC28_subarticlesBckgdHoverCurrent.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
}

#childpagesSiblingpagesBckgdBottom {
	padding: 0px;
	border: 0px;
	margin: 0px;
	background-image: url(site/1/template/ACC28_subarticlesBckgdBottom.jpg);
	float: left;
	height: 100px;
	width: 100px;
} 