﻿/***************** IE CSS Menu behaviour fix ***************/
body
{
	behavior: url("/Scripts/csshover.htc");
}
/***************** MAIN NAV ***************/
DIV#navigation
{
	background: transparent url("images/bg_nav_gradient.png") repeat-x scroll left bottom;
	display: inline;
	float: left;
	margin: -10px 0px 5px 10px;
	padding: 0 0 0 0px;
	width: 958px;
	z-index: 20;
}
DIV#navigation DIV.outerdiv UL
{
	float: left;
	padding-left: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
	width: 966px;
}
DIV#navigation DIV.outerdiv
{
	width: 958px;
}
DIV#navigation DIV.outerdiv UL, DIV#navigation DIV.outerdiv LI
{
	list-style-type: none;
}
DIV#navigation DIV.outerdiv UL LI
{
	float: left;
	width: 189px;
	/*[disabled]border-right:2px solid #FFFFFF;*/
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1.1px;
	padding: 6px 0;
	text-align: center;
	text-decoration: none !important;
	/*[disabled]background:#CCCCCC none repeat scroll 0 0;*/
}
DIV#navigation DIV.outerdiv UL LI:last-child
{
	border-right: 0;
	/*[disabled]width:186px;*/
}
DIV#navigation DIV.outerdiv UL LI A
{
	color: #FFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
	min-height: 16px;
	padding: 1px;
	text-align: center;
	text-decoration: none;
}
DIV#navigation DIV.outerdiv UL LI A:hover
{
	color: #333;
}
/*css based menu*/
DIV#navigation DIV.outerdiv UL LI UL
{
	position: absolute;
	left: -999em;
	background-color: #CCCCCC;
	width: 189px;
	float: left;
	z-index: 20;
	margin-top: 6px;
}
.IE7 DIV#navigation DIV.outerdiv UL LI UL,
.IE6 DIV#navigation DIV.outerdiv UL LI UL
{
	margin-left: -92px;
}
DIV#navigation DIV.outerdiv UL LI UL LI
{
	float: none;
	border: none;
	width: 176px;
	float: left;
	border-top: 1px dotted #FFFFFF;
	z-index: 20;
	padding-left: 1em;
	/*[disabled]margin-top:0px;*/
	margin-left: -2px;
}
/*Last child element of sub menu drop down to have rounded corners*/
DIV#navigation UL LI.lvl1 UL.lvl2 LI:last-child
{
	/*-moz-border-radius-bottomright: 18px;
	border-bottom-right-radius: 18px;*/
	width: 176px;
	background-repeat: no-repeat;
}
DIV#navigation UL LI.lvl1.itm4 UL.lvl2 LI:last-child
{
	width: 176px !important;
}
DIV#navigation UL LI.lvl1 UL.lvl2 LI.itm1:last-child
{
	width: 176px;
}
DIV#navigation UL LI.lvl1 UL.lvl2 LI.itm0
{
	display: none;
}
DIV#navigation DIV.outerdiv UL LI UL LI A
{
	background: none;
	height: 100%;
	text-align: left;
	padding: 0.25em 0;
	font-size: 100%;
}
DIV#navigation DIV.outerdiv UL LI UL LI A:hover
{
	background: none;
	color: #333;
	text-decoration: underline;
}
DIV#navigation DIV.outerdiv UL LI UL LI
{
	background-color: #CCCCCC;
}
DIV#navigation DIV.outerdiv UL LI UL LI A
{
	color: #FFF;
}
DIV#navigation DIV.outerdiv UL LI.iehover UL, DIV#navigation DIV.outerdiv UL LI:hover UL
{
	left: auto;
}
DIV#navigation DIV.outerdiv UL LI.iehover UL LI UL, DIV#navigation DIV.outerdiv UL LI:hover UL LI UL
{
	margin-left: 14em;
	margin-top: -1.9em;
	left: -999em;
}
DIV#navigation DIV.outerdiv UL LI UL LI.iehover UL, DIV#navigation DIV.outerdiv UL LI UL LI:hover UL
{
	left: auto;
}
/*Each sub menu gets a unique background color same as the parent menu item*/
DIV#navigation UL.menu.lvl1
{
	background: url(/PublishingImages/navFull.jpg) no-repeat;
}
DIV#navigation UL LI.lvl1.itm1 UL.lvl2 LI
{
	background-color: #CECFD0;
}
DIV#navigation UL LI.lvl1.itm2 UL.lvl2 LI
{
	background-color: #D1D2D3;
}
DIV#navigation UL LI.lvl1.itm3 UL.lvl2 LI
{
	background-color: #E0E1E2;
}
DIV#navigation UL LI.lvl1.itm4
{
	/*-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;*/
	background: url("/PublishingImages/navitm4hover.jpg") repeat-y;
}
DIV#navigation UL LI.lvl1.itm4 UL.lvl2 LI
{
	background-color: #E6E7E8;
}
DIV#navigation UL LI.lvl1 UL.lvl2
{
	background-color: transparent;
}
/***************** BREADCRUMB ***************/
SPAN.breadcrumbseperator
{
	color: #B3B3B3;
	height: 9px;
	/*[empty]font-family:;*/
	font-size: 5.9pt;
	/*+placement:shift 0px -1px;*/
	position: relative;
	left: 0px;
	top: -1px;
}
DIV#topbanner DIV.none
{
	height: 20px;
}
DIV#breadcrumb
{
	width: 950px;
	height: 20px;
	margin-left: 12px;
	margin-top: 6px;
	margin-bottom: 0;
	padding-left: 0px;
	text-align: left;
	float: left;
}
DIV#breadcrumb DIV.breadcrumbouter
{
}
DIV.breadcrumbouter UL
{
	width: 90%;
	margin-top: -2px;
	font-size: 8.3pt;
}
DIV.breadcrumbouter LI
{
	display: inline;
	text-align: left;
}
DIV.breadcrumbouter A
{
	color: #333333;
	padding-right: 2px;
	text-decoration: none;
}
DIV.breadcrumbouter A:hover
{
	color: #E14C4C;
}
/**************** LEFTNAV ****************/
#leftnav UL
{
	margin: 0px 0px 0px 0;
	padding: 1px;
	/*[disabled]list-style-image:url('/PublishingImages/bg_small_arrow.png');*/
	/*[disabled]list-style-position:inside;*/
}
#leftnav
{
	padding-bottom: 40px;
}
#leftnav UL UL
{
	border: none;
	padding-left: 8px;
	background-color: #FFF;
}
#leftnav LI
{
	/*[disabled]list-style-image:none;*/
	/*[disabled]list-style:none;*/
	background: #E5E5E5 repeat-y scroll 0 0;
	/*[disabled]border-bottom:1px solid #DDD;*/
	margin-bottom: 3px;
}
#leftnav LI A
{
	background: url('/PublishingImages/bg_small_arrow.png') no-repeat scroll 6px 4px;
	padding: 5px 0 5px 26px;
	display: block;
	color: #858585;
	text-decoration: none;
	font-family: Arial;
	font-size: 7.9pt;
	font-weight: bold;
}
#leftnav UL LI UL LI
{
	background: none;
	border-bottom: 1px dashed #DDD;
}
#leftnav UL LI UL LI A
{
	background: url('/PublishingImages/bg_sidenav_circle.gif') no-repeat scroll 9px 8px;
}
DIV#topbanner
{
	/*[disabled]+placement:shift -12px -85px;*/
	margin-left: 12px;
	margin-top: 0;
	margin-bottom: 0px;
	/*[disabled]height:14px;*/
	vertical-align: text-top;
}
DIV#topbanner DIV.ms-pagebreadcrumb.removeMargins
{
	/*[disabled]height:69px;*/
	/*[disabled]vertical-align:text-top;*/
	width: 155px;
}
DIV#topbanner SPAN
{
	/*[disabled]+placement:shift -16px -59px;*/
	/*[disabled]height:10px;*/
}
/*SPAN#ctl00_siteMapPath
{
height: 4px;
}
SPAN A.ms-sitemapdirectional
{
color: #0061AA;
font-family: Arial;
font-weight: bold;
font-size: 6.4pt;
text-decoration: none;
}
SPAN.ms-sitemapdirectional
{
color: #808080;
font-family: Arial;
font-weight: bold;
font-size: 6.4pt;
}*/
DIV#navigation UL.menu.lvl1 LI.lvl1>A
{
	border-right: 1px solid #FFF;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm4 A
{
	border-right: 0px solid #000000;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm0 LI
{
	background: url("/PublishingImages/navitm0.jpg") repeat-y;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm1 LI
{
	background: url("/PublishingImages/navitm1.jpg") repeat-y;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm2 LI
{
	background: url("/PublishingImages/navitm2.jpg") repeat-y;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm3 LI
{
	background: url("/PublishingImages/navitm3.jpg") repeat-y;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm4
{
	background: url("/PublishingImages/navitm4s.jpg") no-repeat scroll 0px 0px #fff;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm4:hover
{
	background: url("/PublishingImages/navitm4hover.jpg") repeat-y;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm4 LI
{
	background: url("/PublishingImages/navitm4hover.jpg") repeat-y;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm4 UL
{
	width: 197px;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm4 UL LI
{
	width: 184px !important;
}
DIV#navigation UL.menu.lvl1 LI.lvl1.itm4 LI:last-child
{
	/*background: url("/PublishingImages/navitm4s.jpg") no-repeat;*/
}
DIV#navigation UL LI.lvl1.itm4
{
	width: 197px;
}
#breadcrumb .helpbar
{
	float: right;
	font-size: 8pt;
}


