#topicNav {
	margin: 0;
	padding: 0 0 10px;
	list-style: none;
	background: none;
	font-size: 12.8px !important; /* important'd for text resizer, will break if not */
}

#topicNav > li {
	display: block;
	border-bottom: 1px solid #cdc1a2;
}

#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') 2px center no-repeat;
	padding: 0 0 0 12px;
}

#topicNav > li.navArrow:hover {
	position: relative;
	background: #fcf9f3 url('/images/misc/flyout-arrow.png') 2px center no-repeat;
}
	#topicNav > li.navArrow:hover a {
		background: #fcf9f3;
	}

#topicNav li:hover {
	background: #ffffff; 
}

#topicNav > li.navArrow ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #ffffff;
	position: absolute;
	left: -1000em;
	border-top: 1px solid #cdc1a2;
	width: 250px;
}

#topicNav > li.navArrow ul li {
	display: block;
	border-bottom: 1px solid #cdc1a2;
	border-left: 1px solid #cdc1a2;
	border-right: 1px solid #cdc1a2;
	padding: 0;
}

#topicNav > li.navArrow ul li a {
	display: block;
	text-decoration: none;
	background-color: #ffffff;
	padding: 4px;
}

#topicNav > li.navArrow ul li a:hover {
	background: #f4f1ec;
}

#topicNav > li.navArrow:hover ul {
	top: -0.1em;
	left: -250px;
	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;
}
