@charset "UTF-8";
#RYA_logo {
	height: 108px;
	width: 137px;
	position: absolute;
	left: 150px;
	top: 470px;
}
.NavList
{
margin-left: 0;
padding-left: 0;
list-style: none;
}
#LeftColumn ul li {
	color: #003366;
	list-style-type: none;
}
.SubNavLink    {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding-left: 24px;
	background-image: url(../assets/ArrowRight_white.gif);
	background-repeat: no-repeat;
	}
.SubNavLink[class]  /* IE ignores styles assigned a class */ {
	background-image: url(../assets/ArrowRight.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.SubNavLinkCurrent    {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	padding-left: 24px;
	background-image: url(../assets/ArrowRight_white.gif);
	background-repeat: no-repeat;
	}
.SubNavLinkCurrent[class]  /* IE ignores styles assigned a class */ {
	background-image: url(../assets/ArrowRight.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#LeftColumn ul li a:hover {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
	padding-left: 24px;
	background-position: 0;
}
#LeftColumn .indentList {
	padding-left: 40px;
	padding-bottom: 10px;
	font-size: 0.85em;
}
#LeftColumn .NavSectionTitle {
	font-size: 1.3em;
	color: #00aef0;
	text-transform: lowercase;
	padding-top: 5px;
}
