@charset "utf-8";
/* CSS Document */

#top_navigation{	
	position:absolute;
	bottom:0px;
	left:224px;
	width:65%;
	text-align:center;
	border:1px dotted white;
	height:21px;
}

#top_navigation li{	
	display:inline;
}

#top_navigation a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align: center;
	margin:1.5%;
	padding-bottom:6px;
	position:relative;
	text-decoration:none;
	text-transform:uppercase;
}

#top_navigation a:link,#top_navigation a:visited{
	color: #666;
}

#top_navigation a:hover{
	color:#900;
	background:url(../graphic/triangle_bottom_hover.gif) no-repeat center bottom;
}

#top_navigation .active_menu a{
	background:url(../graphic/triangle_bottom.gif) no-repeat center bottom;
}

#top_navigation .active_menu a:link, #top_navigation .active_menu a:visited, #top_navigation .active_menu a:hover{
	color:#0076ad;
	background:url(../graphic/triangle_bottom.gif) no-repeat center bottom;
}
