#sub0 {position:absolute; z-index:10; left: 0px; top: 23px; visibility: hidden}
#sub1 {position:absolute; z-index:11; left: 0px; top: 23px; visibility: hidden}
#sub2 {position:absolute; z-index:12; left: 0px; top: 23px; visibility: hidden}

p,td {

}
.nav a {
	width: 120px;
	display: block;
	background-color: #efefef;
	border: solid 1px #cccccc;
	padding: 4px;
	margin-bottom: 2px;
}
.subnav {

	border: none;
	width: 130px;
}
.subnav a{
	background-color: #ffdb21;
	border: solid 1px #ffffff;
	padding: 3px 10px 3px 10px;
	margin: 1px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	width: 100%;
}
html> body .subnav a {
width: auto;
}
.subnav a:hover {
	color: #ffffff;
	background-color: 5a6563;
}
.subnav td {
	border-bottom: solid 1px #cccccc;
	padding: 5px;
}
.navitem {
	position: relative;
	margin: 0;
	padding: 0;
}
.navitem a {
	display: block;
}	