/*
 * Colors
 *
 * HEALTHY PEOPLE - Blue
 * #afcaea
 *
 * YOUNG PEOPLE SUCCEEDING - Green
 * #d9e8a2
 *
 * STABLE FAMILIES - Pink
 * #ea999d
 *
 * POSITIVE LIVING FOR SPECIAL POPULATIONS - Yellow
 * #ffe452
 *
 * SAFE AND SUPPORTIVE NEIGHBORHOODS - Brown
 * #b88c74
 *
 * ECONOMIC SELF-SUFFICIENCY - Light Blue
 * #b5e1e0
 */

div.menu
{
	padding-top: 1px;
	padding-bottom: 1px; /* bottom dotted line */
	overflow: hidden;
	font-family: arial;
	width: 167px;
	background-image: url('../images/navigation.png');
	background-repeat: repeat-y;
}
/* --------   Primary and Secondary   -------- */
a.NavPrimary, a.NavSecondary
{
	display: block;
	overflow: hidden;
	color: black;
	padding-left: 18px;
}
/* --------   Primary   -------- */
a.NavPrimary
{
	margin-left: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	background-position: 9px 0px;
	background-image: url('../images/navigation/primary.png');
	background-repeat: repeat-y;
}

a.NavPrimaryBlue
{
	background-color: #afcaea;
}

a.NavPrimaryGreen
{
	background-color: #d9e8a2;
}

a.NavPrimaryPink
{
	background-color: #ea999d;
}

a.NavPrimaryYellow
{
	background-color: #ffe452;
}

a.NavPrimaryBrown
{
	background-color: #b88c74;
}

a.NavPrimaryLightBlue
{
	background-color: #b5e1e0;
}
/* --------   Secondary   -------- */

a.NavSecondary
{
	text-decoration: none;
	margin-left: 3px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 10px 0px;
	background-repeat: repeat-y;
	font-size: 11pt;
}

a.NavSecondaryBlue
{
	background-image: url('../images/navigation/secondary_blue.png');
}

a.NavSecondaryGreen
{
	background-image: url('../images/navigation/secondary_green.png');
}

a.NavSecondaryPink
{
	background-image: url('../images/navigation/secondary_pink.png');
}

a.NavSecondaryYellow
{
	background-image: url('../images/navigation/secondary_yellow.png');
}

a.NavSecondaryBrown
{
	background-image: url('../images/navigation/secondary_brown.png');
}

a.NavSecondaryLightBlue
{
	background-image: url('../images/navigation/secondary_lightblue.png');
}

a.NavSecondaryClear
{
	background-image: url('../images/navigation/secondary_clear.png');
}

#topmenu
{
	padding-left: 220px;
	padding-top: 135px;
	font-size: 18pt;
}

#topmenu a
{
	color: black;
	text-decoration: none;
	margin-left: 13px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:10px;
	padding-right: 8px;
	margin-left:-5px;
	background-image: url('../images/navigation/divider.png');
	background-repeat: no-repeat;
}

#topmenu a:hover
{
	color: #8e9bc5;
	text-decoration: underline;
}