@charset "utf-8";
/* CSS Document */

#main_nav_ul
{
	list-style-type:none;
	width:800px;
	height:30px;
	float:right;
}
.member_nav_ul
{
    list-style-type:none;
    padding-right:20px;
    height:30px;
	float:right;
}
.nav_ul_li, .nav_ul_li_active
{
	height:30px;
	float:left;
}
.nav_ul_li_active
{
	background-image:url(../../images/navigation/nav_ul_li_active.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.nav_ul_li img:hover
{
	background-image:url(../../images/navigation/nav_ul_li_hover.png);
	background-repeat:no-repeat;
	background-position:top center;
}
