div#top_navigation
{
	display: block;
	width: 1000px;
	float: left;
	border-bottom: 7px solid #8aa;
	text-align: center;
	line-height: 14px;
	background-color: #d2e6aa;
}

div#top_navigation ul
{
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#top_navigation ul li
{
	display: block;
	float: left;
	margin: 0;
	position: relative;
	border-right: 1px solid #fcffd0;
}

div#top_navigation ul li ul.dropdown
{
	display: none;
	position: absolute;
	top: 28px;
	left: 0;
	padding: 0;
	margin: 0;
	background-image: url(../images/topnav-trans.png);
	z-index: 1000;

}

div#top_navigation ul li ul.dropdown li
{
	background-color: transparent !important;
	border-top: 1px dotted #465b54; 
	margin: 0;
	border-right: none !important;
}

div#top_navigation ul li a
{
	display: block;
	float: left;
	color: #4c4432;
	text-decoration: none;
	height: 14px;
	padding: 7px 10px;
	border: none !important;
	background-color: #d2e6aa;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div#top_navigation ul li.this_section a
{
	color: white !important;
	background-color: #8AA !important;
}

div#top_navigation ul li.this_section a:hover
{
	color: #4c4432 !important;
}

div#top_navigation ul li.this_section ul.dropdown li.this_section a
{
	color: #e8fff6 !important;
	background-color: #4b625a !important;
	width: 125px;
	text-align: left;
}

/* turns off dropdown nav on active section */
div#top_navigation ul li.this_section ul.dropdown
{
	display: none !important;
}

div#top_navigation ul li ul.dropdown li a,
div#top_navigation ul li.this_section ul.dropdown li a
{
	color: #e8fff6 !important;
	background-color: transparent !important;
	height: auto;
	width: 125px;
	text-align: left;
}

div#top_navigation ul li a:hover
{
	background-color: #fcffd0 !important;
	border: none !important;
	text-decoration: none;	
}

div#top_navigation ul li ul.dropdown li a:hover
{
	border: none !important;
	text-decoration: none;
	color: white;
	background-color: #4b625a !important;
}

/* the 'over' style is added by javascript for IE only */
ul#topnav li:hover ul.dropdown,
ul#topnav li.over ul.dropdown
{ 
	display: block !important; 
}


/* sub navigation */

div#sub_navigation
{
	display: block;
	width: 182px;
	padding: 20px;
	float: left;
	margin: 0 0 30px 0;
	border: 0;
	color: #222;
	min-height: 200px;
}

div#sub_navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#sub_navigation ul li
{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

div#sub_navigation ul li a,
div.sub_nav_heading
{
	display: block;
	text-decoration: none;
}

div.topics
{
	margin-left: 15px;
}

div#sub_navigation ul li a,
div.topics a
{
	color: #233 !important;
}

/*
.navDivider
{
	border-top: 1px solid #9faeae;
	margin-top: 30px;
	padding-top: 8px;
}
*/

div.sub_nav_heading
{
	font-style: normal;
	color: #004c53;
	font-size: 14px;
	line-height: 16px;
	margin-top: 35px;
	font-weight: bold;
	text-transform: uppercase;
}

div.sub_nav_heading strong
{
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}

div#sub_navigation ul li a:hover,
div#sub_navigation ul li.this_section a:hover,
div.topics a:hover
{
	color: white !important;
	text-decoration: none;
}

div#sub_navigation ul li ul.sub_subnav
{
	margin: 0 0 0 15px;
}

div#sub_navigation ul.sub_subnav li
{
	padding: 0;
	margin: 10px 0;
	line-height: 16px;
}

div#sub_navigation ul.sub_subnav li a 
{ 
	color: #233 !important; 
}

div#sub_navigation ul.sub_subnav li a:hover { color: #FFF !important; }

div#sub_navigation ul li.this_section a,
div#sub_navigation ul.sub_subnav li.this_section a
{
	color: black !important;
	font-weight: bold;
}

.otherlink { font-style: italic !important; }

