/* Right Column nav for promo pages - TESTING */

#rtcol ul {
	width: 298px;
	background-color: #FFFFFF;
	border-bottom: 0px solid #103757;
	border-top: 0px;
}

#rtcol li {
	float: left;
	width: 33%;
	line-height: .7em;	
	border-bottom: 1px solid #103757;
	border-left: 1px solid #103757;
}

#rtcol li.leftnavli {	
	border-left: 0px solid #103757;
}

#rtcol li a {
	display: block;
	text-align: center;
	padding: .25em 0em;
	font-size: 65%;
	font-weight: bold;
	border: 0px solid #ccc;
	color: #103757;
	background-color: #103757;
	text-decoration: none;
}

#rtcol li a:hover {
	background-color: #103757;
	color: #103757;
}


