@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
 
 /*******************************************************************************

EOSTUDIO EDITS MADE TO SPRY MENU 02/08 ST. MARYS ATHENS WEBSITE

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

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	width: auto;
}
/* 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 */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	float: left;
}


/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	padding: 0;
	margin: -1px 0 0 1px;
	list-style-type: none;
	font-size: 10px;
	z-index: 1020;
	cursor: default;
	width: 143px;
	position: absolute;
	left: -1000em;
	border: 1px solid #E2CD98;
	background-color: #FBF6EA;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 133px;
}
/* Submenus (2ndary popups) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -1px 0 0 144px;
	width: 119px;
}
/* Submenus (2ndary popups lines) */
ul.MenuBarHorizontal ul ul li 
{
	width: 109px;
}
/* Submenus (tertiary popups, quat popups) */
ul.MenuBarHorizontal ul ul ul, ul.MenuBarHorizontal ul ul ul ul
{
	margin: -1px 0 0 120px;
}


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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


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

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	border: none;
}

ul.MenuBarHorizontal ul li a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	border: none;
	color: #715272;
	font: normal 10px arial, helvetica, sans-serif;
	background-color: #FBF6EA;
	width: 100%;
	padding: 3px 3px 3px 7px;
	margin: 0;
}

ul.MenuBarHorizontal ul li a:hover
{
	border: none;
	font: normal 10px arial, helvetica, sans-serif;

	background-color: #20307E;
	color: #FAF4E5;
}



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

 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 arrow positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../images/arrow_submenu.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
/* 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%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../images/arrow_submenu.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../images/arrow_submenu.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	background-color: #20307E;
	color: #FAF4E5;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../images/arrow_submenu.gif);
	background-repeat: no-repeat;
	background-position: 99% 50%;
	background-color: #20307E;
	color: #FAF4E5;
}


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

 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 */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}


/************ top nav tweaks ************/
a#mnav_about {
	display: block;
	background: none;
	width: 78px;
	height: 26px;
	border: 0px;
}
a#mnav_services {
	display: block;
	background: none;
	width: 68px;
	height: 26px;
	border: 0px;
}
a#mnav_general {
	display: block;
	background: none;
	width: 89px;
	height: 26px;
	border: 0px;
}
a#mnav_employment {
	display: block;
	background: none;
	width: 88px;
	height: 26px;
	border: 0px;
}
a#mnav_programs {
	display: block;
	background: none;
	width: 133px;
	height: 26px;
	border: 0px;
}
a#mnav_events {
	display: block;
	background: none;
	width: 57px;
	height: 26px;
	border: 0px;
}
a#mnav_contact {
	display: block;
	background: none;
	width: 85px;
	height: 26px;
	border: 0px;
}
ul.MenuBarHorizontal ul#mnav_ul_contact
{
	margin-left: -4px;
	width: 87px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul#mnav_ul_contact li
{
	width: 77px;
}
/* if contact ever gets submenus, fix them here 
* Submenus (2ndary popups) *
ul.MenuBarHorizontal ul.mnav_ul_contact ul
{
	margin-left: 142px;
	width: 117px;
}
* Submenus (2ndary popups lines) *
ul.MenuBarHorizontal ul ul li 
{
	width: 109px;
}
*/

/* 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;
		f\loat: left;
		/* background: #FFF; */
	}
}
