#topicNav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	color: #4B5E1C;
}

#topicNav > li {
	display: block;
	margin: 0;
	padding: 0;
}

#topicNav > li > a {
	display: block;
	height: 100%;
	padding: 1px 0;
}

#topicNav > li > a:hover {
}

#topicNav > li.navArrow {
	position: relative;
	background: transparent url('/images/misc/flyout-arrow.gif') 96% center no-repeat;
	padding: 0 12px 0 0;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
}

#topicNav > li.navArrow:hover {
	position: relative;
	background: url('/images/misc/flyout-arrow.gif') 98% center no-repeat;
}
	#topicNav > li.navArrow:hover a {
	}

#topicNav li:hover {
}

#topicNav li:hover a {
}

#topicNav > li.navArrow ul {
	margin: 0;
	padding: 0;
	width: 290px;
	list-style: none;
	background: #4B5E1C;
	color: #fff;
	position: absolute;
	left: -1000em;
	border-top: 1px solid #4B5E1C;
}

#topicNav > li.navArrow ul li {
	display: block;
	border-bottom: 1px solid #4B5E1C;
	border-left: 1px solid #4B5E1C;
	border-right: 1px solid #4B5E1C;
}

#topicNav > li.navArrow ul li a {
	display: block;
	text-decoration: none;
	padding: 4px;
	color: #fff;
}

#topicNav > li.navArrow ul li a:hover {
	background: #fff;
	color: #4B5E1C;
}

#topicNav > li.navArrow:hover ul {
	top: -0.1em;
	left: 300px;
	z-index: 20;
}

.navSelected {
	background: #fffeff;
	padding: 0 0 1px;
}

.navSelected > a {
	border-bottom: 1px solid #4B5E1C;
}

.navSelected > ul {
    background: none repeat scroll 0 0 #FFF;
    list-style: none outside none;
    margin: 10px 13px;
    padding: 10px 15px;
}

.navSelected > ul > li {
	padding: 3px;
	border-bottom: 1px solid #4B5E1C;
}