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


#nav_menu{
	margin:0 auto;
	width:638px;}

#avatar{
float:right;
width:42px;
height:40px;
margin-top:10px;}
	
	
a.nav_button{
	background:url(../images/site/top_nav_bg.png) top center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:700;
	color:#000;
	text-decoration:none;
	width:131px;
	height:51px;
	text-align:center;
	list-style-type:none;
	float:right;
	margin-left:10px;
	padding-top:21px
	}
	
a.nav_button:hover{
	background:url(../images/site/top_nav_bg_hover-hover.png) top center no-repeat}
	
a.selected{
	background:url(../images/site/top_nav_bg_hover.png) top center no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:700;
	color:#000;
	text-decoration:none;
	width:131px;
	height:51px;
	text-align:center;
	list-style-type:none;
	float:right;
	margin-left:10px;
	padding-top:21px
	}
