body
{
}
.clickMenu
{
 background-color:Blue;
}
.MainMenu
{
	border-right: #990033 thin solid;
	border-top: #ffcccc thin solid;
	border-left: #ffcccc thin solid;
	border-bottom: #990033 thin solid;
	background-color: #cc0000;
    cursor:hand;
	text-decoration:none;
	font-family:Tahoma;
	font-size:11px;
	color:White;
	padding-left:6px;
	padding-right:3px;
	padding-top:4px;
	padding-bottom:4px;
	text-align:right;

}
a.Menu
{
	border-right: #990033 thin solid;
	border-top: #ffcccc thin solid;
	border-left: #ffcccc thin solid;
	border-bottom: #990033 thin solid;
	background-color: #cc0000;
	text-decoration:none;
	font-family:Tahoma;
	font-size:11px;
	color:White;
	padding-left:6px;
	padding-right:3px;
	padding-top:4px;
	padding-bottom:4px;
	width:134;
	height:20%;
	width:100%;
	text-align:right;
}
a.Menu:hover
{
	background-color: #ff3333;
}

.ActiveMenu
{
	border-right: #990033 thin solid;
	border-top: #ffcccc thin solid;
	border-left: #ffcccc thin solid;
	border-bottom: #990033 thin solid;
	background-color: #ff3333;
	text-decoration:none;
	font-family:Tahoma;
	font-size:11px;
	color:White;
	padding-left:6px;
	padding-right:3px;
	padding-top:4px;
	padding-bottom:4px;
	width:134;
	height:20%;
	width:100%;
	text-align:right;
}
.MyTable
{
	 border-color:Red;
	 border-style:solid;
	 border-width:thin;
	 background-repeat:repeat-x;
	 padding:0;
}
.MyBottomDiv
{
	border-right: activeborder 1px solid;
	padding-right: 5px;
	border-top: buttonface 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: buttonface 1px solid;
	padding-top: 5px;
	border-bottom: activeborder 1px solid;
	width:144px;
	height:100%;
}
.MyDiv
{
	border-right: activeborder 1px solid;
	padding-right: 5px;
	border-top: buttonface 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: buttonface 1px solid;
	padding-top: 5px;
	border-bottom: activeborder 1px solid;
	width:144px;
	height:50px;
}
.FooterDiv
{
	border-right: #990033 thin solid;
	border-top: #ffcccc thin solid;
	border-left: #ffcccc thin solid;
	border-bottom: #990033 thin solid;
	background-color: #cc0000;
	width:750px;
	height:50px;
	text-align:center;
    vertical-align:middle;
	
	
}
div.menuNormal
{display: none;
}

div.menuHover
{border: 1px solid lightblue;
background-color: white;
display: inline;

}