@charset "UTF-8";
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

#mainnav ul.MenuBarHorizontal {
	height:42px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	background-color: #194980;
	background-image: url(../images/navigation_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#mainnav ul.MenuBarActive { z-index: 1000; }

#mainnav ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background-image: url(../images/navigation_seperator.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#mainnav ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 224px;
	position: absolute;
	left: -1000em;
}

#mainnav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}

#mainnav ul.MenuBarHorizontal ul li {
	width: 224px;
	border: 0px solid #CCC;
	background-image:none;
	background-color:#193e6f;
	margin:0px;
}

#mainnav ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 95%;
}

#mainnav ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}

#mainnav ul.MenuBarHorizontal ul {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #09182b;
	border-right-color: #09182b;
	border-bottom-color: #09182b;
	border-left-color: #51719a;
}

#mainnav ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	padding-left:15px;
	padding-right:76px;
	padding-top:9px;
	padding-bottom:7px;
	border-top-width: 7px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #b2c1d4;
	margin-right:2px;
	background-image: url(../images/navigation_a_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: calibri, arial, verdana;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

#mainnav ul.MenuBarHorizontal a:hover, #mainnav ul.MenuBarHorizontal a:focus {
	border-top-width: 7px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffd100;
	border-right-color: #ffd100;
	border-bottom-color: #ffd100;
	border-left-color: #ffd100;
	background-image: url(../images/navigation_a_bg_ov.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainnav ul.MenuBarHorizontal a.MenuBarItemHover, #mainnav ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, #mainnav ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	border-top-width: 7px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffd100;
	border-right-color: #ffd100;
	border-bottom-color: #ffd100;
	border-left-color: #ffd100;
	background-image: url(../images/navigation_a_bg_ov.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainnav ul.MenuBarHorizontal a.clicked {
	display: block;
	cursor: pointer;
	padding-left:15px;
	padding-top:1px;
	padding-bottom:0px;
	border-top-width: 7px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style: solid;
	border-color: #b2c1d4;
	margin-right:2px;
	background-image: url(../images/navigation_a_bg_ck.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainnav ul.MenuBarHorizontal a.clicked:hover, #mainnav ul.MenuBarHorizontal a.clicked:focus {
	border-top-width: 7px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffd100;
	border-right-color: #ffd100;
	border-bottom-color: #ffd100;
	border-left-color: #ffd100;
	background-image: url(../images/navigation_a_bg_ck.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainnav ul.MenuBarHorizontal a.clicked.MenuBarItemHover, #mainnav ul.MenuBarHorizontal a.clicked.MenuBarItemSubmenuHover, #mainnav ul.MenuBarHorizontal a.clicked.MenuBarSubmenuVisible {
	border-top-width: 7px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffd100;
	border-right-color: #ffd100;
	border-bottom-color: #ffd100;
	border-left-color: #ffd100;
	background-image: url(../images/navigation_a_bg_ck.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#mainnav ul.MenuBarHorizontal li ul li a {
	display: block;
	cursor: pointer;
	padding-left:13px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #405e82;
	border-left-color: #000000;
	background-image: url(../images/navigation_li_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: calibri, verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin:0px;
}

#mainnav ul.MenuBarHorizontal li ul li a:hover, #mainnav ul.MenuBarHorizontal li ul li a:focus {
	display: block;
	cursor: pointer;
	padding-left:13px;
	padding-right:6px;
	padding-top:6px;
	padding-bottom:6px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #405e82;
	border-left-color: #000000;
	background-image:none;
	font-family: calibri, verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFCC00;
	margin:0px;
}

#mainnav ul.MenuBarHorizontal li ul li a.MenuBarItemHover, #mainnav ul.MenuBarHorizontal li ul li a.MenuBarItemSubmenuHover, #mainnav ul.MenuBarHorizontal li ul li a.MenuBarSubmenuVisible {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #405e82;
	border-left-color: #000000;
	background-image:none;
}

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
#mainnav 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
{
	#mainnav ul.MenuBarHorizontal li.MenuBarItemIE {
		display: inline;
		f\loat: left;
	}
}

