
A:link {
  color: #C06;
  text-decoration:none;
  }

A:active {
  color: #C06;
  text-decoration: underline;
  }

A:visited {
  color: #C06;
  text-decoration:none;
  }

A:hover, .nav-ugrad .sidenav2 a:hover {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:#C06;
}

#colorbar-left {
   background-color: #C06;
   border-top: hidden; 
	border-right: 2px #ccc solid; 
	border-bottom: hidden; 
	border-left: hidden;
	text-align:center;
}
#colorbar-right {
  background-color: #C06;
  background-image:url('../images/current-tag.gif');
  background-repeat:no-repeat;
}

td#page-title-bg {
  background-image:url('../images/page-title-current.gif');
  background-repeat:no-repeat;
  border-top: hidden; 
  border-right: hidden; 
  border-bottom: 3px #ccc solid; 
  border-left: hidden;
  }

#breadcrumb a:link, #breadcrumb a:hover, #breadcrumb a:visited {
    color:#C06;
	font-weight:bold;
	}

#breadcrumb a:hover {
    text-decoration: none;
	}

/* open branches of the heirarchy */
.home-nav, 

.welcome-nav, 

.ugrad-nav,

.pgrad-nav, 

.resrch-nav, 

.personnel-nav, 

.student-nav-open, 

.nav-student,

.intl-nav, 

.working-nav, 

.news-nav, 

.contact-nav {
  display: block;
  }

/* changes the color for the current branch of the heirarchy */
.sidenav .sidenav2 a:link, .sidenav .sidenav2 a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #C06;
	border-bottom-style: none;
	}
.sidenav .sidenav2 a:hover { 
    color: #C06;
    border-bottom-style:none;
    text-decoration:none;
	}
