/* mainNav
------------------------------------*/
#tabs {
 width:100%;
 margin-top:200px;
 padding: 0px;
 border:0px solid black;
}

#tabs ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  text-transform: uppercase;
}

#tabs ul li {
  float: left;
  margin: 0px;
  background:  url(../media/tab-right.gif) no-repeat top right;
  background-color: #fff;
}

/* Hack to make IE/Mac play nice */
#tabs li a {
  padding: 0 10px;
  line-height: 1.7em;
  background:  url(../media/tab-left.gif) no-repeat top left;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}

#tabs li a:hover {
  color: #333;
}


#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#footer ul li {
  margin: 0px;
  float: left;
  background: transparent;
  border-left: 1px solid #000;
}

/* Hack to make IE/Mac play nice */
#footer li a {
  padding: 0 2px 0 2px;
  line-height: 1.2em;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}

#footer ul a:hover {
  color: #333;
}


