
a {
	text-decoration: underline;
	font-size: 12pt
}

a:link {
	color: #006600;
}

a:visited {
	color: #006600;
}

a:active {
	color: #006600;
}

a:hover {
	text-decoration: underline;
}

.divlink a {
display: block;
width: 160px;
	background-color:#FFC
}

.divlink a:hover {
	background-image:url(../images/navhoover.gif)
}

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

#nav a {
	font-weight: bold;
	color: #336699;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #336699;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	width: 138px;
             background: url(../images/navbg.gif)  repeat;

}

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

}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #ffffcc;
	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;
}