.content
{
	padding-left: 180px;
}
/*quick breadcrumb test*/
.breadcrumb
{
	margin-top: 10px;
	margin-bottom: 10px;
}
.breadcrumbTextLeft
{
	text-align: left;
	float:left;
	width:400px;

}
.breadcrumbTextRight
{
	text-align: right;
}
H1
{
	margin-top: 0;
	padding-top: 0;
}
/*main structure*/
.secondaryNav
{
	width: 160px;
	-margin: 10px 0 18px;
	float: left;
	/* [disabled]border-bottom:1px solid #CFCFCF;*/
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 40px;
	margin-left: 0;
}
.secondaryNav UL
{
	left: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}
/*.secondaryNav a, secondaryNav ul a:hover*/
.secondaryNav .active A
{
	color: rgb(0, 56, 150);
}
.secondaryNav UL A, .secondaryNav UL A:hover
{
	text-decoration: none;
}
/*must be called out for IE6*/
.secondaryNav A:hover
{
	background-position: 0 -88px;
	color: rgb(26, 117, 207);
}
.secondaryNav .active A, .secondaryNav .active A:hover
{
	background: url(../images/layout/left_nav_arrow_expanded_active.png) no-repeat left top;
}
