a{
	outline:none;
}
a:link, a:visited, a:hover, a:active {
	color: #717D97;
	text-decoration: underline;
	font-weight: normal;
}

a.subnav:link, a.subnav:visited, a.subnav:hover, a.subnav:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.subnav:hover {
	text-decoration: underline;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active, a.nav_selected:link, a.nav_selected:visited, a.nav_selected:hover, a.nav_selected:active {
	color: #767d85;
	text-decoration: none;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	float: left;
	padding-top: 9px;
	padding-bottom: 11px;
}

a.nav:hover{
	color: #002240;
}

a.nav_selected:link, a.nav_selected:visited, a.nav_selected:hover, a.nav_selected:active {
	background-image: url(../Images/nav_marker_home.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

a.nav_selected:hover{
	color: #002240;
}
a.arrow:link, a.arrow:visited, a.arrow:hover, a.arrow:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../Images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 6px;
}
a.arrow:hover {
	text-decoration: underline;
}
