@charset "utf-8";
/* CSS Document */
/* main top-level nav */
a.nav_category:link{
	float: left;
	width: 145px;
	/*height: 17px;*/
	min-height:17px;
	color:#fefffa;
	background-image:url(../images/buttonOFF.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	text-transform:lowercase;
	padding-top: 4px;
	padding-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.nav_category:visited{
	float: left;
	width: 145px;
	/*height: 17px;*/
	min-height:17px;
	color:#fefffa;
	background-image:url(../images/buttonOFF.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	text-transform:lowercase;
	padding-top: 4px;
	padding-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.nav_category:hover{
	float: left;
	width: 145px;
	min-height:17px;
	color:#fefffa;
	background-image:url(../images/buttonON.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:underline;
	text-transform:lowercase;
	padding-top: 4px;
	padding-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.nav_category:active{
	float: left;
	width: 145px;
	/*height: 17px;*/
	min-height:17px;
	color:#fefffa;
	background-image:url(../images/buttonOFF.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	text-transform:lowercase;
	padding-top: 4px;
	padding-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

/* selected/active main top-level nav */
a.nav_category_selected:link{
	float: left;
	width: 145px;
	/*height: 17px;*/
	min-height:17px;
	color:#bead68;
	background-image:url(../images/buttonOFF.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	text-transform:lowercase;
	padding-top: 4px;
	padding-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.nav_category_selected:visited{
	float: left;
	width: 145px;
	/*height: 17px;*/
	min-height:17px;
	color:#bead68;
	background-image:url(../images/buttonOFF.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	text-transform:lowercase;
	padding-top: 4px;
	padding-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.nav_category_selected:hover{
	float: left;
	width: 145px;
	/*height: 17px;*/
	min-height:17px;
	color:#bead68;
	background-image:url(../images/buttonON.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	text-transform:lowercase;
	padding-top: 4px;
	padding-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
a.nav_category_selected:active{
	float: left;
	width: 145px;
	/*height: 17px;*/
	min-height:17px;
	color:#bead68;
	background-image:url(../images/buttonOFF.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	text-decoration:none;
	text-transform:lowercase;
	padding-top: 4px;
	padding-bottom: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}

/* sub nav */	
a.nav_selected:link{
	float: left;
	width: 145px;
	height: 17px;
	color:#bead68;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a.nav_selected:visited{
	float: left;
	width: 145px;
	height: 17px;
	color:#bead68;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a.nav_selected:hover{
	float: left;
	width: 145px;
	height: 17px;
	color:#fefffa;
	text-decoration:underline;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
a.nav_selected:active{
	float: left;
	width: 145px;
	height: 17px;
	color:#bead68;
	text-decoration:none;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

/* selected/active sub nav */	
a.nav_selected_current:link{
	float: left;
	width: 145px;
	height: 17px;
	color:#999999;
	text-decoration:underline;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}
a.nav_selected_current:visited{
	float: left;
	width: 145px;
	height: 17px;
	color:#999999;
	text-decoration:underline;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}
a.nav_selected_current:hover{
	float: left;
	width: 145px;
	height: 17px;
	color:#999999;
	text-decoration:underline;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}
a.nav_selected_current:active{
	float: left;
	width: 145px;
	height: 17px;
	color:#999999;
	text-decoration:underline;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:normal;
}

/* copy message at footer */
a.copyMSG:link{
	color: #008d99;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size: 9px;
	}
	
a.copyMSG:visited{
	color: #008d99;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size: 9px;
	}
	
a.copyMSG:hover{
	color: #008d99;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: underline;
	font-size: 9px;
	}
	
a.copyMSG:active{
	color: #008d99;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-decoration: none;
	font-size: 9px;
	}
.pagesSELECTED{
	color:#fefffa;
	}
	
a:link{
	color:#FFFFFF;
	text-decoration: underline;
	}
	
a:visited{
	color:#FFFFFF;
	text-decoration: underline;
	}
	
a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	}
	
a:active{
	color:#FFFFFF;
	text-decoration: underline;
	}
