/******* BODY *******/

body {
padding: 0;
margin: 0;
width: 100%;
font-family: Arial, Verdana, Helvetica, sans-serif;
background: #FFFFFF;
}

/******* LINK SPECIFICATIONS *******/

a {
border-style: none;
text-decoration: none;
font-color: #565656;
}

a:link {
border-style: none;
text-decoration: none;
}


/******* IMAGE SPECIFICIATION *******/

img, img a {border: none;}

/******* TAB NAVIGATION (MAIN) *******/

#tabs-nav {
height: 37px;
color: #0078cc;
font-size: 1em;
line-height: 1.7em;
}  

#tabs-nav span {
text-transform: lowercase; font-weight: normal;
}

#tabs-nav .lowercase {
text-transform: lowercase;
font-weight: bold;}

#tabs-nav ul {
position: absolute; 
margin: 0; 
padding: 0; 
list-style: none;
}

#tabs-nav ul li {
background: none; 
float: left;
}

#tabs-nav ul li.tab-for, 
#tabs-nav ul li.tab-about, 
#tabs-nav ul li.tab-students, 
#tabs-nav ul li.tab-staff {
position: absolute;
padding-top: 13px;
}

#tabs-nav ul li.blank-group {
position: absolute;
margin: 0;
}

#tabs-nav ul li.tab-for a:link, 
#tabs-nav ul li.tab-for a:visited,
.foron {
width: 130px;
}

#tabs-nav ul li.tab-for a:link, 
#tabs-nav ul li.tab-for a:visited, 
#tabs-nav ul li.tab-about a:link, 
#tabs-nav ul li.tab-about a:visited, 
#tabs-nav ul li.tab-staff a:link, 
#tabs-nav ul li.tab-staff a:visited, 
#tabs-nav ul li.tab-students a:link, 
#tabs-nav ul li.tab-students a:visited {
display: block;
text-align: center;
padding: 2px 0 2px 0;
color: #000;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
background: #0099CC url(http://www.uts.edu.au/images/css/nav.gif) bottom right no-repeat;
border-left: 2px solid #000;
}

#tabs-nav ul li.tab-for a:hover, 
#tabs-nav ul li.tab-for a:active, 
#tabs-nav ul li.tab-about a:hover, 
#tabs-nav ul li.tab-about a:active, 
#tabs-nav ul li.tab-staff a:hover, 
#tabs-nav ul li.tab-staff a:active, 
#tabs-nav ul li.tab-students a:hover, 
#tabs-nav ul li.tab-students a:active, 
#tabs-nav ul li.tab-for a:link.foron, 
#tabs-nav ul li.tab-for a:visited.foron, 
#tabs-nav ul li.tab-about a:link.abouton, 
#tabs-nav ul li.tab-about a:visited.abouton, 
#tabs-nav ul li.tab-staff a:link.staffon, 
#tabs-nav ul li.tab-staff a:visited.staffon, 
#tabs-nav ul li.tab-students a:link.studentson, 
#tabs-nav ul li.tab-students a:visited.studentson {
color: #000000; 
border: none; 
background: none; 
padding: 2px 0 7px 0;
background: #09c url(http://www.uts.edu.au/images/css/tabs_active_corner2.gif) top right no-repeat;
border-left: 1px solid #fff;
position: absolute;
margin-top: -4px;
}



/******* FIXED GROUP NAVIGATION *******/

#tabs-nav ul .section_list ul #groups, 
#tabs-nav ul .section_list ul .groups {
height: 91px;
background: #09c;
}

#group0, #group1, #group2, #group3 {
position: absolute; 
padding-top: 10px; 
margin: 38px 0 0 0; 
width: 660px; 
height: 81px; 
background: #09c;
}

.groups ul {
margin: 0;
padding: 5px 0px 10px 0;
width: 657px;
width: 100%;
text-transform: none;
line-height: 1em;
list-style-type: none;
}

.groups ul li {
float: left; 
width: 190px; 
padding: 5px 15px 0 10px; 
margin-left: 3px;
}

.groups ul li a:link, 
.groups ul li a:visited {
padding-left: 15px; 
color: #fff; 
font-weight: bold;
margin-left: 0;
}

.groups ul li a:hover, 
.groups ul li a:active {
color: #8ae2ff;
}

.groups ul li#current_section a:link, 
.groups ul li#current_section a:visited {
color: #fff;
}


