﻿/********************************************
edit by yezhi 2012-06-11
功能:用户报名的导航菜单
********************************************/

body {
}
.nav { position:relative; width:100%!important; min-width:583px!important }
.nav ul {margin:0; padding:0; list-style:none;}
.nav ul li { background-color:#e4e4e4; position:relative;}
.step
{
    float: left;
    list-style-type: none;
    color: #b1b1b1;
}
.step-l, .step-m, .step-r
{
    float: left;
    background: url(/images/reg_step.png) #e4e4e4;
    height: 22px;
    line-height: 22px;
}
.step-l, .step-r
{
    width: 12px;
}
.step-r
{
    background-position: 100% 188px;
    width: 0;
}
.step-m
{
    background: #e4e4e4; 
    text-indent:6px;
    
}
.step-order
{
    font-size: 14px;
}

.nav ul li.current
{
    color: #f0f0f0;
   background: #404040;
}
.current_right_arrow { background-color:#404040;}
.current .step-l
{
    background-position: 0 -23px;
}
.current .step-m
{
    background: #404040;
    
}
.current .step-r
{
    background-position: 100% -162px;
}

.step-l.first { background-position: 100% -69px; width: 3px; background-color: transparent;}
.step-l.current_first { background-position: 100% -93px; width: 3px; background-color: transparent;}
.step-r.end { background-position: 100% -138px; width: 3px; position:absolute; top:0; right:0;}
.step-r.current_end {background-position: 100% -162px; width: 3px; position:absolute; top:0; right:0;}
