﻿TABLE.tabNavigation {
	margin: 0;
	padding: 0;
	background: #393939 url(../images/NavigationItems/tab_bg.gif) repeat-y;
	background-position: left top;
	min-height: 22px;
	width: auto;
	display: block;
	float: left;
}

TABLE.tabNavigation TR TD A 
{
	/*padding: 0.1ex 0ex 0.2ex 11.7ex;*/
	/*font-size: 13pt;*/
	/*background-color: #ccc;*/
	color: White;
	/*font-weight: bold;*/
	font-family: Arial; 
	text-decoration: none;
	/*background: black url(../images/bg_navbar.gif) 50% top repeat-x;
	border: 1px solid #cccccc; 
	border-bottom: none;
	border-top: 1px solid #cccccc; */
	border: none;
	display: block;
	height: 22px;
	width: 115px;
	margin-left: 7px;
	position: relative;
}
TABLE.tabNavigation TR TD A.selected, table.tabNavigation TR TD A:hover 
{
	/*background: #897965 none 50% 50% repeat-x;*/
	color: #fff;
}	
TABLE.tabNavigation TR TD A:focus {
	outline: 0;
}
div.tabs > div 
{
	/*margin-top: 4px;*/
}		

div.tabs
{
	/*background: #383838 url(../images/TabBG.gif) repeat-y fixed left;*/
	background: #393939 url(../images/NavigationItems/tab_bg.gif) no-repeat;
	position: relative;
	width: 100%;
	min-height: 21px;
}

.hidden
{
	display:none;
}
