.menu {
	/*background: url(bg_tab2.gif) repeat-x #ececec; 
	color:#666; 
	border:1px solid #ccc; 
	height:23px;*/
	width:auto;
}
.menu ul {
	margin:0px; 
	padding:0px; 
	list-style:none; 
	border-bottom:1px solid #CCCCCC;
	height:26px;
	/*text-align:center;*/}
.menu li {
	display:inline; 
	/*line-height:23px; */
	padding:5px 10px 6px; 
	border-top:1px solid #666666;
	border-left:1px solid #666666; 
	border-right:1px solid #666666; 
	/*font-weight:bold; */
	position:relative; 
	background:#E9F4FA url(tab_bg.jpg) repeat-x scroll 0 0;
	font-size:15px;
	color:#333333;
	margin:0 1px;
	cursor:pointer;
	font-family:arial,verdana,tahoma;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	}

.menu li.tabactive {
	padding:5px 10px 6px; 
	border-top:1px solid #666666;
	border-left:1px solid #666666; 
	border-right:1px solid #666666; 
	/*font-weight:bold; */
	position:relative; 
	background:#FFFFFF;
	font-size:15px;
	color:#333333;
	margin:0 1px;
	cursor:pointer;
	font-family:arial,verdana,tahoma;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	}



#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#tabcontent5,#tabcontent6,#tabcontent7,#tabcontent8,#tabcontent9,#tabcontent10
 {
	background:#FFFFFF;
	/*border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	width: auto; 
	/*text-align:center;*/
	padding:10px; 
	font-size:12px; 
	margin-bottom:5px;}
  
#tabcontent1 div.moduletable,#tabcontent2 div.moduletable,#tabcontent3 div.moduletable,#tabcontent4 div.moduletable,#tabcontent5 div.moduletable,#tabcontent6 div.moduletable,#tabcontent7 div.moduletable,#tabcontent8 div.moduletable,#tabcontent9 div.moduletable,#tabcontent10 div.moduletable
{
margin:5px;
}

