body {
  font-family: Verdana;
  color: #777777;
  font-size: 11px;
  text-align: justify;
  vertical-align: top;
  background-color: #AAAAAA;
  padding: 2px;
  margin: 10px;
}

body.whitebg {background-color: white;}

h1 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #FFAD00;
  margin: 0px;
  border-top: 2px solid #6B397B;
  border-bottom: 2px solid #6B397B;
  padding: 2px;
}
h2 {
  font-family: Verdana;
  font-size: 14px;
  font-weight: bold;
  color: #6B397B;
  background: white;
  margin: 0px;
  padding-top: 4px;
}
h3 {
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  color: #777777;
  background: white;
  margin: 0px;
  padding-top: 4px;
}
img.floatright {
  float: right;
  margin: 0px;
  margin-right: 4px;
}
img.floatleft {
  float: left;
  margin: 0px;
  margin-right: 4px;
}
.center {
  text-align: center;
}
#contain {
  width:720px;
  margin-left:auto;
  margin-right:auto;
  background: white;
  padding: 30px;
}
img {
  border: 0px;
  text-decoration: none;
}


ul {
	list-style: none;
	padding: 0;
    color: white;	
	
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;

    border-top: 2px solid #6B397B;
    border-bottom: 2px solid #6B397B;
    border-left: 0;
    border-right: 0;
    }

#nav a {
    color: white;
	text-decoration: none;
    }

#nav li li a {
	display: block;
    }

#nav li li a:hover {
    background-color: #6B397B;
	}

li a:hover {
    background-color: #6B397B;
    }
	
li {
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	background-color: #FFAD00;
	padding: 3px 0;
	/*overflow: visible;*/
    }

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #FFAD00;
	padding: 3px 0px;
    border-top: 2px solid #6B397B;	
    border-left: 2px solid #6B397B;
    border-right: 2px solid #6B397B;	
    border-bottom: 2px solid #6B397B;
	}

li>ul {
	top: relative;
	left: relative;
    }

ul li {
    border-bottom: 2px solid #6B397B;
}	
	
li li {
	display: block;
	float: none;
	border-bottom: 0;
    }

li:hover ul, li.over ul {
	display: block;	
    }
