body {
margin: 0px;
	background-image: url("images/sqbg.png");
		background-repeat: no-repeat;
		background-position: left bottom;
		background-attachment: fixed;
		font-family: Arial,Helvetica,sans-serif;
}

#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 10%;
	top: 50px;
}

.corner_left
{ 
	background-image: url("images/sqbg.png");
		background-repeat: no-repeat;
		background-position: left bottom;
		z-index: 1;
}

table.corner_topright
{ 
right:0px;
top:0px;
position:absolute;
width:160px;
height:201px;
border: 0px;
border-spacing: 0px;}

#centeredmenu {
   float:left;
   width:100%;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   /*list-style-type:">";*/
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}

#centeredmenu ul li {
   display: flex;
   /*display:block;*/
   float:left;
   list-style:none;
   /*list-style-type:">";*/
   margin: 0 15px;
   padding:0;
   position:relative;
   right:50%;
}

#centeredmenu ul li:before {
content:">";
color: #fff;
margin-top: 3px;
}

#centeredmenu ul li a {
	letter-spacing: 1px;
   display:block;
   margin: 0 0 0 -5px;
   padding:3px 10px;
   color:#039ac7;
   text-decoration:none;
   line-height:1.3em;
   transition: all 0.3s ease 0s;
}
#centeredmenu ul li a:hover {
   color:#ff9c0e;
}

#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#ff9c0e;
}