body {font: normal 14px verdana;
		  
}/*font settings*/

ul {
  padding: 0;
  margin: 0;
  list-style: none;
	
  }

li {
  float: left;
  position: relative;
  width: 10em;  /*Width of individaul block*/ 
  }

/* Drop down postions(dont toach)*/

li ul {
  display: none;
  position: absolute; 
  top: 1.9em;
  left: 0;
  }

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #EF9616; /* IE6 Bug */
	padding: 5px;
	text-align:center;
	
	}
ul li a:focus {
	text-decoration: none;
	color: #000;
	background: #FFF; /* IE6 Bug */
	padding: 5px;
	
	}
	

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */


ul li a:hover { color: #000; background: #FFC764; } /* Hover Styles */

ul li ul a:hover { color: #000; background: #EF9616; } /* Sub-Menu Hover Styles */
		
li ul li a { padding: ; color:#000; background-color:#FFC764; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */




