﻿UL.tabNavigation {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #393939 url(../images/NavigationItems/tab_bg.gif) repeat-y;
	background-position: left top;
	min-height: 22px;
	width: 100%;
	display: block;
	float: left;
}
UL.tabNavigation LI {
	display: inline;
	float: left;
}
UL.tabNavigation LI 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;
}
UL.tabNavigation LI A.selected, UL.tabNavigation LI A:hover 
{
	/*background: #897965 none 50% 50% repeat-x;*/
	color: #fff;
}	
UL.tabNavigation LI 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;
}