/*
	inner tab menu
	by Dean Ashworth, Seagate MarCom Web Developer
	last modified: 2006.09.06
*/	
div.ext-ts_tab_menu {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 17px 0;
	background: #fff url("/images/desktop/menu_btm_ext_grad.gif") repeat-x bottom;
	font-size: 0.8em !important;
	font-size: 11px;
	line-height: normal;
}
div.ext-ts_tab_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.ext-ts_tab_menu li {
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
}
div.ext-ts_tab_menu a {
	float: left;
	background: url("/support/troubleshooter/menu_tab_left.gif") no-repeat left top;
	margin: 0 3px 0 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}
div.ext-ts_tab_menu a span {
	float: left;
	display: block;
	background: url("/support/troubleshooter/menu_tab_right.gif") no-repeat right top;
	padding: 5px 10px 4px 2px;
	width: auto !important;
	width: 55px;
	min-width: 55px;
	height: 100% !important;
	height: 30px;
	min-height: 30px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.ext-ts_tab_menu a span{
	float: none;
}
/* End IE5-Mac hack */
div.ext-ts_tab_menu a:hover span {
	color: #333;
}
div.ext-ts_tab_menu #current a {
	background-position: 0 -150px;
	border-width: 0;
}
div.ext-ts_tab_menu #current a span {
	background-position: 100% -150px;
	padding-bottom: 6px;
	color: #069;
}
div.ext-ts_tab_menu a:hover {
	background-position: 0% -300px;
}
div.ext-ts_tab_menu a:hover span {
	background-position: 100% -300px;
}

div.ext-ts_tab_menu_side {
	float: left;
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0 0 17px 0;
	background: #fff url("/images/desktop/menu_btm_ext_grad.gif") repeat-x bottom;
	font-size: 0.8em !important;
	font-size: 11px;
	line-height: normal;
}
div.ext-ts_tab_menu_side ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.ext-ts_tab_menu_side li {
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
}
div.ext-ts_tab_menu_side a {
	float: left;
	background: url("/support/troubleshooter/menu_tab_left_side.gif") no-repeat left top;
	margin: 0 3px 0 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}
div.ext-ts_tab_menu_side a span {
	float: left;
	display: block;
	background: url("/support/troubleshooter/menu_tab_right_side.gif") no-repeat right top;
	padding: 5px 10px 4px 2px;
	width: auto !important;
	width: 55px;
	min-width: 55px;
	height: 100% !important;
	height: 30px;
	min-height: 30px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
div.ext-ts_tab_menu_side a span{
	float: none;
}
/* End IE5-Mac hack */
div.ext-ts_tab_menu_side a:hover span {
	color: #333;
}
div.ext-ts_tab_menu_side #current a {
	background-position: 0 -150px;
	border-width: 0;
}
div.ext-ts_tab_menu_side #current a span {
	background-position: 100% -150px;
	padding-bottom: 6px;
	color: #069;
}
div.ext-ts_tab_menu_side a:hover {
	background-position: 0% -300px;
}
div.ext-ts_tab_menu_side a:hover span {
	background-position: 100% -300px;
}
