a {
	text-decoration: none;
}

a:link {
	color: #080;
}

a:visited {
	color: #790;
}

a:active {
	color: red;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: rgb(0,128,255);
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	width:10em;
	font-weight: normal;
	font-size : 9pt;
	color: rgb(0,255,255);
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}

li {
	float:left;
	position: relative;
	width: 33%;
	text-align: center;
	cursor: default;
	background-color: rgb(0,255,255);
	border: 1px solid rgb(0,128,255);
	border-width: 1px 0;
}

li#first {
	border-left-width: 10%;
}

li#last {
	border-right-width: 10%;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left:0;

	font-weight: normal;
	background: rgb(0,200,200);
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}
  
