.MenuGroup {
	
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 18px;
	height: 5px;
	cursor: pointer;
}

.MenuItem {
	background-color: #ffffff;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	width: 158px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DE1800;
	margin-left: 14px;
}

.MenuItemOver {
	background-color: #ffffff;
	color: #C80021;
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DE1800;
	margin-left: 14px;
}

.MenuItemClicked {
	background-color: #ffffff;
	color: #C80021;
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	cursor: pointer;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DE1800;
	margin-left: 14px;
}

.MenuItemDisabled {
	background-color: #ffffff;
	color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 5px;
	cursor: pointer;
}

.MenuScroll
{
 	width: 100%;
 	background-color: #666666;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	height: 5px;
	cursor: pointer;
}

.MenuScrollOver
{
  	width: 100%;
  	background-color:#C80021;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	height: 5px;
	cursor: pointer;
}

.MenuItemOverNoHref
{
	background-color: #ffffff;
	color: #C80021;
	width: 158px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	height: 15px;
	cursor: default;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #DE1800;
	margin-left: 14px;
}

.MenuScrollOverNoHref
{
  	width: 100%;
  	background-color:#C80021;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	line-height: 15px;
	height: 5px;
	cursor: default;
}