ul.tabNavigation
{
	list-style					: none;
	margin						: 0;
	padding						: 0;
	height						: 35px;
	width						: 100%;
	background					: url(../images/tab_left_top.png) no-repeat;
}

ul.tabNavigation li
{
	display						: block;
	float						: left;
	height						: 35px;
	font-size					: 85%;
	font-family					: Georgia, Times, serif;
	background					: url(../images/tab_border.png) top right no-repeat;
	
}

ul.tabNavigation li a
{
	display						: block;
	float						: left;
	margin						: 2px 2px 0 0;
	padding						: 7px 10px 0 10px;
	height						: 21px;
	background					: url(../images/tab_left_top_unselect.png) center repeat-x;
	color						: #481e0b;
	text-decoration				: none;
}

ul.tabNavigation li a.selected, ul.tabNavigation li a:hover
{
	background					: none;
}

ul.tabNavigation li a:focus
{
	outline						: 0;
}

.innerTab
{
	padding					: 15px 15px 0 15px;
	min-height				: 480px;
}

