﻿/* Tab Styles */
#tab
{
	float: left;
	width: 100%;
	background: #DAE0D2 url( "images/tab_bg.gif" ) repeat-x bottom;
	line-height: normal;
	margin-bottom: 8px;
}
#tab ul
{
	margin: 0;
	padding: 10px 10px 0 5px;
	list-style: none;
	list-style-image: none;
}
#tab li
{
	float: left;
	background: url( "images/tab_left.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}
#tab a
{
	float: left;
	display: block;
	background: url( "images/tab_right.gif" ) no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	color: #765;
}
/* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#tab a
{
	float: none;
}
/* End IE5-Mac hack */
#tab a:hover
{
	color: #F56C0E;
}
#tab .current
{
	background-image: url( "images/tab_left_on.gif" );
	border-width: 0;
}
#tab .current a
{
	background-image: url( "images/tab_right_on.gif" );
	padding-bottom: 5px;
}

.IETable 
{
	margin-top: -30px;
}
