@charset "UTF-8";
/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/


ul.MenuBarHorizontal {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 898px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	background-color: #DBDBDB;
	text-align: center;
	height: 35px;
	min-height: 35px;
	border: thin solid #036;
	color: #400000;
}

ul.MenuBarActive {
	z-index: 1000;
}

ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 111px;
	float: left;
	height: 35px;
	min-height: 35px;
	vertical-align: middle;
	color:#400000;
}

ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	z-index: 1020;
	cursor: default;
	width: 111px;
	position: absolute;
	/*left: -1000em;*/
	height: 35px;
	min-height: 35px;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}

ul.MenuBarHorizontal ul li {
	width: 111px;
	height: 35px;
	min-height: 35px;
	max-height: 35px;
}

ul.MenuBarHorizontal ul ul {
	position: absolute;
	/*margin: -5% 0 0 95%;*/
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
	text-align: center;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


ul.MenuBarHorizontal ul {
}

ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	background-color: #DBDBDB;
	/*padding: 0.5em 0.75em;*/
	color: #400000;
	text-decoration: none;
	min-height: 35px;
	max-height: 35px;
	border-left-color:#036;
	border-left-style: solid;
	border-left-width:thin;
	font-weight:bold;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #EEE;
	color: #03F;
	max-height: 35px;
	min-height: 35px;
	/*border: thin inset #036;*/
}

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #EEE;
	color: #400000;
	min-height: 35px;
	max-height: 35px;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/


ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 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

 *******************************************************************************/


ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
 filter: alpha(opacity:0.1);
}

@media screen, projection {
ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}
/*THIS IS THE CODE FOR THE SECOND NAV BAR ON THE JUDGES PAGES FOR JUDGES WHO HAVE ADDITIONAL CONTENT PAGES*/

ul.MenuBarHorizontal2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 898px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	background-color: #DBDBDB;
	text-align: center;
	height: 35px;
	min-height: 35px;
	border: thin inset #036;
}
/* 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.MenuBarActive2 {
	z-index: 1000;
}

ul.MenuBarHorizontal2 li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 178px;
	float: left;
	height: 35px;
	min-height: 35px;
	vertical-align: middle;
	color:#400000;
}

ul.MenuBarHorizontal2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	z-index: 1020;
	cursor: default;
	width: 178px;
	position: absolute;
	/*left: -1000em;*/
	height: 35px;
	min-height: 35px;
}

ul.MenuBarHorizontal2 ul.MenuBarSubmenuVisible2 {
	left: auto;
}

ul.MenuBarHorizontal2 ul li {
	width: 178px;
	height: 35px;
	min-height: 35px;
	max-height: 35px;
}

ul.MenuBarHorizontal2 ul ul {
	position: absolute;
	/*margin: -5% 0 0 95%;*/
}

ul.MenuBarHorizontal2 ul.MenuBarSubmenuVisible2 ul.MenuBarSubmenuVisible2 {
	left: auto;
	top: 0;
	text-align: center;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/


ul.MenuBarHorizontal2 ul {
}

ul.MenuBarHorizontal2 a {
	display: block;
	cursor: pointer;
	background-color: #DBDBDB;
	/*padding: 0.5em 0.75em;*/
	color: #400000;
	text-decoration: none;
	min-height: 35px;
	max-height: 35px;
	border-left-color:#036;
	border-left-style: solid;
	border-left-width:thin;
	font-weight:bold;
}

ul.MenuBarHorizontal2 a:hover, ul.MenuBarHorizontal2 a:focus {
	background-color: #EEE;
	color: #03F;
	max-height: 35px;
	min-height: 35px;
	/*border: thin inset #036;*/
}

ul.MenuBarHorizontal2 a.MenuBarItemHover, ul.MenuBarHorizontal2 a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal2 a.MenuBarSubmenuVisible {
	background-color: #EEE;
	color: #400000;
	min-height: 35px;
	max-height: 35px;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/


ul.MenuBarHorizontal2 a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarHorizontal2 ul a.MenuBarItemSubmenu {
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarHorizontal2 a.MenuBarItemSubmenuHover {
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

ul.MenuBarHorizontal2 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

 *******************************************************************************/


ul.MenuBarHorizontal2 iframe {
	position: absolute;
	z-index: 1010;
 filter: alpha(opacity:0.1);
}

@media screen, projection {
ul.MenuBarHorizontal2 li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}

