body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  line-height: normal;
  background-color: transparent;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-repeat: no-repeat;
background-image: linear-gradient(bottom, rgb(255,255,255) 20%, rgb(200,200,255) 60%,rgb(255,255,255) 90%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 20%, rgb(200,200,255) 60%,rgb(255,255,255) 90%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 20%, rgb(200,200,255) 60%,rgb(255,255,255) 90%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 20%, rgb(200,200,255) 60%,rgb(255,255,255) 90%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 20%, rgb(200,200,255) 60%,rgb(255,255,255) 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.20, rgb(255,255,255)),
	color-stop(0.60, rgb(200,200,255)),
	color-stop(0.90, rgb(255,255,255)));
}
a:link {
  color: black;
  text-decoration: none;
}
a:visited {
  color: black;
  text-decoration: none;
}
a:hover {
  color: #00d700;
  text-decoration: none;
}
a:active {
  color: #0000fd;
  text-decoration: none;
}
ul{
  list-style-type:square;
}
#up_head{
  background-color:white;
  position:fixed;
  top:0px;
  width:100%;
  height:80px;
  z-index:100;
       background-repeat: no-repeat;
background-image: linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -o-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.10, rgb(230,230,230)),
	color-stop(0.50, rgb(248,248,248)),
	color-stop(0.90, rgb(255,255,255))); 
}
#down_foot{
  background-color:white;
  position:fixed;
  bottom:0px;
  width:100%;
  height:80px;
  z-index:100;
  
     background-repeat: no-repeat;
background-image: linear-gradient(bottom, rgb(255,255,255) 10%, rgb(248,248,248) 50%,rgb(230,230,230) 90%);
background-image: -o-linear-gradient(bottom, rgb(255,255,255) 10%, rgb(248,248,248) 50%,rgb(230,230,230) 90%);
background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 10%, rgb(248,248,248) 50%,rgb(230,230,230) 70%);
background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 10%, rgb(248,248,248) 50%,rgb(230,230,230) 90%);
background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 10%, rgb(248,248,248) 50%,rgb(230,230,230) 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.10, rgb(255,255,255)),
	color-stop(0.50, rgb(248,248,248)),
	color-stop(0.90, rgb(230,230,230))); 

/*     background-repeat: no-repeat;
background-image: linear-gradient(bottom, rgb(230,230,230) 0%, rgb(230,230,230) 100%);
background-image: -o-linear-gradient(bottom, rgb(230,230,230) 0%, rgb(230,230,230) 100%);
background-image: -moz-linear-gradient(bottom,  rgb(230,230,230) 0%, rgb(230,230,230) 100%);
background-image: -webkit-linear-gradient(bottom,  rgb(230,230,230) 0%, rgb(230,230,230) 100%);
background-image: -ms-linear-gradient(bottom,  rgb(230,230,230) 0%, rgb(230,230,230) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.0, rgb(230,230,230)),
	color-stop(0.99, rgb(230,230,230))); 
*/
}
.empty{
    height:100px;

}
.support_desk{
  font-family: Arial,Helvetica,sans-serif;
  font-size: medium;
  line-height: normal;
  background-color: transparent;
  width:800px;
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
}
#tabmenu tbody tr td h1 ul a {
  display: block;
  text-decoration: none;
}
#tabmenu tbody tr td ul {
padding:0; margin:0; list-style:none;
}
#tabmenu tbody tr td ul{
    display:none;
position:absolute;
}
#tabmenu tbody tr td ul{
    clear:both;
border-style:none;
}
#tabmenu tbody tr td:hover ul{
display:block;
height:auto;
width:14em; 
background-color:#dddddd;
float:left;
margin:0px;
padding-left:-20px;
border-radius: 8px 8px 8px 8px;
background-image: linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -o-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.10, rgb(230,230,230)),
	color-stop(0.50, rgb(248,248,248)),
	color-stop(0.90, rgb(255,255,255))); 
}
#tabmenu tbody tr td h1 ul:hover li{
display:block;
height:auto;
width:14em; 
background-color:#dddddd;
float:left;
margin:0px;
padding-left:-20px;
border-radius: 8px 8px 8px 8px;
background-image: linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -o-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -moz-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -webkit-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);
background-image: -ms-linear-gradient(bottom, rgb(230,230,230) 10%, rgb(248,248,248) 50%,rgb(255,255,255) 90%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.10, rgb(230,230,230)),
	color-stop(0.50, rgb(248,248,248)),
	color-stop(0.90, rgb(255,255,255))); 
}