﻿.Menu
{
	background-color: #ffffff; 
	border-right: #4b7c9f 1px solid; 
	border-top: #4b7c9f 1px solid;
	border-left: #4b7c9f 1px solid; 
	border-bottom: #4b7c9f 1px solid;
	position: absolute;
	z-index: 9995;
}

.SubMenu
{
	background-color: #ffffff; 
	border-right: #4b7c9f 1px solid; 
	border-top: #4b7c9f 1px solid;
	border-left: #4b7c9f 1px solid; 
	border-bottom: #4b7c9f 1px solid;
	position: absolute;
	z-index: 9996;
}

.tdMenu
{
	padding-top:6px;
	padding-left:5px;
}

.tdMenuBorderBottom
{
	border-bottom-style:solid; 
	border-bottom-color:#cfcfcf; 
	border-bottom-width:1px;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
}

.menuText
{
	font-size: 12px;
	font-weight: normal;
	color: Blue;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	text-decoration:none;
	width:100%;
}

.menuText:hover
{
	font-size: 12px;
	font-weight: normal;
	color: Blue;
	font-family: Tahoma, Verdana;
	cursor: pointer;
	text-decoration:underline;
	width:100%;
}

.menuText_inactiv
{
	font-size: 12px;
	font-weight: normal;
	color: #C0C0C0;
	font-family: Tahoma, Verdana;
	cursor: default;
	text-decoration:none;
	width:100%;
}