a {
outline:none;
}
#title
{
  margin: 0;
  padding: 5px 0 0;
  clear: right;
  color: #e5ebdf;
  color: #FFF;
}
#title h1
{
  font-size: 1.7em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#title h2
{
  font-size: 1.3em;
  line-height: .8em;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#navigation
{
	width: 920px;
	font-size: 11px;
	color: #999;
	text-align:left;
	margin: 0px auto;
}

#navigation ul
{
  margin: 0;
  padding: 0px 0px 0px 10px;
  list-style: none;
  list-style-image: none;
  border: none;
}

#navigation ul li
{
  float: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 120px;
  height: 40px;
  vertical-align:middle;
  text-align: center;
  line-height:1em;
}

#navigation ul li a
{
  display: block;
  width: 120px;
  height: 40px;
  padding: 24px 0px 0px 0px;
  text-align: center;
  background: url("images/tab3_normal.png") top left no-repeat;  
  color: #786a5c;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

#navigation ul li a:hover
{
  color: #FFF;
  background: url("images/tab3_normal.png") top left no-repeat;  
}

#navigation ul li a.selected, #navigation ul li a.selected:hover
{
  background: url("images/tab3_selected.png") top left no-repeat;  
  color: #2a3189;
}

#navigation ul li a.selected:hover
{
  color: #000;
}



