table#top_navigation {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif," "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size:13px;
	margin:auto;
	width:830px;
}

table#top_navigation #main_nav {
	padding:0;
}

table#top_navigation #main_nav table {
	
}

table#top_navigation a {
	text-decoration:none;
}

table#top_navigation a:hover {
	text-decoration:underline;
}

table#top_navigation th {
	background-color:#EDE3CB;
	font-size:14px;
	font-weight:bold;
	padding:4px;
}

table#top_navigation .popup {
	background-image: url('../images/bgrnd_popup.jpg');
	background-repeat: no-repeat;
	border:2px solid #F3E0B2;
	display:none;
	opacity:0.0;filter:alpha(opacity=00);
	text-align:left;
}

table#top_navigation .td {
	background-color:#A8E4A8;
}

table#top_navigation .popup a {
	display:block;
	font-size:16px;
	font-weight:bold;
}

table#top_navigation .popup table td {
	padding:14px 45px 8px 8px;
}

table#top_navigation .popup img {
	float:right;
	margin:4px;
}