/*FROM ORIGINAL CSS replaces discnavcontainer*/
#main_nav 
{
float:left;
padding-top:80px;
margin-left:80px;
overflow:visible;
width:590px;
}


.candidates {
    background: url(../images/main_nav.png);
    width: 147px;
    height: 16px;
    float:left;
	background-position: 0px 0px; /* changing position - showing red button */
}
a.candidates-button span {
    background: url(../images/main_nav.png);
    width: 147px;
    height: 16px;
    display: block;
    visibility: hidden;
    background-position: 0px -18px;
}

.employers {
    background: url(../images/main_nav.png);
    width: 158px;
    height: 16px;
    float:left;
	background-position: -147px 0px; /* changing position - showing red button */
}
a.employers-button span {
    background: url(../images/main_nav.png);
    width: 158px;
    height: 16px;
    display: block;
    visibility: hidden;
    background-position: -147px -18px;
}

.about_us {
    background: url(../images/main_nav.png);
    width: 127px;
    height: 16px;
    float:left;
	background-position: -304px 0px; /* changing position - showing red button */
}

a.about_us-button span {
    background: url(../images/main_nav.png);
    width: 127px;
    height: 16px;
    display: block;
    visibility: hidden;
    background-position: -304px -18px;
}
.our_focus {
    background: url(../images/main_nav.png);
    width: 76px;
    height: 16px;
    float:left;
	background-position: -431px 0px; /* changing position - showing red button */
}
a.our_focus-button span {
    background: url(../images/main_nav.png);
    width: 76px;
    height: 16px;
    display: block;
    visibility: hidden;
    background-position: -431px -18px;
}


a.our_focus-button, a.about_us-button, a.employers-button, a.candidates-button{
	
	outline:none;
}


