﻿

.ItemGroup
{
	width: 179px;
}
/*
.MenuGroup
{
  border:solid 0px gray;
  border-right-color:#E5C498;
  border-bottom-color:#E5C498;
}
*/

.TopMenuItem
{
	padding-left: 22px;
	background-image: url(../images/bg-top-menu-2.gif);
	color: #004C7C;
	cursor: pointer;
	text-align: left;
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: none;
	height: 28px;
	line-height:20px;
	
}
.TopMenuItemHover
{
	padding-left: 22px;
	background-image: url(../images/bg-top-menu-2.gif);
	color: #004C7C;
	cursor: pointer;
	text-align: left;
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: underline;
	height: 28px;
	line-height:20px;
}
.TopMenuItemActive
{
	padding-left: 22px;
	background-image: url(../images/bg-top-menu-2.gif);
	color: #004C7C;
	cursor: pointer;
	text-align: left;
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: none;
	height: 28px;
	line-height:20px;
}

.MenuGroup
{
	border-top: solid 1px gray;
	/* solid 1px #004C7C; */
	border-right: solid 1px #004C7C;
	background-color: White;
	text-align: left;
}

.MenuItem
{
	color: #004C7C;
	background-image: url(../images/bg-menu.gif);
	cursor: pointer;
	text-align: left;
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: none;
	height: 28px;
	padding-left: 8px;
	padding-right: 8px;
	line-height:20px;
}
/*.MenuItem
{
	padding-left:22px;
	font-family:tahoma;
	  font-size:11px;
	  color:#004C7C;
}*/
.MenuItemHover
{
	color: #004C7C;
	background-image: url(../images/bg-menu.gif);
	cursor: pointer;
	text-align: left;
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: underline;
	height: 28px;
	padding-left: 8px;
	padding-right: 8px;
	line-height:20px;
}
.MenuItemActive
{
	color: #004C7C;
	background-image: url(../images/bg-menu.gif);
	cursor: pointer;
	text-align: left;
	font-family: Tahoma, Times New Roman, Times, serif;
	font-size: 11px;
	text-decoration: none;
	height: 28px;
	padding-left: 8px;
	padding-right: 8px;
	line-height:20px;
}
.MenuBreak
{
	background-color: #000066;
	border: thin;
}
.grayfaqTopic
{
	font-size:xx-small;
	text-align:right;
}