.ContextMenuPanel 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

.ContextMenuBreak
{
	margin:1px 1px 1px 32px;
	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;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
	text-align:left;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}







.ContextMenuPanel2 
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg2.gif) repeat-y 0 0 #ffffff;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
	width:160px;
}

.ContextMenuBreak2
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.ContextMenuItem2
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
	text-align:left;
}

a.ContextMenuItem2-Selected
{
	font-weight: bold;
}

a.ContextMenuItem2:hover
{
	background-color: #f1f4f6;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

#userlist
{
	float:right;
	padding: 6px 6px 6px 6px;	
}

.userlabel
{
	color:#000000;
	font-size:13px;
	text-transform: none;
}




