.DanContextMenuPanel 
{
	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-family:Verdana, Arial, Times New Roman;
	font-size: 10px;
}

.DanContextMenuImageHeader
{
    background-image:url(images/oper_header.gif);
    background-repeat: no-repeat;
    background-position:center;
    
    width:14px;
    height:11px;
}

.DanContextMenuBreak
{
	margin:1px 1px 1px 32px;
	padding:0;
	height:1px;
	overflow:hidden;
	display:block;
	border-top: 1px solid #C5C5C5;	
}

a.DanContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 0px 2px 4px 10px;
	white-space: nowrap;
	font-weight: bold;
}

a.DanContextMenuItem-Selected
{
	font-weight: bold;
	text-decoration: underline;	
}

a.DanContextMenuItem:hover
{
	background-color: #fffacd;
	text-decoration: none;	
	color: #003399;
	color: red;	
}

.DanContextMenuItemMouseHover
{
	background-color: #fffacd;
	text-decoration: none;	
	color: red;	
}

.DanContextMenuItemMouseOut
{
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	text-decoration: none;	
	color: #003399;
}

.DanContextMenuIcoCut
{
	background: url(images/dancontextmenu_ico_cut.gif);
}
.DanContextMenuIcoDownload
{
    width:16px; 
    height:16px;
    background:url(Images/dancontextmenu_ico_download.png) left top no-repeat;
}
.DanContextMenuIcoRestore
{
    width:16px; 
    height:16px;
    background:url(Images/dancontextmenu_ico_restore.png) left top no-repeat;
}
.DanContextMenuIcoDel
{
    width:16px; 
    height:16px;
    background:url(Images/dancontextmenu_ico_del.gif) left top no-repeat;
}
.DanContextMenuIcoEdit
{
    width:16px; 
    height:16px;
    background:url(Images/dancontextmenu_ico_edit.png) left top no-repeat;
}
.DanContextMenuIcoView
{
    width:15px; 
    height:15px;
    background:url(Images/dancontextmenu_ico_view.gif) left top no-repeat;
}
.DanContextMenuIcoSave
{
    width:15px; 
    height:15px;
    background:url(Images/dancontextmenu_ico_save.gif) left top no-repeat;
}
.DanContextMenuIcoCheckOut
{
    width:15px; 
    height:15px;
    background:url(Images/dancontextmenu_ico_checkout.gif) left top no-repeat;
}
.DanContextMenuIcoCheckIn
{
    width:15px; 
    height:15px;
    background:url(Images/dancontextmenu_ico_checkin.gif) left top no-repeat;
}
.DanContextMenuIcoVersionHistory
{
    width:15px; 
    height:15px;
    background:url(Images/dancontextmenu_ico_versionhistory.gif) left top no-repeat;
}
.DanContextMenuIcoProcessNew
{
    width:15px; 
    height:15px;
    background:url(Images/dancontextmenu_ico_processnew.gif) left top no-repeat;
}