/*
 * Tabbed menu
 */
 
div.tab_menu {
  white-space: normal;
  background: #386693 url(images/tabs/tab_bg.gif) 0 100% repeat-x;
  padding-top: 7px;
  padding-left: 20px;
  width: 888px;
  height: 30px;
}
html>body div.tab_menu {
  height: 23px;
  width: 868px;
}

/*
 * Selected tab
 */
 
div.tab_selected {
  white-space: nowrap;
	background: url(images/tabs/tab_br_select.gif) 100% 100% no-repeat;
  margin-left: 12px;
  height: 16px;
  width: 100px;
  float: left;
}
html>body div.tab_selected {
  width: auto;
  min-width: 100px;
}

div.tab_selected div {
	background: url(images/tabs/tab_bl_select.gif) 0 100% no-repeat;
}

div.tab_selected div div {
	background: url(images/tabs/tab_tr.gif) 100% 0 no-repeat;
}

div.tab_selected div div div {
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
	background: url(images/tabs/tab_tl.gif) 0 0 no-repeat;
  padding: 0px 12px 0px 12px;
  height: 16px;
}

div.tab_selected div div div a {
  font: bold 12px arial;
  color: #ffac0b;
  text-decoration: none;
  border: none;
}
div.tab_selected div div div a:hover {
  font: bold 12px arial;
  color: #ffac0b;
  text-decoration: none;
  border: none;
}

div.tab_unselected {
  height: 16px;
  width: 100px;
  margin-left: 12px;
  float: left;
}
html>body div.tab_unselected {
  width: auto;
  min-width: 100px;
}

/*
 * Unselected tab
 */
 
div.tab_unselected {
	background: url(images/tabs/tab_br_unselect.gif) 100% 100% no-repeat;
}

div.tab_unselected div {
	background: url(images/tabs/tab_bl_unselect.gif) 0 100% no-repeat;
}

div.tab_unselected div div {
	background: url(images/tabs/tab_tr.gif) 100% 0 no-repeat;
}

div.tab_unselected div div div {
  white-space: nowrap;
  font: bold 12px arial;
  text-decoration: none;
  text-align: center;
	background: url(images/tabs/tab_tl.gif) 0 0 no-repeat;
  padding: 0px 12px 0px 12px;
  height: 16px;
}

div.tab_unselected div div div a {
  font: bold 12px arial;
  color: #333333;
  text-decoration: none;
  border: none;
}

div.tab_unselected div div div a:hover {
  font: bold 12px arial;
  color: #ffac0b;
  text-decoration: none;
  border: none;
}

