.TopGroup
{
	cursor:pointer;
	cursor:hand;
	float:left;
}

.TopMenuItem
{
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:28px;
	width:138px;
	background: url(./images/tab_off.gif) no-repeat center 50%; 
	text-align:center;
    letter-spacing: 0.1em;
    line-height: 10px;
}

.TopMenuItemHover
{
    color: #FFD600;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:28px;
	width:138px;
	background: url(./images/tab_on.gif) no-repeat center 50%;
	text-align:center;
    letter-spacing: 0.1em;
    line-height: 10px;
}

.TopMenuItemExpand
{
	background-color:White;
	border:1px solid White;
	font-family:Verdana, Arial, Helvetica, San Serif; 
	font-size:11px;
	color:#800000;
	height:24px;
}

.MenuGroup
{
	background-color:#90CADB;
	border:1px solid #088AAF;
	cursor:pointer;
	cursor:hand;
	width: 120px;
}

.MenuItem
{
	font-size:11px;
    letter-spacing: 0.1em;
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.MenuItemHover
{
	background-color:#088AAF; 
	color: #FFD600;
	font-family:Tahoma, Arial, Helvetica, San Serif; 
	font-size:11px;
    letter-spacing: 0.1em;
	font-weight: bold;
}
