/*Example for a Menu Style*/
.menu {
	background-color:#FF9900;
	color:#272727;
	height:23px;
	font:11px Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.menu ul {margin:0px; padding:0px; list-style:none; text-align:center;}
.menu li {display:inline; line-height:23px;}
.menu li a {
	color:#FFFFFF;
	text-decoration:none;
	padding:4px 5px 6px 5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF9900;
	border-left-color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.menu li a.tabactive {
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	background-color:#FFFFFF;
	font-weight:bold;
	position:relative;
	color: #333333;
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 {
	background-color: #FFFFFF;
	border: 1px solid #E9E9E9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 100% !important;
	clear: both !important;
	float: left;
	width: 96%;
}
