﻿/* --- top menu --- */
.topMenuTab
{
	text-align:center;
	background-color: #00b9cb;
	height:26px;
	width:100%;
	font-weight:bold;
	color:white;
}

.topMenuTab table td
{
	cursor:pointer;
}

.topMenuSelTab td
{
	background-color: #03c8db;
	cursor:default;
	text-decoration:underline;
}


.topMenuHoverTab td
{
	text-decoration:underline;
}


.homeTab
{
	table-layout:fixed;
}

.homeTabItem
{
	width:103px;
	cursor:pointer;
}

.homeTabSeparator
{
	width:auto;
}

.btmMenuTab td
{
	text-decoration:underline;
	cursor:pointer;
}

.btmMenuHoverTab td
{
	color:#0EA2AE;
}