#tabs {  padding: 0px;} 

#tabs #nav { margin-top:5px; margin-bottom: 0px; margin-left: 8px;} 

#tabs ul {  list-style: none;  margin: 0px;  padding: 0px; } 


#tabs #nav ul li {  display: inline;  padding: 3px 20px;  cursor: default;  
background-color: #d0dbec;	color:#000000;  margin-right: 2px; } 


/****** active style for the tabs only  *******************/
#tabs #nav ul li.active {  background-color: #6c85ac; color:#ffffff; } 

#tabs #nav ul li:hover { background-color: #6c85ac; color:#ffffff; } 

#tabs #data {  margin-top: 3px;} 

#tabs #data div { width:725px; display: none;  border-top: 1px solid #ffffff;  padding:0;} 

/****** active style for the tab display area only (current)  *******************/
#tabs #data div.current {  display: block;}
#tabs #data div.current h1 { margin:10px;}
#tabs #data div.current p { margin:10px;}