﻿.menu-box {
	margin: 0px 0px 0px 0px;
	}

a:visited {text-decoration:underline; color: #000;}
a:active  {text-decoration:underline; color: #00A042;}
a:link    {text-decoration:underline; color: #333182;} 
a:hover   {text-decoration:underline; color: #D13D00;}

a.sidemenutext:link {
	width: 145px;
   	background: transparent url(images/button-1.gif) 0px 0px no-repeat;
   	padding: 5px 0px 0px 6px;
	color: #000;
	text-decoration: none;
		font-size: 0.60em;
	}

a.sidemenutext:active {
	width: 145px;
   	background: transparent url(images/button-1.gif) 0px 0px no-repeat;
   	padding: 5px 0px 0px 6px;
	color: #000;
	text-decoration: none;
		font-size: 0.60em;
	}

a.sidemenutext:visited {
	width: 145px;
   	background: transparent url(images/button-1.gif) 0px 0px no-repeat;
   	padding: 5px 0px 0px 6px;
	color: #000;
	text-decoration: none;
		font-size: 0.60em;
	}

a.sidemenutextlive:active {
	width: 145px;
   	background: transparent url(images/button-1.gif) 0px -30px no-repeat;
   	padding: 5px 0px 0px 6px;
	color: #fff;
	text-decoration: none;
		font-size: 0.60em;
	}

a.sidemenutextlive:visited {
	width: 145px;
   	background: transparent url(images/button-1.gif) 0px -30px no-repeat;
   	padding: 5px 0px 0px 6px;
	color: #fff;
	text-decoration: none;
		font-size: 0.60em;
	}

a.sidemenutextlive:link {
	width: 145px;
   	background: transparent url(images/button-1.gif) 0px -30px no-repeat;
   	padding: 5px 0px 0px 6px;
	color: #fff;
	text-decoration: none;
		font-size: 0.60em;
	}

a.sidemenutextlive:hover {
	width: 145px;
   	background: transparent url(images/button-1.gif) 0px -60px no-repeat;
	color: #000;
	text-decoration: underline;
		font-size: 0.60em;
	}

a.sidemenutext:hover {
	width: 145px;
   	background: transparent url(images/button-1.gif) 0px -60px no-repeat;
	color: #404000;
	text-decoration: underline;
		font-size: 0.60em;
	}

#tabs {
      float:left;
      width:100%;
      font-size:93%;
      font-weight: bold;
      line-height:normal;
      }
    #tabs ul {
          margin:0;
          padding:8px 10px 0 55px;
          list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      background:url("images/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url("images/tabright.gif") no-repeat right top;
      padding:1px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }

      #tabs #current a {
              background-position:0% -42px;
      }
      #tabs #current a span {
              background-position:100% -42px;
      }