.tabmenu{							margin:0px;
											margin-top:1px;}

.tab_top_active{					background: #2E2E2E;
											border: 1px solid #CBCCCF;	
											width:150px;
											float:left;
											color:#FFFF00;
											cursor:pointer;
											margin: 2px 0 0 0;
											border-top-left-radius: 15px;
											border-top-right-radius: 15px;
											border-bottom-left-radius: 15px;
											border-bottom-right-radius: 15px;
											font-size:18px;}

.tab_top_passive{				background: #151515;
											border: 1px solid #CBCCCF;	
											width:150px;
											float:left;
											color:#ff8a00;
											cursor:pointer;
											margin: 2px 0 0 0;
											border-top-left-radius: 15px;
											border-top-right-radius: 15px;
											border-bottom-left-radius: 15px;
											border-bottom-right-radius: 15px;
											font-size:18px;}

.tab_top_passive:hover{	background: #2E2E2E;
											border: 1px solid #CBCCCF;	
											width:150px;
											float:left;
											color:#FFFF00;
											cursor:pointer;
											margin: 2px 0 0 0;
											border-top-left-radius: 15px;
											border-top-right-radius: 15px;
											border-bottom-left-radius: 15px;
											border-bottom-right-radius: 15px;
											font-size:18px;}
											
#tabrechts{						width:690px;
											height:auto;
											float:right;}
							
#tablinks{ 							width:150px;
											height:auto;
											float:left;}
											
#tabcenter{ 						width:845px;
											height:auto;
											float:none;}