 
/*Example for a Menu Style*/
.menu { color:#272727;  height:90px;width:1000px; float:left; padding:0 0 0 1px;_padding:0 0 0 2px;}
.menu ul {margin:0px; padding:0px;height:86px; list-style:none; width:1000px; border-top:1px solid #ececec;border-bottom:2px solid #ececec;height:86px;}
.menu ul li {display:block; width:333px; height:86px; float:left;}
.menu ul li a {color:#000000; text-decoration:none;}

.menu ul li a.tabactive { height:86px;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4 { width:1000px; text-align:center; height:290px;}