body {
  padding-left: 11;
  font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
  color: #000000;
  background-color: #CC99FF }
p {font-size: 12pt}



<ul class="nav">
/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}


ul.nav>li:hover{
	padding-right: 1px;
} [*]

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #CC99FF;
	color: #9966CC;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #9966CC;
	color: #FFCC66;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #9966CC;
	color: #FFCC66;
}

ul.nav,
.nav ul{
	border: 1px solid #9966CC;
}

.nav a{
	text-decoration: none;
}


h1 {
  font-family: Verdana, Geneva, "Times New Roman", Times, serif; }
ul.navbar li {
  background: #CC99FF;
  margin: 0.5em 0;
  padding: 0.3em;
  border-top: 1em #CC99FF }
ul.navbar a {
  text-decoration: none }
a:link {
  color: #9966CC }
a:visited {
  color: 9966CC }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
 
