﻿/* ----------------------------- */
/* RIGHT NAV					 */
/* ----------------------------- */

.subNav {
	float: right;
	width: 190px;
}
	
	.subNav li {
		border-bottom: solid 1px #a1a1a1;
		background: #ffffff url(../images/subNav_arrow.gif) no-repeat 6px 12px;
		height: 28px;
		padding: 6px 0 0 27px;
		font-size: 14px;
		line-height: 24px;
		color: #113a76;
	}
	
	.subNav li.active {
		background-color: #e8e9ea;
	}
	
		.subNav li a {
			text-decoration: none;
			color: #002c6c;
		}