.divlink a {
display: block;
width: 100px;
background: url(images/navbg.gif) repeat;
}

.divlink a:hover {
background: url(images/navhoover.gif) repeat;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 501;
}

#nav a {
	font-weight: bold;
	color: #336699;
}

#nav a {
	text-decoration: none;
}

#nav h3 {
	text-align: left;
	margin-left:10px;
	font-family: "Comic Sans", "Comic Sans MS", cursive;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #336699;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	width: 80px;
	background: url(images/navhoover.gif) repeat;
	z-index:502;
}

li {
	float: left;
	position: relative;
	width: 100px;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #336699;

}

li#first {
	border-left-width: 1px;
}

li#last {
	border-right-width: 1px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #fff;
	border-right: solid 1px #666666;
             border-left: solid 1px #666666;
             border-bottom: solid 1px #666666;
}

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;
}

