.TopGroup
{
    margin-left:20px;
}

.MenuGroup
{
/*
    border-left: #0484d5 1px solid;
    border-right: #0484d5 1px solid;
    border-bottom: #0484d5 1px solid;
*/
}

/*	Top menu items */
.TopItem
{
	font-family: "Trebuchet MS",tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 20px;
	cursor: pointer;
	cursor: hand;
	text-transform: uppercase;
	color: #5f5f5f;
}

.SelectedTopItem
{
	color: #000066;
	font-family: "Trebuchet MS",tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 20px;
	cursor:hand;
	text-transform: uppercase;
}

.TopItemHover
{
	color:#000066;
	background-color: #b4b4b4;
	font-family: "Trebuchet MS",tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 20px;
	cursor:hand;
	text-transform: uppercase;
}

/*	Sub menu items */
.SubItem
{
	background-color: #b4b4b4;
	color: white;
	font-family: "Trebuchet MS",tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 18px;
	cursor:hand;
	text-transform: uppercase;
/*    border-top: #0484d5 1px solid;	*/
}

.SubItemHover
{
	background-color:#d0d0d0;
	color:#000066;;
	font-family: "Trebuchet MS",tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 18px;
	cursor:hand;
	text-transform: uppercase;
}

.SelectedSubItem
{
	background-color:#b4b4b4;
	color: #000066;
	font-family: "Trebuchet MS",tahoma,arial,verdana,sans-serif;
	font-size: 90%;
	font-weight:bold;
	height: 18px;
	cursor:hand;
	text-transform: uppercase;
}

.HoverDisabled
{
	cursor: default;
}