.tabs { 
  overflow:auto;
}
.tabs li {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica,Arial,sans-serif;
  float:left;
  list-style-type:none;
	padding-top: 0.3em;
	padding-bottom: 0em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	margin-right: 0px;
	margin-left: 7px;
	background-color: #E7E0C7;
}

.tabs li.selected {
	background-color: #D0CBB4;
}

.tabs li a { 
  display:block;
  float:left;
}
.tabs li a.selected { 
}
.tabs li a, .tabs li a:focus, .tabs li a:hover { 
  text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover { 
  outline:none;
}
.tabs li a.selected:focus, .tabs li a.selected:hover { 
}	

#navigation ul {
	margin: 0 0;
}

#navigation {
	padding-top: 1.7em;
}

#navigation li {
	border: 3px solid #E5DEC2;
	border-bottom: 0px;
}

#navigation li.selected {
	border: 3px solid #C5BEA2;
	border-bottom: 0px;
}

#navigation ul li a {
	color: #111;
}

#navigation ul li.selected a {
	color: #000;
}


#page { border-top: 3px solid #E5DEC2;}