body {font-family:Arial, Helvetica, sans-serif; font-size:11px;}

/*Example for a Menu Style*/
.menu {
}

.menu ul {
margin:0px 0px 0px 0px;
padding:0px;
text-align:center;
float: left;
}

.menu li {
	display:inline;
}

.menu li a {
color:#A0A0A0; 
text-decoration:none; 
padding:10px 10px 10px 10px;
}

.menu li a.tabactive {
	color:#FFFFFF;
	background-color:#858585;
	font-weight:bold;
	position:relative;
}

#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#anothercontent1,#anothercontent2, #anothercontent3, #anothercontent4,#anothercontent5, #anothercontent6 {
	width:861px;
	text-align:left;
	font-size:10pt;
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	padding: 10px;
	float: left;
}
.test {
	background-position: center;
}
.bor1 {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e0e0e0;
	border-left-color: #e0e0e0;
}
