@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: 12px;
	cursor: default;
	width: 558px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	z-index: 1;
}
/* 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: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 111px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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: 8.2em;
	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: 111px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	float:right;
	margin: -20% 0 0 97%;
	
}
/* 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;
}





/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 276px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.MenuBar2Active
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 92px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.MenuBarHorizontal2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 92px;
	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.MenuBarHorizontal2 ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal2 ul li
{
	width: 92px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal2 ul ul
{
	position: absolute;
	margin: -20% 0 0 95%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	margin-top:9px;
	width: 111px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	border-top:#CCCCCC solid 1px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover
{
color: #EE6600;
}

ul.MenuBarHorizontal ul li a:hover
{
color: #666666;
background-color:#CCCCCC;
margin-left:-2px;
width:97px;
height:8px;
}

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal2 ul
{
	margin-top:9px;
	width: 112px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal2 a:hover
{
color: #EE6600;
}

ul.MenuBarHorizontal2 ul li a:hover
{
color: #FFF;
text-decoration:underline;
}





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

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

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

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

ul.MenuBarHorizontal2 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;
	}
	ul.MenuBarHorizontal2 li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}


/****************************************************************************/
/*YOGA*//*YOGA*//*YOGA*//*YOGA*//*YOGA*//*YOGA*//*YOGA*//*YOGA*//*YOGA*//*YOGA*/
/****************************************************************************/


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.YogaMenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 558px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.YogaMenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.YogaMenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 111px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.YogaMenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.YogaMenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.YogaMenuBarHorizontal ul li
{
	width: 111px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.YogaMenuBarHorizontal ul ul
{
	float:right;
	margin: -20% 0 0 97%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.YogaMenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}





/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.YogaMenuBarHorizontal2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 276px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.MenuBar2Active
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.YogaMenuBarHorizontal2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 92px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.YogaMenuBarHorizontal2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 92px;
	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.YogaMenuBarHorizontal2 ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.YogaMenuBarHorizontal2 ul li
{
	width: 92px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.YogaMenuBarHorizontal2 ul ul
{
	position: absolute;
	margin: -20% 0 0 95%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.YogaMenuBarHorizontal2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.YogaMenuBarHorizontal ul
{
	margin-top:9px;
	width: 111px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	border-top:#CCCCCC solid 1px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.YogaMenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.YogaMenuBarHorizontal a:hover
{
color: #614988;
}

ul.YogaMenuBarHorizontal ul li a:hover
{
color: #666666;
background-color:#CCCCCC;
margin-left:-2px;
width:97px;
height:8px;
}

/* Submenu containers have borders on all sides */
ul.YogaMenuBarHorizontal2 ul
{
	margin-top:9px;
	width: 112px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.YogaMenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.YogaMenuBarHorizontal2 a:hover
{
color: #614988;
}

ul.YogaMenuBarHorizontal2 ul li a:hover
{
color: #FFF;
text-decoration:underline;
}





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

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

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

 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.YogaMenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

ul.YogaMenuBarHorizontal2 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
{
	ulYoga.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
	ul.YogaMenuBarHorizontal2 li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}




/****************************************************************************/
/*MASSAGE*//*MASSAGE*//*MASSAGE*//*MASSAGE*//*MASSAGE*//*MASSAGE*//*MASSAGE*/
/****************************************************************************/


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MassageMenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 558px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.MassageMenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MassageMenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 111px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.MassageMenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.MassageMenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.MassageMenuBarHorizontal ul li
{
	width: 111px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MassageMenuBarHorizontal ul ul
{
	float:right;
	margin: -20% 0 0 97%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MassageMenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}





/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MassageMenuBarHorizontal2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 276px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.MenuBar2Active
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MassageMenuBarHorizontal2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 92px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.MassageMenuBarHorizontal2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 92px;
	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.MassageMenuBarHorizontal2 ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.MassageMenuBarHorizontal2 ul li
{
	width: 92px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MassageMenuBarHorizontal2 ul ul
{
	position: absolute;
	margin: -20% 0 0 95%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MassageMenuBarHorizontal2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.MassageMenuBarHorizontal ul
{
	margin-top:9px;
	width: 111px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	border-top:#CCCCCC solid 1px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MassageMenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MassageMenuBarHorizontal a:hover
{
color: #D59015;
}

ul.MassageMenuBarHorizontal ul li a:hover
{
color: #666666;
background-color:#CCCCCC;
margin-left:-2px;
width:97px;
height:8px;
}

/* Submenu containers have borders on all sides */
ul.MassageMenuBarHorizontal2 ul
{
	margin-top:9px;
	width: 112px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MassageMenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MassageMenuBarHorizontal2 a:hover
{
color: #D59015;
}

ul.MassageMenuBarHorizontal2 ul li a:hover
{
color: #FFF;
text-decoration:underline;
}





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

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

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

 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.MassageMenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

ul.MassageMenuBarHorizontal2 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
{
	ulMassage.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
	ul.MassageMenuBarHorizontal2 li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}




/****************************************************************************/
/*PILATES*//*PILATES*//*PILATES*//*PILATES*//*PILATES*//*PILATES*//*PILATES*/
/****************************************************************************/


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.PilatesMenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 558px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.PilatesMenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.PilatesMenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 111px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.PilatesMenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.PilatesMenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.PilatesMenuBarHorizontal ul li
{
	width: 111px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.PilatesMenuBarHorizontal ul ul
{
	float:right;
	margin: -20% 0 0 97%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.PilatesMenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}





/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.PilatesMenuBarHorizontal2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 276px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.MenuBar2Active
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.PilatesMenuBarHorizontal2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 92px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.PilatesMenuBarHorizontal2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 92px;
	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.PilatesMenuBarHorizontal2 ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.PilatesMenuBarHorizontal2 ul li
{
	width: 92px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.PilatesMenuBarHorizontal2 ul ul
{
	position: absolute;
	margin: -20% 0 0 95%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.PilatesMenuBarHorizontal2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.PilatesMenuBarHorizontal ul
{
	margin-top:9px;
	width: 111px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	border-top:#CCCCCC solid 1px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.PilatesMenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.PilatesMenuBarHorizontal a:hover
{
color: #D40E8C;
}

ul.PilatesMenuBarHorizontal ul li a:hover
{
color: #666666;
background-color:#CCCCCC;
margin-left:-2px;
width:97px;
height:8px;
}

/* Submenu containers have borders on all sides */
ul.PilatesMenuBarHorizontal2 ul
{
	margin-top:9px;
	width: 112px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.PilatesMenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.PilatesMenuBarHorizontal2 a:hover
{
color: #D40E8C;
}

ul.PilatesMenuBarHorizontal2 ul li a:hover
{
color: #FFF;
text-decoration:underline;
}





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

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

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

 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.PilatesMenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

ul.PilatesMenuBarHorizontal2 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
{
	ulPilates.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
	ul.PilatesMenuBarHorizontal2 li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

/****************************************************************************/
/*OSTEOPHATHY*//*OSTEOPHATHY*//*OSTEOPHATHY*//*OSTEOPHATHY*//*OSTEOPHATHY*//*OSTEOPHATHY*/
/****************************************************************************/


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.OsteoMenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 558px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.OsteoMenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.OsteoMenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 111px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.OsteoMenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.OsteoMenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.OsteoMenuBarHorizontal ul li
{
	width: 111px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.OsteoMenuBarHorizontal ul ul
{
	float:right;
	margin: -20% 0 0 97%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.OsteoMenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}





/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.OsteoMenuBarHorizontal2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 276px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.MenuBar2Active
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.OsteoMenuBarHorizontal2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 92px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.OsteoMenuBarHorizontal2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 92px;
	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.OsteoMenuBarHorizontal2 ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.OsteoMenuBarHorizontal2 ul li
{
	width: 92px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.OsteoMenuBarHorizontal2 ul ul
{
	position: absolute;
	margin: -20% 0 0 95%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.OsteoMenuBarHorizontal2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.OsteoMenuBarHorizontal ul
{
	margin-top:9px;
	width: 111px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	border-top:#CCCCCC solid 1px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.OsteoMenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.OsteoMenuBarHorizontal a:hover
{
color: #1B80C4;
}

ul.OsteoMenuBarHorizontal ul li a:hover
{
color: #666666;
background-color:#CCCCCC;
margin-left:-2px;
width:97px;
height:8px;
}

/* Submenu containers have borders on all sides */
ul.OsteoMenuBarHorizontal2 ul
{
	margin-top:9px;
	width: 112px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.OsteoMenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.OsteoMenuBarHorizontal2 a:hover
{
color: #1B80C4;
}

ul.OsteoMenuBarHorizontal2 ul li a:hover
{
color: #FFF;
text-decoration:underline;
}





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

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

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

 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.OsteoMenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

ul.OsteoMenuBarHorizontal2 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
{
	ulOsteo.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
	ul.OsteoMenuBarHorizontal2 li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}



/****************************************************************************/
/*PT*//*PT*//*PT*//*PT*//*PT*//*PT*//*PT*//*PT*//*PT*//*PT*//*PT*//*PT*//*PT*//*PT*/
/****************************************************************************/


/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.PTMenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 558px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.PTMenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.PTMenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 111px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.PTMenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	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.PTMenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.PTMenuBarHorizontal ul li
{
	width: 111px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.PTMenuBarHorizontal ul ul
{
	float:right;
	margin: -20% 0 0 97%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.PTMenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}





/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.PTMenuBarHorizontal2
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 276px;
	height: 30px;
	font-family:Arial, Helvetica, sans-serif;
}
/* 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.MenuBar2Active
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.PTMenuBarHorizontal2 li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 92px;
	height: 30px;
	float: left;
	line-height:11px;
}
/* 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.PTMenuBarHorizontal2 ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 92px;
	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.PTMenuBarHorizontal2 ul.MenuBarSubmenuVisible
{
	left: auto;
	
}
/* Menu item containers are same fixed width as parent */
ul.PTMenuBarHorizontal2 ul li
{
	width: 92px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-left:3px;
	margin-bottom:-19px;
	margin-top:5px;

	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.PTMenuBarHorizontal2 ul ul
{
	position: absolute;
	margin: -20% 0 0 95%;
	
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.PTMenuBarHorizontal2 ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

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

 DESIGN INFORMATION: describes color scheme, borders, fonts

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

/* Submenu containers have borders on all sides */
ul.PTMenuBarHorizontal ul
{
	margin-top:9px;
	width: 111px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
	padding-bottom:10px;
	border-top:#CCCCCC solid 1px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.PTMenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.PTMenuBarHorizontal a:hover
{
color: #DC2727;
}

ul.PTMenuBarHorizontal ul li a:hover
{
color: #666666;
background-color:#CCCCCC;
margin-left:-2px;
width:97px;
height:8px;
}

/* Submenu containers have borders on all sides */
ul.PTMenuBarHorizontal2 ul
{
	margin-top:9px;
	width: 112px;
	background-image: url(../img/sub_bg.png);
	background-repeat: no-repeat;
	background-position:bottom;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.PTMenuBarHorizontal2 a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.PTMenuBarHorizontal2 a:hover
{
color: #DC2727;
}

ul.PTMenuBarHorizontal2 ul li a:hover
{
color: #FFF;
text-decoration:underline;
}





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

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

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

 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.PTMenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}

ul.PTMenuBarHorizontal2 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
{
	ulPT.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
	ul.PTMenuBarHorizontal2 li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

