body {font-family:Tahoma, Verdana, Arial sans-serif; font-size:11px;}
/*Example for a Menu Style*/
.menu {
	background-color:#ececec;
	color:#666666;
	height:18px;
	width:400px;
	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:lelt;
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}
.menu li {display:inline; line-height:23px;}
.menu li a {color:#666666; text-decoration:none; padding:4px 5px 6px 5px;}
.menu li a.tabactive {background-color:#CCCCCC; font-weight:bold;  position:relative;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6,#tabcontent7 {
	width:400px;
	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: 105px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}


.readMore {
	color : #FF6600;
	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 : #FF6600;
	text-decoration: none;
	font-weight: normal;
}
.readMore a:hover {
	color : #FF6600;
}

