#subbar {
  float:left;   
  width:132px;
	background-color: #8A8A8A;
	border:0px;
}


#subbar td {
	border-bottom: 1px solid white;
    list-style:none;
}

#subbar a {
  border-left: 10px solid #8A8A8A;
  border-right: 10px solid #FFFFFF;
  margin: 0px;
  display: block;
  width: 100%;
	color: white;
	font: Georgia, Arial, Times New Roman;
	font-size: 10px;
	text-decoration: none;
	font-weight: bolder;
  padding: 4px 6px 4px 20px;
  line-height:9px;	
}


#subbar a:hover {
  border-left: 10px solid #7f93bc;
  color: white;
  background-color: #7f93bc;
}


#subbar .navIndicator {
  vertical-align:top;
  padding-top:12px;
}

