﻿/* tab styles */
#tabrow {
 width:440px;
}

#tabrow ul 
{
  margin-top:0;
  padding:0;
  list-style:none;
  position:absolute;
  z-index:2;
  top:0px;
}




#tabrow li {
  float:left;
  background-color:#F2F2F2;
  color:#000;
  margin-right:3px;
  padding-bottom:0px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  border-bottom:solid #CCCCCC 1px;
  border-left:solid #CCCCCC 1px;
  border-right:solid #CCCCCC 1px;
  border-top-width:0;
  border-top-color:transparent;
}

#tabrow li.select {
 background-color:#FFFFFF;
}


/*]]>*/

.invertedshiftdown2
{
    float: left;
    display: block;
    font-family:Georgia;
    font-size:14px;
    color:#20B9F2;
    font-weight:bold;
    text-decoration: none;
    margin: 0 5px 0 5px; /*Margin between each menu item*/
    padding: 8px 20px 8px 20px; /*Padding within each menu item*/
    background-color: #F2F2F2; /*Default menu color*/
}

.invertedshiftdownCurrent
{
    float: left;
    display: block;
    font-family:Georgia;
    font-size:14px;
    color:#666666;
    font-weight:bold;
    text-decoration: none;
    margin: 0 5px 0 5px; /*Margin between each menu item*/
    padding: 12px 20px 12px 20px; /*Padding within each menu item*/
    background-color: #FFFFFF; /*Default menu color*/
}


