.TopGroup
{
	cursor:pointer;
	cursor:hand;
	float:right;
	margin-right: 0px;
	margin-left: 10px;
}

.TopMenuItem
{
	color: #19305A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:32px;
	width:140px;
	background: url(./images/tab0.png) no-repeat center 50%; 
	text-align:center;
    letter-spacing: 0.1em;
    line-height: 10px;
}

.TopMenuItemHover
{
    color: #19305A;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height:32px;
	width:140px;
	background: url(./images/tab1.png) no-repeat center 50%;
	text-align:center;
    letter-spacing: 0.1em;
    line-height: 10px;
}

.TopMenuItemExpand
{
	background-color:#19305A;
	border:1px solid White;
	font-family:Verdana, Arial, Helvetica, San Serif; 
	font-size:11px;
	color:#800000;
	height:24px;
}

.MenuGroup
{
	background-color:#FFE684;
	border:1px solid #E0B508;
	cursor:pointer;
	cursor:hand;
	width: 140px;
	margin-left: 0px;
}

.MenuItem
{
	color: #19305A;
	font-size:11px;
    letter-spacing: 0.1em;
	color:#000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.MenuItemHover
{
	background-color:#456DA8; 
	color: #FFE684;
	font-family:Tahoma, Arial, Helvetica, San Serif; 
	font-size:11px;
    letter-spacing: 0.1em;
	font-weight: bold;
}

