.divlink a { display: block; width: 10em; background: url(images/navbg.gif) repeat; }
.divlink a:hover { background: url(images/navhoover.gif) repeat; }
#nav a { font-family:Arial, Helvetica, sans-serif; font-weight: bold; color:#ffffff; }
#nav li li a { display: block; font-weight: bold; color: #ffffff; padding: 0; }
#nav li li a:hover { width: 10em; background: url(images/navhoover.gif) repeat; }

#nav li { 
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #773311;
}

li#first { border-left-width: 1.7em; }
li#last { border-right-width: 1.7em; }

#nav 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;
}

#nav li>ul { top: auto; left: auto; }
#nav li li { display: block; float: none; background-color: transparent; border: 0; }
#nav li:hover ul, #nav li.over ul { display: block; }
