/* HomeTopThemeMenu Style Sheet */

.HomeTopThemeMenu
{
	text-decoration:none;
	cursor:	hand;
	white-space: nowrap;
	color:#666666;
	font-family:Tahoma, Verdana, Arial;
	width: 100%;
}

.HomeTopThemeSubMenuTable
{
	font-family:Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration:none;
	cursor: hand;
	text-align: left;
	white-space: nowrap;
	margin-top: 5px;
	margin-left: 5px;
}

.HomeTopThemeSubMenu
{
	position: absolute;
	visibility: hidden;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index: 100;
}

.HomeTopThemeMainItem,
{
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}

.HomeTopThemeMainItemHover,
.HomeTopThemeMainItemActive,
{
	color: #345B82;
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	text-align: center;
	vertical-align: middle;
	height: 20px;
}


.HomeTopThemeMenuItem, .HomeTopThemeMenuItemHover, .HomeTopThemeMenuItemActive
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	text-align: left;
	white-space: nowrap;
	background-image: url(../../../en/images/MenuItemBG.gif);
	background-repeat: repeat-x;
	height: 22px;
}

.HomeTopThemeMenuItem{
	color: #333333;
}

.HomeTopThemeMenuItemHover, .HomeTopThemeMenuItemActive
{
	color: #345B82;
}


.HomeTopThemeMenuFolderLeft{
	background-image: url(../../../en/images/MenuItemBGLeft.gif);
	background-repeat: no-repeat;
	width: 2px;
}

.HomeTopThemeMenuFolderRight{
	background-image: url(../../../en/images/MenuItemBGRight.gif);
	background-repeat: no-repeat;
	width: 2px;
}