/* A-Z Section Styles */

.section_az_index .subnav UL {
	margin: 0;
	padding: 0;
	width: 460px;
	list-style: none;
}
.section_az_index .subnav UL LI {
	margin: 0;
	padding: 0;
	float: left;
	background-color: #0087C5;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.section_az_index .subnav UL LI:hover,
.section_az_index .subnav UL LI.over,
.section_az_index .subnav UL LI.SELECTED {
	background-color: #FBB321;
}
.section_az_index .content .subnav UL LI A {
	display: block;
	width: 32px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF !important;
	border: none !important;
}

.section_az_index .content LI.subnav_a9 A {
	width: 65px !important;
}


/* make alphabet larger on the A-Z home page */
.page_az_index .content .subnav UL LI A {
	width: 45px;
	line-height: 37px;
	font-size: 26px;
}
.page_az_index .content LI.subnav_a9 A {
	width: 45px !important;
	line-height: 37px;
	font-size: 20px !important;
}

/* gray out links with empty pages */
.section_az_index .subnav_j A,
.section_az_index .subnav_k A,
.section_az_index .subnav_q A,
.section_az_index .subnav_u A,
.section_az_index .subnav_x A,
.section_az_index .subnav_y A,
.section_az_index .subnav_z A {
	background-color: #DDDDDD;
	cursor: default;
}

