@charset "utf-8";
/* CSS Document */

.tabbed_box ul {
	float:					left;
	margin:					0; 
	padding:				0;
}
			
.tabbed_box li {
	list-style:				none; 
	float:					left; 
}

.tabbed_box ul a {
  	display:				block;
  	text-decoration:		none!important;
  	margin-bottom:			-1px;
	outline: 				none;
  	background-position: 	top;
	height: 				42px;
	text-indent: 			-9999px;
}
.tabbed_box ul a.general:active,
.tabbed_box ul a.general:focus { 

  	background-position: 	top;
}

.tabbed_box ul a:hover {
	background-position:	center;
  }
  
.tabbed_box ul a.selected {
  	background-position: 	bottom;
	cursor:					default;
}

.tabbed_box div {
	border:					1px solid #dbdbdc;
	background:				#f5f5f5;
	clear:					both;
}

/*	List of tab graphics */

.tabbed_box ul a#word {
	background-image: 	url(../graphics/api/tab_word.gif);
	width: 				114px; 
	margin-right:		2px;
}
.tabbed_box ul a#excel {
	background-image: 	url(../graphics/api/tab_excel.gif);
	width: 				115px; 
	margin-right:		2px;
}

.tabbed_box ul a#powerpoint {
	background-image: 	url(../graphics/api/tab_powerpoint.gif);
	width: 				144px; 
}







