﻿/* top */
#tabstop 
{
	padding-top: 16px;
	padding-left: 5px;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#tabstop ul 
{
	margin: 0;
	padding: 0;
	list-style: none; 
}
#tabstop li 
{
	display:inline;
	margin:0; 
	padding:0;
}
#tabstop a 
{
	display: block;
	float: left; 
	color: Black;
	font: bold 11px "trebuchet ms" , geneva, arial, helvetica, sunsans-regular, sans-serif; 
	text-decoration: none;
	letter-spacing: 1px;
	background: #dbd9e4 url(images/top_left.gif) no-repeat left top; 
	margin: 0 4px 0 0; 
	padding: 0 0 0 1px;
	cursor: hand;
}
#tabstop a b 
{
	float:left; 
	display:block; 
	background:transparent url(images/top_right.gif) no-repeat right top; 
	padding:2px 10px 2px 10px;
}
#tabstop a:hover 
{
	background: #82839c url(images/top_left.gif) no-repeat left top; 
	color: white;
} 
#tabstop #current a 
{
	background: #82839c url(images/top_left.gif) no-repeat left top; 
	color: white;
} 

/* bottom */
#tabsbottom
{
	padding: 0;
	padding-left: 5px;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
#tabsbottom ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabsbottom li
{
	display: inline;
	margin: 0 1px 0 0;
	padding: 0;
}
#tabsbottom a
{
	display: block;
	float: left;
	color: black;
	font: bold 11px "trebuchet ms" , geneva, arial, helvetica, sunsans-regular, sans-serif;
	text-decoration: none;
	background: #dbd9e4 url(images/bottom_left.gif) no-repeat left bottom; 
	letter-spacing: 1px;
	margin: 0 4px 0 0; /*Margin between each menu item*/
	padding: 0 0 0 1px;
	cursor: hand;
}
#tabsbottom a b 
{
	float: left; 
	display: block; 
	background: transparent url(images/bottom_right.gif) no-repeat right bottom; 
	padding: 2px 10px 2px 10px;
}
#tabsbottom a:hover
{
	background: #82839c url(images/bottom_left.gif) no-repeat left bottom; 
	color: white; 
}
#tabsbottom #current a
{
	background: #82839c url(images/bottom_left.gif) no-repeat left bottom; 
	color: white; 
}
#tabsbottomline
{
	clear: both;
	padding: 0;
	width: 100%;
	height: 2px;
	line-height: 0px;
	font-size: 0;
	background: #82839c;
}

#tabsbottomlinehelp
{
	clear: both;
	padding: 0;
	width: 100%;
	height: 2px;
	line-height: 2px;
	background: white;
}