 #wrap {
      width: 610px;
      font-size: 0.8em;
      margin: 0 auto;
	   }
   .tabbed-box {
      width: 605px;
      background: url(image/tab_background.gif) repeat;
      border: 1px solid #424242; }
   .tabbed-box .tabs li {
      list-style: none;
      float: left; }
   .tabbed-box .tabs li a {
      display: block;
      width: 100px;
      padding: 5px 0;
      text-align: center;
      text-decoration: none;
      color: #999;
      background: #fff url(image/menuline.gif) repeat-x bottom; 
      border-left: 1px solid #424242;
      border-bottom: 1px solid #424242;
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	  font-size:0.8em;}
   .tabbed-box .tabs li:first-child a {
      border-left: none; }
   .tabbed-box .tabs li a:hover {
      color:#FFCEFF; }
   .tabbed-box .tabs li a:focus {
      outline: none; }
   .tabbed-box .tabs li a.active {
      background: url(image/tab_menu.gif) repeat-x bottom;
      color:#ffceff;
       }
   .tabbed-content {
      padding: 0em 1em 1em 1em;
      display: none; }
	
	.tabbed-content ul li {
	text-align:center;
	float:left;
	margin-top:2em;
	margin-left:1.2em;
	margin-right:1.2em;
	list-style:none;
	display:inline;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
       }
	   
	   
	  
	  
	  
