/* CSS Document */

#left .headerbar {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 4px 0 4px 10px;
  background: url("images/titlebar.png") repeat-x center left;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; 
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

#left ul {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#left ul li {
  padding-bottom: 2px;
}

#left ul li a {
	display: block;
	padding: 2px 0 2px 19px;
	border-bottom: 1px solid #DADADA;
	background: #9bbbb0 url("images/dots_bullet.gif") no-repeat 2px center;
	font-weight: bold;
	font-size: 10px;
	color: #A70303;
	text-decoration: none;
}

#left ul li a:hover {
  color: #FFCF80;
  background-color: #A70303;
}

