
A.menu:link {
	FONT-SIZE: 10px; font-weight:bold; MARGIN-LEFT: 7px; COLOR: #ff6600; FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
A.menu:visited {
   FONT-SIZE: 10px; font-weight:bold; MARGIN-LEFT: 7px; COLOR: #ff6600; FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
A.menu:active  {
  FONT-SIZE: 10px; font-weight:bold; MARGIN-LEFT: 7px; COLOR: #ff6600; FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; TEXT-DECORATION: none
}
A.menu:hover {
	FONT-SIZE: 10px; font-weight:bold; MARGIN-LEFT: 7px; COLOR: #ff6600; FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; TEXT-DECORATION: underline;
}

TD.menu {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, new york, ms serif, serif, bernhardfashion bt
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: dimgray;
}

/* text style for the selected tab */
SPAN.SelectedTab A {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:white;
    font-weight: bold;
    background-color: #ff6600;
    padding-top: 0px;
    CURSOR: default;
         
}

/* hyperlink styles of the unselected tabs */
SPAN.SelectedTab   A:link {
    text-decoration:    none;
    color:white;
}

SPAN.SelectedTab A:visited {
    text-decoration:    none;
    color:white;
}

SPAN.SelectedTab A:active {
    text-decoration:    none;
    color:white;
}

SPAN.SelectedTab   A:hover {
    text-decoration:    underline;
    color:white;
}

/* text style for the unselected tabs */
SPAN.OtherTabs A {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ff6600;
    text-decoration: none;
    font-weight: bold;
    word-wrap:break-word;
    padding-top: 0px;
}

/* hyperlink styles of the unselected tabs */
SPAN.OtherTabs   A:link {
    text-decoration:    none;
    color:#ff6600;
}

SPAN.OtherTabs A:visited {
    text-decoration:    none;
    color:#ff6600;
}

SPAN.OtherTabs A:active {
    text-decoration:    none;
    color:#ff6600;
}

SPAN.OtherTabs   A:hover {
    text-decoration:    underline;
    color:#ff6600;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#ff6600;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#ff6600;
}

A.OtherTabs:active {
    text-decoration:    none;
    color:#ff6600;
}

A.OtherTabs:hover  {
    text-decoration:    underline;
    color:#ff6600;
}

/* text style for the unselected tabs */
SPAN.OtherTabs A.ParentTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color:#ff6600;
    text-decoration:none;
    font-weight: bold;
    word-wrap:break-word;
    CURSOR: default;
    
}

SPAN.OtherTabs A.ParentTabs:hover   {
    text-decoration:    none;
    color: #ff6600;
}

TABLE.menutable 
{
  border-bottom: solid 1 #006699;
  border-left: solid 1 #006699;
  border-right:  solid 1 #006699;
  padding-bottom: 4px;
}

