a:link { text-decoration:none; font-weight:bold; color:#ffffff; }
a:visited { text-decoration:none; font-weight:bold; color:#ffffff; }
a:hover { text-decoration:none; font-weight:bold; background-color:#ff0000; color:#0000f0; }
a:active { text-decoration:none; font-weight:bold; background-color:#cff; }
a:focus { text-decoration:none; font-weight:bold; color:#0000f0; }

body {
	color: #ffffff;
	background-color: #ff0000;
}

div {
	text-align: center;
	background-color: #ff0000;
	font-size: 2.4em;
	color: #0000a0;
	font-weight: bold;
}

   ul
   {
    list-style: none;
    margin:  0px;
    padding: 0px;
    width:auto;
   }

   li
   {
    position:relative;
   }

   ul li
   {
    float:left;
    padding-right: 7px;
   }

   ul li ul
   {
    display: none;
   }

   ul li:hover ul
   {
    display: block;
   }

   ul li ul li
   {
    clear:both;
    float:left;
   }
