#topicNav {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	font-size: 12.8px !important; /* important'd for text resizer, will break if not */
	overflow: visible !important;
}

.topicToggler {
	overflow: visible !important;
}

#topicNav > li {
	display: block;
	border-bottom: 1px solid #E9E2D0;
}

#topicNav > li > a {
	display: block;
	height: 100%;
	padding: 4px 3px;
	text-decoration: none;
}

#topicNav > li > a:hover {
	text-decoration: none;
}

#topicNav > li.navArrow {
	position: relative;
	background: transparent url('/images/menu/nav-arrow-over.png') 97% center no-repeat;
	padding: 0 24px 0 0;
	
	transition: background .3s;
	-moz-transition: background .3s; /* Firefox 4 */
	-webkit-transition: background .3s; /* Safari and Chrome */
	-o-transition: background .3s; /* Opera */
}

#topicNav > li.navArrow:hover {
	position: relative;
	background: #D3C29B url('/images/menu/nav-arrow-over.png') 99% center no-repeat;
	
	transition: background .3s;
	-moz-transition: background .3s; /* Firefox 4 */
	-webkit-transition: background .3s; /* Safari and Chrome */
	-o-transition: background .3s; /* Opera */
}
	#topicNav > li.navArrow:hover a {
		/*color: #a40200;*/
	}

#topicNav li:hover {
	background: #D3C29B; 
}

#topicNav > li.navArrow ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #B69B5D;
	position: absolute;
	left: -1000em;
	border-top: 1px solid #B69B5D;
	width: 250px;
}

#topicNav > li.navArrow ul li {
	display: block;
	border-bottom: 1px solid #B69B5D;
	border-left: 1px solid #B69B5D;
	border-right: 1px solid #B69B5D;
	padding: 0;
}

#topicNav > li.navArrow ul li a {
	display: block;
	text-decoration: none;
	padding: 4px;
	border-left: 5px solid #f5f5f5;
	
	transition: background, border .3s;
	-moz-transition: background, border .3s; /* Firefox 4 */
	-webkit-transition: background, border .3s; /* Safari and Chrome */
	-o-transition: background, border .3s; /* Opera */
}

#topicNav > li.navArrow ul li a:link, #topicNav > li.navArrow ul li a:link:visited, #topicNav > li.navArrow ul li a:visited {
	color: #f5f5f5;
}

#topicNav > li.navArrow ul li a:hover {
	background: #cf9001; /* Old browsers */
	background: -moz-linear-gradient(top,  #cf9001 0%, #a97201 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cf9001), color-stop(100%,#a97201)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cf9001 0%,#a97201 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cf9001 0%,#a97201 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cf9001 0%,#a97201 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cf9001 0%,#a97201 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9001', endColorstr='#a97201',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border-left: 10px solid #f5f5f5;
	transition: background, border .3s;
	-moz-transition: background, border .3s; /* Firefox 4 */
	-webkit-transition: background, border .3s; /* Safari and Chrome */
	-o-transition: background, border .3s; /* Opera */
}

#topicNav > li.navArrow:hover ul {
	top: -0.1em;
	left: 226px;
	z-index: 920;
}

.navSelected {
	background: #fffeff;
	padding: 0 0 1px;
}

.navSelected > a {
	border-bottom: 1px solid #cccccc;
}

.navSelected > ul {
    background: none repeat scroll 0 0 #FFF;
/*    border: 1px solid #cccccc;*/
    list-style: none outside none;
    margin: 10px 13px;
    padding: 10px 15px;
}

.navSelected > ul > li {
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
