/*
	navigation menu
*/

#top_nav
{
font-size:0.75em;

}

#top_nav ul
{
	float:right;
	margin-right:15px;
	margin-top:92px;
}

#top_nav ul li
{
	float:left;
	display:block;	
	text-align:center;
	background: url('../images/bg/nav_link.gif') no-repeat;
	margin-right:5px;
}

#top_nav ul li a
{	
	outline:none;
	padding-top:5px;
	width:69px;
	height:20px;
	display:block; 
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#top_nav ul li a:hover
{	
	width:69px;
	height:20px;
	background: url('../images/bg/nav_hover.gif') no-repeat;
}

#top_nav #current
{	
	background: url('../images/bg/nav_active.gif') no-repeat;
}

#top_nav #current a{
	color:#EC008C;
}

