/* Plan Dash Nav */
#plan-subnav 		{width: 100%; background: #00577d; padding: 0px; height: 21px; *height: 20px; _height: 21px; color: #e8eff2; _margin-top: -7px;}
#plan-subnav a 	{color: #e8eff2; font-size: 10.5px; text-decoration: none;}
#plan-subnav a:hover { text-decoration: underline;}
#plan-subnav a.active { font-weight: bold;  color: #fff;}
#plan-nav { height: 25px; *height: 20px; /*ie hack*/ padding: 0px; }
#plan-nav ul { padding: 0px; margin: 0px; border-bottom: 1px solid #00577d; height: 25px; *height: 22px;}
#plan-nav li { display: inline; float: left; list-style-type: none; margin-right: 2px;  _height: 30px; /* ie6 hack */}
#plan-nav li a {
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 8px;
	*padding: 3px 8px;
	_padding: 5px 8px;
	text-decoration: none;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #fff;
	border-top: 0px solid #cbdde6;
	background: #cbdde6;
	color: #00577d;
}
/*#plan-nav li {*border-bottom: 2px solid #fff; *height: 20px;}
#plan-nav li.active {*border-bottom: 2px solid #00557d; *border-left: 2px solid #00557d; *border-right: 2px solid #00557d;} */
#plan-nav li a:hover { text-decoration: none; color: #fcfcfc;}
#plan-nav li.active a {
	background: #00577d;
	color: #fcfcfc;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid #00577d;
	border-top: 0px solid #cbdde6;
}
img.cap-l {z-index: 100; left: -8px; position: relative; top: -10px; *top: -8px; _top: -8px; /* ie hack */}
img.cap-r {z-index: 100; left: 8px; position: relative; top: -10px; *top: -8px; _top: -8px; /* ie hack */}
img.cap-l-on {z-index: 100; left: -9px; position: relative; top: -10px; *top: -8px; _top: -8px; /* ie hack */}
img.cap-r-on {z-index: 100; left: 9px; position: relative; top: -10px; *top: -8px; _top: -8px; /* ie hack */}
.blue-bar {display: none; height: 19px; *height: 18px; _height: 18px; background: #00577d; padding: 0px; margin-top: 2px; _margin-top: 0px;}

.new-icon { position: relative; top: 3px; left: 4px;}

.cap-l, .cap-r {
	width: 7px;
	height: 7px;
	background: transparent url(/media/img/nav/cap-l-off.png) top left no-repeat;
}
.cap-r { background-image: url(/media/img/nav/cap-r-off.png); }
.active .cap-l { background-image: url(/media/img/nav/cap-l-on.png); }
.active .cap-r { background-image: url(/media/img/nav/cap-r-on.png); }
/* END Plan Dash Nav */