﻿.nav {
	display:block;
	float: left;
	list-style: none;
	position:relative;
	width: 500px;
}

.nav li
{
	position:relative;
	display: inline;
	white-space: nowrap;
	margin-left: 10px;
}

.nav li ul {
	display: none;
}

.nav a {
	font-family: Verdana;
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
}

.ContextMenu 
{
	position:absolute;
	visibility:hidden;
	z-index:3100;
}

.TablePanel
{
	position:absolute;
	top:0px;
	left:0px;
	background-position:left top;
	background-repeat:no-repeat;
	width: 280px;
	margin-bottom: 0px;
	
}

 .MenuBackground {
	position:absolute;
	left:0px;
	top:0px;
}
.ContextMenuTable 
{
	position:relative;
	left:12px;
	width:275px;
	text-align:left;
	padding: 2px;
	line-height: 12px;
	white-space:nowrap;
	border-spacing: 0px;
	font-size: 12px;
	color:#ffffff;
	font-weight: 400;
	font-family:Verdana;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 17px;
	padding-left: 13px;
	z-index:2000;
	
}
.ContextMenuRow
{
	background-color: Transparent;
	height:36px;
	width: 245px;
	padding-left:10px;
}	

.ContextMenuRow_dis
{
	background-color: Transparent;
	height:36px;
	color: #a0a0a0;
	width: 245px;
}	

.ContextMenuRowSelected
{
	background-color: transparent;
	background-image: url(../images_gen/MenuBlueHighlight.png);
	background-repeat: no-repeat;
	height:36px;
	cursor: pointer;
	color: #0b0b0b;
	width: 245px;
	padding-left:10px;
	border: solid 1px #ff0000;
}	

.ContextMenuRowSelected .ContextMenuSubArrow
{
	position:absolute;
	width:26px;
	height:23px;
	right: 34px;
	margin-top:-3px;
	display: inline;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* Safari 3.0 and Chrome rules here */

	.ContextMenuTable {
		padding-left:0px;
	}
	
	.ContextMenuRow {
		height: 36px;
		padding-left:0px;
	}

	.ContextMenuRowSelected 
	{
		position:relative;
		left:-10px;
		height: 36px;
		padding-left:0px;
	}

}

@-moz-document url-prefix()
{

	.ContextMenuTable {
		padding-left:0px;
	}
	
	.ContextMenuRow {
		height: 36px;
		padding-left:0px;
	}

	.ContextMenuRowSelected 
	{
		position:relative;
		left:-10px;
		height: 36px;
		padding-left:0px;
	}
}

.ContextMenuRow .ContextMenuSubArrow
{
	display:none;
}

.ContextShadow2
{
	width:280px;
	height:100px;
	margin-left:30px;
	margin-top:30px;
	top:20px;
	position:absolute;
	z-index:3099;
	background-color:gray;
	filter:alpha(opacity=70);
	opacity:0.7;
	background-image:url(../images_gen/blank.gif);
	background-repeat:repeat;
	border:solid 1px #ff0000;
}

