@charset "utf-8";
/* CSS Document */

<style type="text/css">
			body {
	padding: -30px;
	background-color: #FFFFFF;
	background-image: none;
			}
			/* The CSS Code for the menu starts here */
			#menu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	margin: 20px 0;
	padding: 0 0 0 10px;
	list-style-type: none;
	font-size: 13px;
	background: #eee;
	height: 34px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 0;
				
			}
			#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 22px;
	line-height: 34px;
	color: #666;
			}

				
			/* Blue Menu */
			#menu.blue {
				border-top: 2px solid #356AA0;
				border-left: 2px solid #356AA0;
				border-bottom: 2px solid #204061;
				border-right: 2px solid #204061;
				background: #356fCC;}
			#menu.blue a {color: #fff;}
			#menu.blue li a:hover, #menu.blue li.active a {
	color: #FF9933;
	background: #3366cc;
	border-bottom: 1px solid #356AA0;
}

          #apDiv1 {
	position:absolute;
	left:30px;
	top:30px;
	width:auto;
	height:inherit;
	z-index:1;
	background-color: #FFFFFF;
	bottom: 500px;
}
        </style>