
body {
	width:90%;
	height:100%;
	font: normal 11px georgia;
	margin-top:1%;
	margin-left:5%;
	}
	
h1 {
	font-family: georgia;
	font-size: 13px;
	text-align: justify;
	color: #FF6C09;
}
p {
    font-family: georgia;
	font-size: 10px;	
	text-align: justify;
	}
ul {
   margin: 3% lefth;   
   padding: 0;
   list-style: none;
   width: 103px;
   border-bottom: 1px solid #ccc;
   font-family: Helvetica, sans-serif;
   font-size: 12px;
   color: #999999;
   font-style: normal;
   text-align: left;
   letter-spacing: 0.2px;
   }
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 104px;
	top: 0;
	display: none;
	color: #0033FF;
	}

/* Styles for Menu Items */
ul li a {
   display: block;
   text-decoration: none;
   color: #F66300;
   background: #fff;
   padding: 4px;
   border: 1px solid silver;
   border-bottom: 0;
   font-family: Helvetica, sans-serif,arial;
   background-color: #FFFFFF;
   font-size: 11px; 
   font-stretch: ultra-condensed;
   
   }
	
/* Holly Hack. IE Requirement \*/
* html ul li {
	float: left;
	height: 1%;
}
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */