.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	border:0px;
	height: 35px;
}
.MainGroup
{
	cursor: pointer;
	cursor: hand;
	padding-bottom: 0px;
	color: #002c3c;
	height: 30px;
}
.MainItem {
	font-family: Verdana, Arial;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
}
.MainItemOver {
	font-family: Verdana, Arial;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	color: #002c3c;
	background-image: url(menu2_on.gif);
	height:30px;
}

.MainItemClicked {
	font-family: Verdana, Arial;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	background-image: url(menu2_on.gif);
	
}
.MainItem td
{
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight: bold;
	color: #002c3c;
}
.MainItemOver td
{
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight: bold;
	color: #002c3c;
	background-image: url(menu2_on.gif);
}
.MainItemClicked td
{
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight: bold;
	color: #002c3c;
	background-image: url(menu2_on.gif);
}
.MenuItem
{
	font-family: Verdana, Arial;
	font-size:10px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	border: 1px inset #002c3c;
	color: #002c3c;
	 background-image: url(bar_bground.gif);
}
.MenuItem td
{
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight: bold;
	color: #002c3c;
	height: 20px;
	background-image: url(bar_bground.gif);
}
.MenuItemOver
{
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight: bold;
	cursor: pointer;
	cursor: hand;
	border: 1px inset #002c3c;
	color: #002c3c;
	height: 20px;
	 background-image: url(menu_on.gif);
}
.MenuItemOver td
{
	font-family: Verdana, Arial;
	font-size:11px;
	font-weight: bold;
	color: #002c3c;
	height: 20px;
	 background-image: url(menu_on.gif);
}
.MenuItemToolTip
{
	border-style:solid;
	font-weight: bold;
	border-width:1px;
	border-color: black; 
	font-family: Verdana;	
	padding: 0px;
	font-size:10pt;
	text-align: left;
}

.MenuItemClicked
{
	font-family: Verdana, Arial;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	color: #002c3c;
	font-weight: bold;
	height: 20px;
	 background-image: url(menu_on.gif);
}
.MenuItemClicked td
{
	font-family: Verdana, Arial;
	font-size:11px;
	color: #002c3c;
	font-weight: bold;
	height: 20px;
	 background-image: url(menu_on.gif);
}

.Spacer
{
	background-color: Transparent; 
}
