@charset "UTF-8";
/* CSS Document */

.tier1_ind {
	margin-left: 44px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	width : 208px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 170px;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : -1px;
	width: 170px;
	line-height: 25px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 208px;
	margin-top : -27px;
	line-height: 25px;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav li a {
	width: 170px;
	w\idth : 170px;
	display : block;
	color : black;
	font-weight : normal;
	text-decoration : none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-right: 0.25em;
	padding-left: 36px;
}
#nav li a:hover {
	color: white;
	background-color: #990066;
	/* background-image: url(tier1/t1sub_arrow_redp.gif);
	background-repeat: no-repeat;
	background-position: left 4px; */
}
#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;

}
#nav a.daddy {
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(tier1/t1sub_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	line-height: 13px;
	padding-bottom: 6px;
	padding-top: 6px;
	vertical-align: middle;
}
#nav a.daddy:hover {
	background-image: url(tier1/t1sub_arrow_redp.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#nav a.lower {
	font-family: Avenir, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	background-color: #FF99CC;
	background-image: url(tier1/t1sub_arrow_pink.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	/* border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666; */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a.lower:hover {
	background-color: #990066;
	background-image: url(tier1/t1sub_arrow_redp.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	/* border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666; */
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

