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

.arial_8px {
    font-family: arial,verdana,sans-serif,helvetica;
    color: #000000;
    font-size: 8px;
    font-weight: none;
    font-style: none;
}

.arial_8px_BOLD {
    font-family: arial,verdana,sans-serif,helvetica;
    color: #000000;
    font-size: 8px;
    font-weight: bold;
    font-style: none;
}

.arial_10px {
    font-family: arial,verdana,sans-serif,helvetica;
    color: #000000;
    font-size: 10px;
    font-weight: none;
    font-style: none;
}

.arial_10px_BOLD {
    font-family: arial,verdana,sans-serif,helvetica;
    color: #000000;
    font-size: 10px;
    font-weight: bold;
    font-style: none;
}

.arial_12px {
    font-family: arial,verdana,sans-serif,helvetica;
    color: #000000;
    font-size: 12px;
    font-weight: none;
    font-style: none;
}


.arial_12px_BOLD {
    font-family: arial,verdana,sans-serif,helvetica;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    font-style: none;
}

.arial_14px {
    font-family: arial,verdana,sans-serif,helvetica;
    color: #000000;
    font-size: 14px;
    font-weight: none;
    font-style: none;
}

.arial_14px_BOLD {
    font-family: arial,verdana,sans-serif,helvetica;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-style: none;
}