#topicNav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	color: #3e7060;
	font-size: 12.8px !important; /* important'd for text resizer, will break if not */
}

#topicNav > li {
	display: block;
	border-bottom: 1px dotted #3e7060;
}

#topicNav > li > a {
	display: block;
	height: 100%;
	padding: 4px 0;
	text-decoration: none;
}

#topicNav > li > a:hover {
	/*background: #F9D3CC;*/
	text-decoration: none;
}

#topicNav > li.navArrow {
	position: relative;
	background: transparent url('/images/misc/flyout-arrow.png') 192px center no-repeat;
	padding: 0 12px 0 0;
	width: 191px;
}

#topicNav > li.navArrow:hover {
	position: relative;
	background: #feffff url('/images/misc/flyout-arrow.png') 194px center no-repeat;
}
	#topicNav > li.navArrow:hover a {
		color: #26443a;
	}

#topicNav li:hover {
	background: #ffffff; 
}

#topicNav > li.navArrow ul {
	margin: 0;
	padding: 0;
	width: 215px;
	list-style: none;
	background: #fff;
	position: absolute;
	left: -1000em;
	border-top: 1px solid #d4d2d0;
}

#topicNav > li.navArrow ul li {
	display: block;
	border-bottom: 1px solid #d4d2d0;
	border-left: 1px solid #d4d2d0;
	border-right: 1px solid #d4d2d0;
}

#topicNav > li.navArrow ul li a {
	display: block;
	text-decoration: none;
	background-color: #f3f3f3;
	padding: 4px;
}

#topicNav > li.navArrow ul li a:hover {
	background: #ffffff;
}

#topicNav > li.navArrow:hover ul {
	top: -0.1em;
	left: 200px;
	z-index: 20;
}

.navSelected {
	background: #fffeff;
	padding: 0 0 1px;
}

.navSelected > a {
	border-bottom: 1px solid #cdc1a2;
}

.navSelected > ul {
    background: none repeat scroll 0 0 #FFF;
/*    border: 1px solid #cdc1a2;*/
    list-style: none outside none;
    margin: 10px 13px;
    padding: 10px 15px;
}

.navSelected > ul > li {
	padding: 3px;
	border-bottom: 1px solid #cdc1a2;
}
