/*
  Running MySource Matrix
  Developed by Squiz - http://www.squiz.net
  MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 22 November 2008 17:36:15
*/


/*
NOTES:
See global.css for global notes.

These are styles specifically for the left hand sub-navigation on
contents pages site-wide. The nav container is a positioned page
relative in contens_global.css. These styles are centric to the nav
container and contents themselves.
*/


/*========================================================*/
/*CONTAINER*/


#psNav
{
    font-size:14px;
    background:#f0f0f0;
    margin-left:16px;
    margin-top:-15px;
    width:160px;
    padding-top:0px;
    padding-right:0px;
    padding-bottom:10px;
    padding-left:0px;
    border-right:0px solid #ccc;
    border-left:0px solid #cfcfcf;
}


/*========================================================*/
/*TITLE*/
#psNav h3
{
    /*indicated graphically, no title required*/
    display:none;
}


/*========================================================*/
/*HOME LINK*/

/*Bold 'back to home' link at the top of the nav list*/

#psNav p
{
    font-weight:bold;
    font-size:11px;
    line-height:1;
    padding-top:6px;
    padding-right:0;
    padding-bottom:5px;
    padding-left:6px;
    
    margin-top:0;
    margin-right:0;
    margin-bottom:8px;
    margin-left:0;

    border-bottom:0px solid #bbb;
}




/*========================================================*/
/*NAV LINKS LIST*/

/*List of nav links for this sub-level section*/

/*--------------------------------------------------------*/
/*CONTAINER*/

#psNav ul
{
    display:block;
    text-indent: 0px; 
    margin:0;
    padding-top:0;
    padding-right:0;
    padding-bottom:0;
    padding-left:15px;
    
}

#psNav ul ul
{
    margin-left:0px !important;/*indent to show this is sub nav*/
    padding-top:2px !important;/*since ul ul starts inside <li> so <li> pad bottom isn't there*/
    margin-bottom:-6px !important;/*overrides the double <li> pad bottom*/
        
}



#psNav li
{
    display:block;
    font-size: 10px;
    padding-top:0;
    padding-right:0;
    padding-bottom:6px;
    padding-left:35px;/*to sync with .psNavCurrent bg img*/
        
    margin:0;
    
    list-style:none;
    text-indent: -20px; 
    line-height:1;
}


/*--------------------------------------------------------*/
/*CURRENT LINK*/

/*The current link is highlighted with this class*/

.psNavCurrent
{
    
    background-repeat:no-repeat;
    background-position:left top;
    background-image:url(/templates/images/gotoLink_arrow.gif);
    
}

#breadcrumb
{
    margin-left: 0px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
} 
