/*---- style ----*/
.navbar{
  background: #C7CDCD url(back-shadow.png) bottom repeat-x;
}

.navbar a:hover{
  text-decoration: none;
}

.navbar li a{
	border: 1px solid #858C88;
  border-bottom: none;
  font-weight: normal;
  color: #EEE;
  text-decoration: none;
  background: #B5BCA8 url(upper-shadow.png) top repeat-x;
}

.navbar li:hover a{
  background-position: bottom;
  color: #FFF;
}

.navbar a.current_page{
  border: 1px solid #666;
  font-weight: bold;
  color: #FFF;
  background: #B5BCA8 url(top-row-active-tab.gif) top repeat-x;
}

/*---- non-tab related css ----*/

#faux_content{
  border: 1px solid #666;
  background: #B5BCA8;
  width: 500px;
  height: 300px;
}
