/* new addition main nav */
.main_nav{
	border-top: 3px solid #000;
}
.main_nav .main_nav_r .main_nav_m ul{
	margin: 0;
	padding: 0;
	height: 31px;
	list-style-type: none;
}
.main_nav .main_nav_r .main_nav_m ul li{
	display: block;
	float: left;
	width: 111px;
}
.main_nav .main_nav_r .main_nav_m ul li a{
	display: block;
	height: 31px;
	line-height: 31px;
	overflow: hidden;
}

.main_nav .main_nav_r .main_nav_m ul li.home{
	width: 46px!important;
}

.main_nav .main_nav_r{ background: url('../images/sp_navright.png') no-repeat top right; padding-right: 5px; }
.main_nav .main_nav_m{ background: url('../images/sp_navbg.png') repeat-x; }
.navi_home{ background: url('../images/sp_home.png') no-repeat left top; text-decoration: none; }
.navi_home:hover{ background: url('../images/sp_home.png') no-repeat 0 -31px; text-decoration: none; }
.navi_home_curr{	background: url('../images/sp_home.png') no-repeat 0 -62px!important; text-decoration: none; }

.navi_newpage{ background: url('../images/sp_newpage.png') no-repeat left top; text-decoration: none; }
.navi_newpage:hover{ background: url('../images/sp_newpage.png') no-repeat 0 -31px; text-decoration: none; }
.navi_newpage_curr{	background: url('../images/sp_newpage.png') no-repeat 0 -62px!important; text-decoration: none; }

.navi_myaccount{ background: url('../images/sp_myaccount.png') no-repeat left top; text-decoration: none; }
.navi_myaccount:hover{ background: url('../images/sp_myaccount.png') no-repeat 0 -31px; text-decoration: none; }
.navi_myaccount_curr{	background: url('../images/sp_myaccount.png') no-repeat 0 -62px!important; text-decoration: none; }

.navi_faq{ background: url('../images/sp_faq.png') no-repeat left top; text-decoration: none; }
.navi_faq:hover{ background: url('../images/sp_faq.png') no-repeat 0 -31px; text-decoration: none; }
.navi_faq_curr{	background: url('../images/sp_faq.png') no-repeat 0 -62px!important; text-decoration: none; }

.navi_training{ background: url('../images/sp_training.png') no-repeat left top; text-decoration: none; }
.navi_training:hover{ background: url('../images/sp_training.png') no-repeat 0 -31px; text-decoration: none; }
.navi_training_curr{	background: url('../images/sp_training.png') no-repeat 0 -62px!important; text-decoration: none; }

.navi_support{ background: url('../images/sp_support.png') no-repeat left top; text-decoration: none; }
.navi_support:hover{ background: url('../images/sp_support.png') no-repeat 0 -31px; text-decoration: none; }
.navi_support_curr{	background: url('../images/sp_support.png') no-repeat 0 -62px!important; text-decoration: none; }

.navi_logout{ background: url('../images/sp_logout.png') no-repeat left top; text-decoration: none; width: 111px; height: 31px; overflow: hidden; display: block;}
.navi_logout:hover{ background: url('../images/sp_logout.png') no-repeat 0 -31px; text-decoration: none; }
.navi_logout_curr{	background: url('../images/sp_logout.png') no-repeat 0 -62px!important; text-decoration: none; width: 111px; height: 31px; overflow: hidden; display: block;}

