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

 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
{
	float: left;
	list-style-type: none;
	cursor: default;
	width: auto;
	margin: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 6px;
}

/* 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;
	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 (-100em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	width: 9em;
	position: absolute;
	left: -100em;
}
/* 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;
	width: 90px;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 118px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: 10px;
	width: 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

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

/* Submenu containers have borders on all but right side, as that is taken care of by the menu item link */
ul.MenuBarHorizontal ul
{
}
/* Menu items are a light gray block with right border, padding, and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(../images/btn-up.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: auto;
	width: auto;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	font-size: 100%;
	color: #435C34;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #fff;
	text-decoration: none;
	background-image: url(../images/btn-down.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #fff;
	text-decoration: none;
	background-image: url(../images/btn-down.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: left;
}

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

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

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

/* Main menu items are set to use a background image for normal and hover states */
ul.MenuBarHorizontal a.MenuBarItemSubmenu_Home
{
	background-image: url(../images/home-up.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 55px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_Home {
	background-image: url(../images/home-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 55px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu_jorney {
	background-image: url(../images/journey-up.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 62px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_jorney {
	background-image: url(../images/journey-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 62px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu_gallery {
	background-image: url(../images/gallery-up.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 62px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_gallery {
	background-image: url(../images/gallery-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 62px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu_music {
	background-image: url(../images/music-up.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 55px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_music {
	background-image: url(../images/music-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 55px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu_events {
	background-image: url(../images/events-up.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 56px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_events {
	background-image: url(../images/events-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 56px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}


ul.MenuBarHorizontal a.MenuBarItemSubmenu_news {
	background-image: url(../images/news-up.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 47px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_news {
	background-image: url(../images/news-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 47px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a.MenuBarItemSubmenu_recordings {
	background-image: url(../images/recordings-up.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 76px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal  a:hover.MenuBarItemSubmenu_recordings {
	background-image: url(../images/recordings-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 76px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}


ul.MenuBarHorizontal a.MenuBarItemSubmenu_contact {
	background-image: url(../images/contact-up.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 59px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
ul.MenuBarHorizontal a:hover.MenuBarItemSubmenu_contact {
	background-image: url(../images/contact-down.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 59px;
	height: 36px;
	color: #435C34;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

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

 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
{







span.hidden
{
	display: none;
}
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
