<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
  <title>MainMenu.css</title>
  <meta http-equiv="generator" content="CoffeeCup HTML Editor (www.coffeecup.com)" />
  <meta name="created" content="Thu, 15 Jul 2010 03:38:38 GMT" />
  <meta http-equiv="content-type" content="text/html;charset=utf-8" />
  <meta name="description" content="" />
  <meta name="keywords" content="" />

  <style type="text/css">
  
#menu ul {
	    margin-top:2em;
        margin-left:-2.5e;
	   }
	  
	  #menu li {
	    list-style-type:none;
       width:7em;
        float:left;
	   margin-left:-2.5m;
        text-align:center;
        font-size:small;
	   }
	   
	   #menu a {
	     text-decoration:none;
         color:black;
		 display:block;
         border:3px blue outset;
		 background-color:#CCCCFF;
		 
	    }
		
		#menu a:hover {
		  border:3px blue inset;
		 }
</style>

</head>
<body>

</body>
</html>


