/* FONT FAMILY */
.dept, .deptSelect, .deptSelectExp,
.subDept, .subDeptSelect,
.crumb, .crumbSelect,
.eDept, .eDeptSelect,
.eSubDept, .eSubDeptSelect,
.eSubSubDept, .eSubSubDeptSelect
{
	font-family: Verdana, Arial, Helvetica;
}

/* FONT SIZE */

.eDept, .eDeptSelect,
.eSubDept, .eSubDeptSelect,
.eSubSubDept, .eSubSubDeptSelect
{
	font-size: 11px;
}


.dept, .deptSelect, .deptSelectExp,
.crumb, .crumbSelect
{
	font-size: 10px;
}

.subDept, .subDeptSelect,
.eSubDept, .eSubDeptSelect,
.eSubSubDept, .eSubSubDeptSelect
{
	font-size: 10px;
}

/* FONT WEIGHT */
.subDept, .crumb,
.eDept, .eSubDept, .eSubSubDept
{
	font-weight: 400;
}

.deptSelect, .deptSelectExp,
.subDeptSelect, .crumbSelect,
.eDept, .eDeptSelect, .eSubDeptSelect, .eSubSubDeptSelect
{
	font-weight: 700;
}

/* FONT COLOR */
A.dept, A.crumb,
A.eDept
{
	color:#000000;
}

A.subDept, A.eSubDept, A.eSubSubDept
{
	color:#1C57A3;
}

A.deptSelect, A.subDeptSelect, A.crumbSelect,
A.eDeptSelect, A.eSubDeptSelect, A.eSubSubDeptSelect
{
	color:#1C57A3;
}

A.deptSelectExp
{
	color:#1C57A3;
}

/* FONT TEXT-DECORATION */
.dept, .deptSelect, .deptSelectExp,
.subDept, .subDeptSelect,
.crumb, .crumbSelect,
.eDept, .eDeptSelect,
.eSubDept, .eSubDeptSelect,
.eSubSubDept, .eSubSubDeptSelect

{
	text-decoration: none;
}

/* HOVER COLORS */

A.dept:hover, A.deptSelect:hover, A.deptSelectExp:hover,
A.subDept:hover, A.subDeptSelect:hover,
A.crumb:hover, A.crumbSelect:hover,
A.eDept:hover, A.eDeptSelect:hover,
A.eSubDept:hover, A.eSubDeptSelect:hover
A.eSubSubDept:hover, A.eSubSubDeptSelect:hover
{
	color: #999966;
}
