@charset "utf-8";

.gi_tab_menu	{
	clear:both;
	float:left;
}

.gi_tab_menu_item_selected	{
	background-color: #C0C0C0;
}

.gi_tab_menu_item	{
	float:left;
	width:57px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	cursor:pointer;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	color:#FFFFFF;
	text-align: center;
}

.gi_tab_menu_item_normal	{
	background-color: #AA000D;
}

.gi_tab_menu_item_hover	{
	background-color: #000000;
}

.gi_tab_menu_item_clicked	{
	background-color: #C0C0C0;
}

