﻿.tabstrip
{
	position: absolute;
	margin-left: 160px;
	left: 5%;
	top: 95px;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	line-height:normal;
}

.tabstrip ul
{
  margin:0;
  padding:10px 10px 0 50px;
  list-style:none;
}

.tabstrip li
{
  display:inline;
  margin:0;
  padding:0;
}

.tabstrip a
{
  float:left;
  background: url('/images/enUS/css/menutableft.gif') no-repeat left top;
  margin:0;
  padding:0 0 0 2px;
  text-decoration:none;
}

.tabstrip a span
{
  float:left;
  display:block;
  background:url('/images/enUS/css/menutabright.gif') no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#fff;
}

.tabstrip a.active
{
  float:left;
  background: url('/images/enUS/css/menutableftactive.gif') no-repeat left top;
  margin:0;
  padding:0 0 0 2px;
  text-decoration:none;
  cursor: default;
}

.tabstrip a span.active
{
  float:left;
  display:block;
  background:url('/images/enUS/css/menutabrightactive.gif') no-repeat right top;
  padding:5px 15px 4px 6px;
  color:#009000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.tabstrip a span
{
  float:none;
}
/* End IE5-Mac hack */

.tabstrip a:hover span
{
  color:#FFF;
}

.tabstrip a:hover span.active
{
  color:#009000;
}

.tabstrip a:hover
{
  background-position:0% -21px;
}

.tabstrip a:hover span
{
  background-position:100% -21px;
}

div.submenu
{
    width: 85%;
    height: 30px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height:normal;
    background-color: #94f38c;
    border-bottom: 1px solid #52c352;
}

div.submenu ul
{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

div.submenu li
{
  display:inline;
  margin:0;
  padding:0;
}

div.submenu a
{
  float:left;
  font-size: 12px;
  font-weight: bold;
  background-color: #eee;
  border-right: 1px solid #aaa;
  margin:0;
  padding:9px 15px 0px 15px;
  text-decoration:none;
  height: 20px;
}

div.submenu a.selected
{
  background-color: #93f18b;
}

div.submenu a.selected:hover
{
  color: #060;
}
