.divlink a {
	display: block;
	width: 150px;
	background: url(images/navbg.gif) repeat;
}

.divlink a:hover {
	background: url(images/navhoover.gif) repeat;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	color: #440000;
}

#nav a:hover {
	color: #CC6600;
}

#nav li li a {
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:12px;
	color: #440000;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	width: 150px;
	background: url(images/navhoover.gif) repeat;
}

li {
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #336699;
}

li#first {
	border-left-width: 3px;
}

li#last {
	border-right-width: 3px;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	font-size:12px;
	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;
}
