.ContextMenuPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
	text-align: center;
	background-color: White;
}
.ContextMenuHead
{
	font-weight: bold;
	background: url(images/menu-bg.gif) repeat-x 0 0 #FAFAFA;
	height: 27px;
	width:700px;
	list-style: none;
}
.ContextMenuHeadGetFire
{
	font-weight: bold;
	background: url(images/menu-bg.gif) repeat-x 0 0 #FAFAFA;
	height: 27px;
	width:400px;
	list-style: none;
}
.ContextMenuHeadLeft
{
	color: #066;
	font-size: 14px;
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}
.ContextMenuHeadRight
{
	color: #066;
	text-align: right;
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	font-size: 11px;
}
.ContextMenuBreak
{
	margin: 1px 1px 1px 5px;
	padding: 0;
	height: 1px;
	overflow: hidden;
	display: block;
	border-top: 1px solid #C5C5C5;
}
a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	padding: 4px 3px 4px 3px;
	text-align: center;
	width: 80px;
	height: 18px;
}
a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	margin: 1px 0 1px 0;
	color: #003399;
	text-decoration: none;
	padding: 4px 3px 4px 3px;
	text-align: center;
	width: 80px;
	height: 18px;
	font-weight: bold;
}
.ContextDropDownFrame
{
	float: left;
	border: solid #ccc 1px;
	margin-right: 5px;
}
