﻿body {
	background:#fff;
	margin:0;
	padding:0;
	color:#000;
	font:x-small/1.5em Arial,Serif;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:small;
  } html>body {font-size:small;}


/* Tab Control */ /* */
  
 #TabControl {
	float:left;
	width:100%;
	max-width:100%;
	font-size:93%;
	line-height:normal;
	background-image: url(../images/tabs/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	/*z-index:100;*/
	background-color: #036;
	padding-left:0px;
	margin-bottom: 0px;
	height:24px;
	/*border-bottom:1px solid #933;*/
	text-align:center;
	  }

#TabControl ul {
	margin:0px;
	padding-left:10px;
	list-style:none;
	background-position:top;
	margin-bottom:10px;
	
	/*border-bottom:1px solid #933;*/
	
	
  }
/*#TabControl li {
	float:left;
	margin-left:4px;
	margin-bottom:0px;
	padding:0 0 0px 9px;
	background-image: url(../images/tabs/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
  }
#TabControl a
{
	float: right;
	display: block;
	padding: 5px 15px 3px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	background-image: url(../images/tabs/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}*/

/*experiment
  #header ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      
      
      }*/
  #TabControl li {
      display:inline;
      margin:0;
      padding:0;
      margin-bottom:0px;
	padding:0 0 0px 0px;
	float:left;
	/*width:auto;*/
      }
 #TabControl a {
      float:left;
      margin:0px;
      background:url("../images/tabs/left_both.gif") no-repeat left top;
      margin-left:4px;
      padding:0 0 0 9px;
      border-bottom:1px solid #fff;/*test on lower resolution*/
      text-decoration:none;
      width:0.1em;
	 width : auto;
      }
 #TabControl a span {
      float:right;
      display:block;
      background:url("../images/tabs/right_both.gif") no-repeat right top;
      padding:5px 15px 3px 6px;
      font-weight:bold;
      color: #666;
      }
/*experiment*/


/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#TabControl a span{float:none;
	
	}
	/* End IE5-Mac hack */

#TabUl a:hover {
	color:#fff; 
	/*background-image: url(../images/tabs/right-o.gif);
	background-repeat: no-repeat;
	background-position: right top;*/
  }
#TabUl ul li a:hover {
	padding-top:0px;
	margin-top:0px;
	
  } 
#TabUl ul a:hover {
	margin-top:0px;
  } 
 /* 
#TabControl .currentTab {
	background-image:url(../images/tabs/left_both.gif);
  }
#TabControl .currentTab a
{
	background-image: url(../images/tabs/right_both.gif);
	color: #369;
	padding-bottom:4px;
}
 #TabControl .currentTab a:hover
 {
	color: #369;
 }*/
  
/*.TabsBaseStyle
{
	height:15px;
	background-color: #ccc;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/tabbar-bg.gif);
	margin:0;
	} */ 

/*This was added by initial developer. Added new hover effect fixed bug display for IE6 browser Maria Z*/
  #TabControl .currentTab a {
      background-position:0 -150px;
      border-width:0;
      padding-bottom:0px;
      }
    #TabControl .currentTab a span {
      background-position:100% -150px;
      padding-bottom:4px;
      color:#369;
      }
    #TabControl a:hover {
      background-position:0% -150px;
      
      }
    #TabControl a:hover span {
      background-position:100% -150px;
      color:#369;
      }