
#tabNav
{
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 1.5em;
  border: solid 1px white;
}

#tabNav ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 760px;
  list-style: none;
  text-transform: uppercase;
}

#tabNav ul li {
  float: left;
  background: #EdEFEE url(../images/tab-right.jpg) no-repeat top right;
}


/* Hack to make IE/Mac play nice */
#tabNav li a {
  padding: 0 2em;
  line-height: 2.5em;
  background: url(../images/tab-left.jpg) no-repeat top left;
  text-decoration: none;
  color: #000000;
  float: left;
  display: block;
  border-bottom: solid 1px gray;
}

#tabNav ul a:hover {
  color: #AA0000;
  
}

#home #tabNav .home,
#contact #tabNav .contact,
#products #tabNav .products,
#projects #tabNav .projects,
#articles #tabNav .articles,
#services #tabNav .services
{
  color: #2222FF;
  cursor: default;
  border: none;
}


