/* TOP NAVIGATION */
#top_nav {
    background:transparent url(/c/all-jobs/images/te_nav_sprite.jpg) repeat-x;
    color:#ffffff;
    padding:0px 11px;
    height:41px;
}
#top_nav.empty {
	background:transparent;
}
#top_nav div, #credit_status a, a.top_nav_element {
    font-size:14px;
/*    height:41px;*/
}
a.top_nav_element, a.top_nav_element:visited {
    text-align:center;
    font-weight:normal;
    display:block;
    float:left;
    height:13px !important;
    /*height:41px;*/
    height:13px;
    overflow:hidden;
    background:transparent url(/c/all-jobs/images/te_nav_sprite.jpg) repeat-x;
    color:#ffffff;
    padding:14px 15px;
    width:100px !important;
    width:122px;
    /*border-left:solid #dedee0 1px;
    border-right:solid #949599 1px;*/
    border-right: groove #dedee0 2px;
    text-decoration:none;   
}

#top_nav a.top_nav_element:first-child {
    border-left:0px;
}

a.top_nav_element:hover, a.top_nav_element:active, a.top_nav_element_active,
 a.top_nav_element_active:visited {
    background-position:0px -41px;
    color:#111111; 
    text-decoration:none;
}
#credit_status {
    float:right;
    margin-right:15px;
}
#credit_status a {
    position:relative;
    font-weight:bold;
    color:#ffffff;
    top:13px;
}
