ul {
	list-style-type: none;
}
#tab {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0.5em;
	border-bottom: 2px solid #DEB887;
	height: 1.5em;
	overflow: hidden;
}
#tab li {
	float: left;
	width: 5.6em;
	height: 1.5em;

}
#tab li a {
	display: block;
	width: 5.6em;
	height: 1.5em;
	border: 1px solid #DEB887;
	border-bottom: 0;
	color: #777;
	text-align: center;
	background-color: #FFF8DC;
}
#tab li a:hover {
	background-color: #FAEBD7;
	color:red;
}
#tab li.present a {
	text-decoration: none;
	background-color: #FFE4C4;
	color:#000;
}
#page1, #page2, #page3, #page4, #page5 {
	margin-right:10px;
	margin-left:10px;
	margin-bottom: 1em;
	padding-top: 0.5em;
}

