div#topbar ul,
div#topbar ul li,
div#topbar ul li a,
div#topbar ul li:hover,
div#topbar ul li:hover a,
div#topbar ul li a:hover{
  background: none;
  height: auto;
  width: auto;
  color: auto;
  margin: auto;
  padding: auto;
  border: 0;
  text-decoration: none;
}


div#topbar{
  height: 30px;
  background: #888 url("../images/topbar-bg.jpg") repeat-x top left;
  text-align: center;
}

div#topbar ul{
  width: 930px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: right;
	overflow: hidden
}

div#topbar ul li{
  float: right;
  height: 30px;
  line-height: 30px;
  border: 0;
  color: #999999;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 10px
}

div#topbar ul li:hover{
  background-color: none;
  border: 0;
}
div#topbar ul li a{
  background-color: none;
  color: #ffffff;
  border: 0;
  font-weight: normal;
  height: 30px;
  padding: 0 10px;
}
div#topbar ul li span{
  height: 30px;
  padding: 0 10px;
}
div#topbar ul li:hover a,
div#topbar ul li a:hover{
  color: #ffffff;
  text-decoration: underline;
  border: 0;
  background-color: none;
  height: auto;
}

div#topbar ul li.selected{
  background: #1E1E1E;
	border: 1px solid #272727;
	border-top: 0;
	border-bottom: 0
}

div#topbar ul li.selected a{
 color: #ccc
}
