/*Example for a Menu Style*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.menu {
	color:#FFFFFF;
	height:23px;
	width:618px;
	background-color: #FFFFFF;
}
.menu ul {
	list-style:none;
}
.menu li {
	display:block;
	line-height:23px;
	margin-right: 3px;
	float: left;
	background-color: #0873B9;
}
.menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 7px;
	font-size: 12px;
}
.menu li a.tabactive {
	background-color:#FFFFFF;
	font-weight:bold;
	position:relative;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d7d7d7;
	border-right-color: #d7d7d7;
	border-left-color: #d7d7d7;
	font-size: 12px;
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {
	width:596px;
	text-align:left;
	font-size:12px;
	margin-bottom:5px;
	height: auto;
	background-color: #FFFFFF;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #ececec;
	border-right-color: #ececec;
	border-left-color: #ececec;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
}
#tabcontent2{
	background-color: #FFFFFF;
}
