/* breadcrumbs_one.css */

/* breadcrumbs and login */
#breadcrumbs {
margin: 0px;
padding: 0px;
width: 785px;
height: 32px;
text-align: left;
position: relative;
}

.login{
margin: 0px;
padding-left: 38px;
padding-bottom: 10px;
width: 107px;
height: 22px;
background-image: url(../images/breadcrumbs/login_bg2.gif);
background-repeat: no-repeat;
}

.login a{
color: #076496;
text-decoration: none;
}

.login a:hover{
color: #FF0000;
}

.step_one{
margin: 0px;
padding: 0px;
width: 160px;
height: 32px;
background-image: url(../images/breadcrumbs/step1_on.gif);
background-repeat: no-repeat;
}

.step_two{
margin: 0px;
padding: 0px;
width: 140px;
height: 32px;
background-image: url(../images/breadcrumbs/step2_on.gif);
background-repeat: no-repeat;
}

.step_three{
margin: 0px;
padding: 0px;
width: 170px;
height: 32px;
background-image: url(../images/breadcrumbs/step3_off.gif);
background-repeat: no-repeat;
}

.step_three a{
display: block;
width: 170px;
height: 32px;
background-image: url(../images/breadcrumbs/step3_off.gif);
background-repeat: no-repeat;
}

.step_three a:hover{
background-image: none;
}

.step_four{
margin: 0px;
padding: 0px;
width: 170px;
height: 32px;
background-image: url(../images/breadcrumbs/step4_off2.gif);
background-repeat: no-repeat;
}
