﻿.tabcontent
{
	display: none;
	
}
.indentmenu
{
	width: 472px;
	height: 28px;
	background: url(../allImage/Tab_Menu_Repeat.gif) left top repeat-x;
}

.indentmenu ul
{
	float: left;
	width: 100%;
	height: 28px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.indentmenu ul li
{
	display: inline;
	float: left;
	height: 28px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font: bold 12px/20px Arial, Verdana, Geneva, sans-serif;
	color: #333;
	text-align: center;
	text-decoration: none;
}
.indentmenu ul li a
{
	float: left;
	width: 93px;
	height: 28px;
	margin: 0px;
	list-style: none;
	font: normal 12px/20px Arial, Verdana, Geneva, sans-serif;
	color: #000;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.4px;
	border-right: 1px solid #6e6e6e;
}
.indentmenu ul li a.selected
{
	float: left;
	height: 28px;
	margin: 0px;
	list-style: none;
	font: bold 12px/20px Arial, Verdana, Geneva, sans-serif;
	color: #cd2200 !important;
	text-align: center;
	text-decoration: none;
	background: url(../allImage/Tab_Menu_Repeat_Hover.gif) left top repeat-x;
}
.tabcontent
{
	display: none;
	float: left;
	height: 200px;
	width: 472px;
}

