
/*Example for a Menu Style*/
.menu {
	background-color:#000;
	color:#272727;

	height:33px;
	width:288px;
	margin:0;
	padding:0px;
}
.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
		font-size:12px;
}
.menu ul li {
	display:inline;
	line-height:26px;
	
	float:left;
	position:relative;
	width:96px;
	padding:2px 0 6px 0;
	
}
.menu ul li a {
	color:#999999;
	text-decoration:none;
border:none;

	

}
.menu ul li.tabactive {

	background-color:#494949;
color:#fff;
border:none;
width:96px;
	padding:2px 0 6px 0;

}
#tabcontent1, #tabcontent2, #tabcontent3, #tabcontent4 {
	background:#494949;
	width:288px;
	text-align:left;
	padding:0;
	font-size:12px;
	margin:25px 0 0 0;
	height:217px;
	position:absolute;
	overflow:hidden;
	
}

#tabcontent1 a, #tabcontent2 a, #tabcontent3 a, #tabcontent4 a {
	background-color:#494949;
color:#fff;
border:none;

	
}

#tabcontent1 a:hover, #tabcontent2 a:hover, #tabcontent3 a:hover, #tabcontent4 a:hover {
	color:#000;

}
