#topnavlinks a:link,
#topnavlinks a:visited
{
	/* color:#00a3e0; */
	color:#8b7f79;
	text-decoration: none;
	/* font-size:12px; */
}
        
/*
#topnavlinks a:hover,
#topnavlinks a:active
{
        color:#ff5900;
        text-decoration: underline;
        border-bottom:7px solid #ff5900;
}
*/
 
#topnavlinks ul {
	list-style-type:none;
	/* Height controls the amount of spacing from the bottom 
	   of the topnavlink to the top of the dropdown flyout links. */
	height:35px;
	padding:0;
	margin:0;
	/* border:1px solid red; */
}
/*
#topnavlinks li {
	display:inline;
	line-height:29px;
	padding: 0 14px 0 14px;
	margin:0px;
}
*/

#topnavlinks li {
	display:inline;
	font-size:11px;
	/* Line height is needed to control the amount of
	   spacing between the top and botton flyout links. */
	line-height:30px;
	/* This is the old padding line */
	/* padding: 0 8px 0 14px; */
	/* This padding controls the spacing between the main top level links */
	padding: 0 17px 0 17px;
	margin:0;
	/* border:1px solid red; */
}
 
.topnav_dropdown {
	font-family:Lucida Sans Unicode, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:11px;
	/* font-size:9pt; */
	/* width:674px; */
	width:650px;
	position:absolute;
	z-index:1;
	visibility: hidden;
	height: 40px;
	
	/* 04-27-09 */
	margin:0px;
	padding:0px;
	/* border:1px solid red; */
}
.topnav_dropdown ul {
	list-style:none;
	
	/* 04-27-09 */
	/* padding-left: 18px; */
	margin-left:15px;
	margin-top:0px;
	padding-left:0px;
	padding-top:0px;
}
.topnav_dropdown ul li {
	display:inline;
	padding: 0 15px 0 0px;
}
.topnav_dropdown ul li a:link, .topnav_dropdown ul li a:visited {
	white-space:nowrap;
	color: #FF5900;
	text-decoration: none;
}

.topnav_dropdown ul li a:hover {
	white-space:nowrap;
	color: #FF5900;
	text-decoration: underline;
}