body {font-family:Tahoma, Verdana, Arial sans-serif; font-size:11px;}
/*Example for a Menu Style*/
.menu {
	background-color:#b6d560;
	color:#FFFFFF;
	height:20px;
	width:499px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccccc;
	text-align: left;
}
.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.menu li {display:inline; line-height:23px;} 
.menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 5px 6px 5px;
}
.menu li a.tabactive {
	background-color:#009933;
	font-weight:bold;
	position:relative;
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6,#tabcontent7{
	width:499px;
	text-align:left;
	margin-bottom:5px;
	color: #666666;
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #ececec;
	border-right-color: #ececec;
	border-bottom-color: #ececec;
	border-left-color: #ececec;
	height: 95px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}


.readMore {
	color : #88b400;
	padding-bottom : 0px;
	font-size : 9px;
	font-family : Tahoma, Verdana, Arial;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding-right: 5px;
}
.readMore a {
	color : #88b400;
	text-decoration: none;
	font-weight: normal;
}
.readMore a:hover {
	color : #339933;
}

