.MenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: #DFEEF4;
	width: 120px;
}
.MainItem 
{
	height:20px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	width: 120px;
	text-align: center; 
	margin: 1px 0px 3px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MainItemOver
{
	height:26px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #000000;
	border-bottom: 3px solid #1973C9;
	border-top: 2px outset #85C3E6;
	width: 120px;
	text-align: center;
	background-color: #64B3DF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MenuItem
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MenuItemOver
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/arrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	border-bottom: 1px solid #1973C9;
	background-color: #A7CFE8;
}
.MenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:8pt;
	text-align: left;
}

.MenuItemClicked
{
	cursor: pointer;
	cursor: hand;
	padding: 1px;
	background-color: #BCE3FB;
}

.cellBorder
{
	border: solid 2 black;
}

.menuButton 
{
	border-right:solid 1 #6f6f6f;
	border-bottom:solid 1 #6f6f6f;
	border-left:solid 1 #ebebeb;
	border-top:solid 1 #ebebeb;
	text-decoration:none;
	background-color:#cccccc;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	color:Black;
	font-weight:bold;
	width:120px;
}

a.menuButton
{
	border-right:solid 1 #6f6f6f;
	border-bottom:solid 1 #6f6f6f;
	border-left:solid 1 #ebebeb;
	border-top:solid 1 #ebebeb;
	text-decoration:none;
	background-color:#cccccc;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;
	color:Black;
	font-weight:bold;
	width:120;
}

.PageColor
{
	background-color:Olive;
}

.petra {
	text-decoration:none;
	color:white;
	font-weight:bold;
	}
	
.button td{
		background-color:#c0c0c0;
}