/* 
    Document   : navigation
    Created on : May 20, 2010, 4:35:07 PM
    Author     : lmyap
    Description:
        Purpose of the stylesheet follows.
*/
li.afterlogin_headerlink {
    background: url('../../../images/ticker/wanted/menu/menu_title1.gif');
    width:164px;
    height:34px;
    vertical-align:bottom;
    color:#049702;
    margin:0px;
    padding:0px;
    border:1px solid transparent;
    list-style:none;
    cursor:hand;
}
li.afterlogin_headerlinkup {
    background: url("../../../images/ticker/wanted/menu/menu_title2.gif");
    width:164px;
    height:34px;
    vertical-align:bottom;
    color:#049702;
    margin:0px;
    padding:0px;
    border:1px solid transparent;
    list-style:none;
    cursor:hand;
}
.menuaftertopl{
     background-image:url("../../../images/ticker/wanted/menu/menu_grey_tleft.gif");
     background-repeat:no-repeat;
     width:11px;
     height:11px;
     vertical-align:top;
     display:inline;
     float:left;
 }
.menuaftertopr{
     background-image:url("../../../images/ticker/wanted/menu/menu_grey_tright.gif");
     background-repeat:no-repeat;
     background-position:right top;
     width:11px;
     height:11px;
     vertical-align:top;
     float:right;
     display:inline;
 }
.menuafterbottoml{
     background-image:url("../../../images/ticker/wanted/menu/menu_grey_bleft.gif");
     background-repeat:no-repeat;
     width:11px;
     height:11px;
     vertical-align:bottom;
     display:inline;
     float:left;
     margin-bottom:0px;
     padding:0px;
 }
.menuafterbottomr{
     background-image:url("../../../images/ticker/wanted/menu/menu_grey_bright.gif");
     background-repeat:no-repeat;
     background-position:right bottom;
     width:11px;
     height:11px;
     vertical-align:bottom;
     float:right;
     display:inline;
     margin-bottom:0px;
     padding:0px;
 }


