.TopGroup
{
	cursor:pointer;
	cursor:hand;
	float:right;
	margin-right:2px;
}

.TopMenuItem
{
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height:30px;
	width:83px;
	background: url(./images/tab.gif) no-repeat center 50%; 
	text-align:center;
    letter-spacing: 0.1em;
    line-height: 10px;
}

.TopMenuItemHover
{
    color: Yellow;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height:30px;
	width:83px;
	background: url(./images/tab_f2.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:#99CCFF;
	border:1px solid #0000CC;
	cursor:pointer;
	cursor:hand;
	width: 100px;
}

.MenuItem
{
	color: #FFFFFF;
	font-size:11px;
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.MenuItemHover
{
	background-color:#FFEEC2; 
	color:#000;
	font-family:Tahoma, Arial, Helvetica, San Serif; 
	font-size:11px;
	font-weight: bold;
}
