﻿/*- BlackTabsVertical --------------------------- */
#tabsV {
	width: 130px;
	margin: 0px auto 0px auto;	
	color: inherit;
}

#tabsV ul {
	width: 100%;
	margin: 0;
	padding: 0px 0px 0px 0px; /* Adjust tabs menu position  */
	list-style: none;
}
	
#tabsV li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#tabsV li a:link {
	color: inherit;
	display: block;
	background: url(BlackTabsVertical/BlackTabs.gif);
	padding: 8px 0 0 10px;
}
#tabsV li a:visited {
	color: inherit;
	display: block;
	background: url(BlackTabsVertical/BlackTabs.gif);
	padding: 8px 0 0 10px;
}
	
#tabsV li a:hover{
	color: inherit;
	background: url(BlackTabsVertical/BlackTabs.gif) 0 -32px;
	padding: 8px 0 0 10px;
    cursor: pointer;

}
#tabsV li #tabsVcurrent {
	color: inherit;
	background: url(BlackTabsVertical/BlackTabs.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
#tabsV a {
	float: left;
	background: url(BlackTabsHorizontal/tableftH.gif) no-repeat left top;
	padding: 0px 0px 0px 4px;
	text-decoration: none;
	margin: 0px 0px 0px 0px;	
	color: inherit;
}
#tabsV a span {
	float: right;
	display: block;
	font-family: "Arial, Arial Black, Verdana";
	font-size: 100%;
	background: url(BlackTabsHorizontal/tabrightH.gif) no-repeat right top;
	padding: 5px 12px 4px 12px;
	color: inherit;
	margin: 0px 0px 0px 0px;
	text-align:center;
	width: 85px; /* Adjust for Button Width */
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsV a span {float:none;}
    /* End IE5-Mac hack */
#tabsV a:hover span {
      color: inherit;
      }
#tabsV a:hover {
      background-position:0% -42px;
      color: inherit;
      cursor: pointer;
      }
#tabsV a:hover span {
      background-position:100% -42px;
      color: inherit;
      cursor: pointer;
      }
#tabsV #current a {
      background-position:0% -42px;
      color: inherit;
      }
#tabsV #current a span {
	   color: inherit;
      background-position:100% -42px;
      }
#tabsV #current a:visited{
		color: inherit;
      background-position:100% -42px;
		}

/*
#tabsV: body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	background: transparent;
	}

#tabsV H2{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
	
#tabsV ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#tabsV img{
    border: none;
} 
*/