@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* 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;
	font-size: 100%;
	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;
	font-size: 100%;
	position: relative;
	text-align: left;
	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
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 10em;
	position: absolute;
	left: -1000em;
}
/* 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: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 99%;
}
/* 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

 *******************************************************************************/

/* Set rollover and colours for class BlueHome*/

/* Submenu containers have borders on all sides and are blue */
ul.BlueHome
{
	border: 1px solid #0096D7;
}
/* Set the size of the menu items */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
/* Set the background of The top level menu class BlueHome to white*/
li.BlueHome a
{
	background-color: #FFF;
}
/* Set the dropdowns of the class BlueHome to be blue with white text */
ul.BlueHome a
{
	background-color: #0096D7;
	color: #FFF;
}
/* Menu items of the Bluehome class that have mouse over or focus have a White background and blue text */
ul.BlueHome a:hover, ul.BlueHome a:focus, li.BlueHome a:hover, li.BlueHome a:focus
{
	background-color: #FFF;
	color: #0096D7;
}
/* make the hover state change colour to white #FFF */
ul.BlueHome a.MenuBarItemHover
{
	background-color: #FFF;
	color: #0096D7;
}
/* make the active top level menu item stay blue whilst the sub menu is open */
li.BlueHome a.MenuBarItemSubmenuHover
{
	background-color: #0096D7;
	color: #FFF;
}

ul.BlueHome a.MenuBarSubmenuVisible
{
	background-color: #000;
	color: #FFF;
}

/* Set rollover colours for class yellowCourses*/
/* Menu items of the yellowCourses class that have mouse over or focus have a White background and yellow text */
ul.yellowCourses a:hover, ul.yellowCourses a:focus, li.yellowCourses a:hover, li.yellowCourses a:focus
{
	background-color: #FFF;
	color: #CC9900;
}
/* Make the courses dropdown border yellow */
ul.yellowCourses
{
	border: 1px solid #CC9900;
}
/* Set the background of The top level menu class yellowCourses to white*/
li.yellowCourses a
{
	background-color: #FFF;
}
/* Set the dropdowns of the class yellowCourses to be blue with white text */
ul.yellowCourses a
{
	background-color: #CC9900;
	color: #FFF;
}
/* make the hover state change colour to white #FFF */
ul.yellowCourses a.MenuBarItemHover
{
	background-color: #FFF;
	color: #CC9900;
}
/* make the active top level menu item stay yellow whilst the sub menu is open */
li.yellowCourses a.MenuBarItemSubmenuHover
{
	background-color: #CC9900;
	color: #FFF;
}

ul.yellowCourses a.MenuBarSubmenuVisible
{
	background-color: #CC9900;
	color: #FFF;
}

/* Set rollover colours for class PinkStudents*/
/* Menu items of the PinkStudents class that have mouse over or focus have a White background and yellow text */
ul.PinkStudents a:hover, ul.PinkStudents a:focus, li.PinkStudents a:hover, li.PinkStudents a:focus
{
	background-color: #FFF;
	color: #EC008C;
}
/* Make the courses dropdown border yellow */
ul.PinkStudents
{
	border: 1px solid #EC008C;
}
/* Set the background of The top level menu class PinkStudents to white*/
li.PinkStudents a
{
	background-color: #FFF;
}
/* Set the dropdowns of the class PinkStudents to be blue with white text */
ul.PinkStudents a
{
	background-color: #EC008C;
	color: #FFF;
}
/* make the hover state change colour to white #FFF */
ul.PinkStudents a.MenuBarItemHover
{
	background-color: #FFF;
	color: #EC008C;
}
/* make the active top level menu item stay yellow whilst the sub menu is open */
li.PinkStudents a.MenuBarItemSubmenuHover
{
	background-color: #EC008C;
	color: #FFFFFF;
}

ul.PinkStudents a.MenuBarSubmenuVisible
{
	background-color: #EC008C;
	color: #FFF;
}

/* Set rollover colours for class FacilitiesGreen*/
/* Menu items of the FacilitiesGreen class that have mouse over or focus have a White background and yellow text */
ul.FacilitiesGreen a:hover, ul.FacilitiesGreen a:focus, li.FacilitiesGreen a:hover, li.FacilitiesGreen a:focus
{
	background-color: #FFF;
	color: #00A886;
}
/* Make the courses dropdown border yellow */
ul.FacilitiesGreen
{
	border: 1px solid #00A886;
}
/* Set the background of The top level menu class FacilitiesGreen to white*/
li.FacilitiesGreen a
{
	background-color: #FFF;
}
/* Set the dropdowns of the class FacilitiesGreen to be blue with white text */
ul.FacilitiesGreen a
{
	background-color: #00A886;
	color: #FFF;
}
/* make the hover state change colour to white #FFF */
ul.FacilitiesGreen a.MenuBarItemHover
{
	background-color: #FFF;
	color: #00A886;
}
/* make the active top level menu item stay yellow whilst the sub menu is open */
li.FacilitiesGreen a.MenuBarItemSubmenuHover
{
	background-color: #00A886;
	color: #FFF;
}

ul.FacilitiesGreen a.MenuBarSubmenuVisible
{
	background-color: #00A886;
	color: #FFF;
}

/* Set rollover colours for class InternationalGreen*/
/* Menu items of the InternationalGreen class that have mouse over or focus have a White background and yellow text */
ul.InternationalGreen a:hover, ul.InternationalGreen a:focus, li.InternationalGreen a:hover, li.InternationalGreen a:focus
{
	background-color: #FFF;
	color: #CC0000;
}
/* Make the courses dropdown border yellow */
ul.InternationalGreen
{
	border: 1px solid #CC0000;
}
/* Set the background of The top level menu class InternationalGreen to white*/
li.InternationalGreen a
{
	background-color: #FFF;
}
/* Set the dropdowns of the class InternationalGreen to be blue with white text */
ul.InternationalGreen a
{
	background-color: #CC0000;
	color: #FFF;
}
/* make the hover state change colour to white #FFF */
ul.InternationalGreen a.MenuBarItemHover
{
	background-color: #FFF;
	color: #CC0000;
}
/* make the active top level menu item stay yellow whilst the sub menu is open */
li.InternationalGreen a.MenuBarItemSubmenuHover
{
	background-color: #CC0000;
	color: #FFF;
}

ul.InternationalGreen a.MenuBarSubmenuVisible
{
	background-color: #CC0000;
	color: #FFF;
}


/* Set rollover and colours for class PurpleAbout*/

/* Submenu containers have borders on all sides and are blue */
ul.PurpleAbout
{
	border: 1px solid #9966FF;
}
/* Set the size of the menu items */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 1em 0.5em .5em;
	text-decoration: none;
}
/* Set the background of The top level menu class PurpleAbout to white*/
li.PurpleAbout a
{
	background-color: #FFF;
}
/* Set the dropdowns of the class PurpleAbout to be blue with white text */
ul.PurpleAbout a
{
	background-color: #9966FF;
	color: #FFF;
}
/* Menu items of the PurpleAbout class that have mouse over or focus have a White background and blue text */
ul.PurpleAbout a:hover, ul.PurpleAbout a:focus, li.PurpleAbout a:hover, li.PurpleAbout a:focus
{
	background-color: #FFF;
	color: #0096D7;
}
/* make the hover state change colour to white #FFF */
ul.PurpleAbout a.MenuBarItemHover
{
	background-color: #FFF;
	color: #0096D7;
}
/* make the active top level menu item stay blue whilst the sub menu is open */
li.PurpleAbout a.MenuBarItemSubmenuHover
{
	background-color: #9966FF;
	color: #FFF;
}

ul.PurpleAbout a.MenuBarSubmenuVisible
{
	background-color: #000;
	color: #FFF;
}
/* Set rollover colours for class BlueBusiness*/
/* Menu items of the BlueBusiness class that have mouse over or focus have a White background and yellow text */
ul.BlueBusiness a:hover, ul.BlueBusiness a:focus, li.BlueBusiness a:hover, li.BlueBusiness a:focus
{
	background-color: #FFF;
	color: #336699;
}
/* Make the courses dropdown border yellow */
ul.BlueBusiness
{
	border: 1px solid #336699;
}
/* Set the background of The top level menu class BlueBusiness to white*/
li.BlueBusiness a
{
	background-color: #FFF;
}
/* Set the dropdowns of the class BlueBusiness to be blue with white text */
ul.BlueBusiness a
{
	background-color: #336699;
	color: #FFF;
}
/* make the hover state change colour to white #FFF */
ul.BlueBusiness a.MenuBarItemHover
{
	background-color: #FFF;
	color: #336699;
}
/* make the active top level menu item stay yellow whilst the sub menu is open */
li.BlueBusiness a.MenuBarItemSubmenuHover
{
	background-color: #336699;
	color: #FFF;
}

ul.BlueBusiness a.MenuBarSubmenuVisible
{
	background-color: #336699;
	color: #FFF;
}
/* Set rollover colours for class RedContact*/
/* Menu items of the RedContact class that have mouse over or focus have a White background and yellow text */
ul.RedContact a:hover, ul.RedContact a:focus, li.RedContact a:hover, li.RedContact a:focus
{
	background-color: #FFF;
	color: #CC0000;
}
/* Make the courses dropdown border yellow */
ul.RedContact
{
	border: 1px solid #CC0000;
}
/* Set the background of The top level menu class RedContact to white*/
li.RedContact a
{
	background-color: #FFF;
}
/* Set the dropdowns of the class RedContact to be blue with white text */
ul.RedContact a
{
	background-color: #CC0000;
	color: #FFF;
}
/* make the hover state change colour to white #FFF */
ul.RedContact a.MenuBarItemHover
{
	background-color: #FFF;
	color: #CC0000;
}
/* make the active top level menu item stay yellow whilst the sub menu is open */
li.RedContact a.MenuBarItemSubmenuHover
{
	background-color: #CC0000;
	color: #FFFFFF;
}

ul.RedContact a.MenuBarSubmenuVisible
{
	background-color: #CC0000;
	color: #FFF;
}




/*******************************************************************************

 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%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 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(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 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(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 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 ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 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 */
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;
		f\loat: left;
		background: #FFF;
	}
}

