
#navigation
{
	font-family: "trebuchet ms" , arial, helvetica;
	text-transform: uppercase;
	font-size: 12px;
	background-color: #000;
	color: #FFF;
	height: 22px;
	padding-left: 31px;
	padding-right: 31px;
}


#nav, #nav ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 22px;
	line-height: 16px;
	background: #000;
}

#nav li
{
	float: left;
	text-align: left;
	background-color: #000;
	font-weight: normal;
	letter-spacing: 1pt;
	height: 100%;
}

#nav li li
{
	background-color: #FFF;
	clear: both;
	border-left: solid 1px #000;
	border-right: solid 1px #000000;
	height: auto;
}

#nav li li.Bottom
{
	clear: both;
	border-bottom: solid 1px #000;
}

#nav li ul
{
	position: absolute;
	left: -999em;
	margin: 0;
	width: 200px;
}

#nav li:hover ul
{
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul
{
	left: auto;
}

#nav a
{
	font-size: 8pt;
	display: block;
	text-decoration: none;
	padding: 2px 10px 4px 10px;
	color: #FFF;
	text-transform: uppercase;
}

#nav a:hover
{
	font-size: 8pt;
	display: block;
	text-decoration: none;
	color: #FFF;
}

#nav li ul a
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	padding: 2px 10px 4px 10px;
	color: #000;
	width: 200px;
	text-transform: none;
}


#nav li ul a:hover
{
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	background-color: #FFDD00;
	color: #000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 221px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#breadcrumb
{
	background-color: #FFF;
	height: 26px;
	color: #9f9f9f;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: "trebuchet ms",arial,helvetica;
}

#breadcrumb ul
{
	margin: 0;
	list-style-type: none;	
	margin-left: 31px;
	padding-top: 8px;	
}

#breadcrumb ul li
{
	display: inline;
}

#breadcrumb a 
{
	color: #9f9f9f;
	text-decoration: none;
}

#breadcrumb a:hover 
{
	color: #9f9f9f;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-family: "trebuchet ms",arial,helvetica;
	text-decoration: underline;
}

/* SECONDARY NAV. */

.textPageLeftColumn ul
{
	margin: 0;
	list-style-type: none;	
	padding-right: 10px;
}

.textPageLeftColumn ul li
{
	line-height: 200%;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1
{
	font-family: arial,helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	line-height: 120%;
}

