tr.menurow td {
	border: 1px solid gray;
	background-color: white;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	width: 100px;
	background: url(../images/menu.gif) top repeat-x;
}
tr.menurow td.active a {
	background-color: #d3dde9;
	color: #b2121e;
}
tr.menurow td a {
	color: black;
	display: block;
	text-decoration: none;
	width: 100%;
}
tr.menurow td a:hover, #dropmenudiv a:hover {
	background-color: #d3dde9;
	color: black;
}
tr.menurow td a:active {
	outline: none;
}

#dropmenudiv{
	position: absolute;
	border: 1px solid #333333;
	border-top-width: 0;
	font: normal 11px Arial;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-top: 1px solid silver;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
}