#nemain .tab {
  float:left;
  width:100%;
  background-image: url(/_static/img/nostradamus/xptab_bg.gif);
  background-repeat: repeat-x;
  background-position: bottom;
  line-height:normal;
}
#nemain .tab ul {
  margin:0;
  padding:2px 10px 0 0;
  list-style:none;
}
#nemain .tab li {
  cursor: pointer;
  float:left;
  background:url(/_static/img/nostradamus/xptab_left.gif) no-repeat left top;
  margin:0 0 0 0;
  padding: 0 0 0 5px;
  border-bottom:1px solid #919B9C;
}
#nemain .tab a,
#nemain .tab a:visited,
#nemain .tab a:active,
#nemain .tab a:link {
	float:left;
	display:block;
	background:url(/_static/img/nostradamus/xptab_right.gif) no-repeat right top;
	padding: 2px 8px 2px 4px;
	text-decoration:none;
	font-weight:bold;
	color:#919B9C;
	font: 11px Tahoma; font-weight: normal; font-decoration: none; color: #000000;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#nemain .tab a {float:none;-moz-user-select: none;}
/* End IE5-Mac hack */

#nemain .tab a:hover,
#nemain .tab a:visited:hover {
	color:#333;
	font: 11px Tahoma; font-weight: normal; font-decoration: none; color: #000000;
	}

#nemain li.tab_focus {
	background-image:url(/_static/img/nostradamus/xptab_left_on.gif);
	border-width:0;
	margin-top: -1px;
	font: 11px Tahoma; font-weight: normal; font-decoration: none; color: #000000;
	}

#nemain li.tab_focus a,
#nemain li.tab_focus a:visited,
#nemain li.tab_focus a:active,
#nemain li.tab_focus a:link {
	background-image:url(/_static/img/nostradamus/xptab_right_on.gif);
	color:#333;
	padding-bottom: 4px;
	font: 11px Tahoma; font-weight: normal; font-decoration: none; color: #000000;
	}

#nemain .tab_blur {}

#nemain .tab_blur a,
#nemain .tab_blur a:visited,
#nemain .tab_blur a:active,
#nemain .tab_blur a:link {
	font: 11px Tahoma; font-weight: normal; font-decoration: none; color: #000000;
	}

#nemain .tab_content {
  padding: 3px;
  border-left: 1px solid #919B9C;
  border-bottom: 1px solid #919B9C;
  border-right: 1px solid #919B9C;
  background-color: #ffffff;
}