
/* Hide link on all pages but the current one */
tr.links2008,
body#news-archive-2008 tr.links2008, 
body#news-archive-2009 tr.links2009, tr.links2009, 
body#news-archive-2010 tr.links2010, tr.links2010 
{display:none;} 

/* Show link on all pages needed through the body class */
body.news2008 tr.links2008,
body.news2009 tr.links2009, 
body.news2010 tr.links2010,
body.news2011 tr.links2011 {
display: table-row;
margin:0;
padding:0;
} 
/* IE6 Show link */
* html body.news2008 tr.links2008,
* html body.news2009 tr.links2009, 
* html body.news2010 tr.links2010,
* html body.news2011 tr.links2011 {display: block;}
/* IE7 Show link */
* + html body.news2008 tr.links2008,
* + html body.news2009 tr.links2009,
* + html body.news2010 tr.links2010,
* + html body.news2011 tr.links2011  {display:block;}




/* Set Active & hover state */
body.news2008 a#news2008,
body.news2009 a#news2009,
body.news2010 a#news2010,
body.news2011 a#news2011 {
font-family: arial;
font-size: 70%;
color: #2b85b6;
font-weight: bold;
cursor:auto;
}
/* Past years and can include current year. */
body.news2008 a#news2008:hover, 
body.news2009 a#news2009:hover,
body.news2010 a#news2010:hover,
body.news2011 a#news2011:hover  { 
text-decoration:none;
cursor:default;
}
/* Current year. Value should always be the current year */
body.news2011 a#news2011:hover  { 
cursor:pointer;
}
body#news a#news2011:hover  { 
cursor:default;
}







