/* ============ NOTES ================ */
/*
19 May 10: Width needs to be 970 otherwise SCU home doesn't align properly to the left.
Right tabs need to to text align right or they don't align with the RH side of the page properly
Left tabs are UPPER CASE
*/
/* ============ TOP TABS -- SCU TABS ================ */

.body-header-top /*has shading at very top of frame under main SCU top tabs */{
/*  background: transparent url(http://www.scu.edu.au/gfx/css/body-bg-top.png) repeat-x 0 0;*/
  height: 30px;
}

.body-header-nav /*top tabs to main scu categories */ {
  font-family: arial,helvetica,sans-serif;
  font-size:0.7em;
  font-weight: normal;
  width: 970px;
  margin: 0 auto;
}

.left-tabs /* left hand scu tab positioning */ {
  float: left;
  width: 600px;
  text-align: left;
  text-transform: uppercase;
}

.right-tabs /* right hand scu tab positioning */ {
  float: right;
  width: 300px;
  text-align: right;
}

/* Styles for navigation at top of frame - scu tabs - code from css.maxdesign.com.au/listamatic/horizontal24.htm */
#navcontainer { /* none needed */ }

ul#navlist-left, ul#navlist-right {
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;
}

ul#navlist-left li, ul#navlist-right li {
float: left;
font-family: arial, sans-serif;
font-size: 9px;
font-weight: normal;
margin: 0;
padding: 5px 0 4px 0;
}

#navlist-left a, #navlist-left a:link,
#navlist-right a, #navlist-right a:link {
margin: 0;
padding: 5px 9px 4px 9px;
color: #333 ;
text-decoration: none;
}

ul#navlist-left li#active, 
ul#navlist-right li#active {
color: #333 ;
}

#navlist-left a:hover {
color: #487fdf;
text-decoration: none;
}

/* end top tab styles */



