* { padding: 0; margin: 0; }

table{
	text-align: center;
	background-color: #000000;
	height: 24px;
	width: auto;
}
td.menu{
	background-color: #333333;
	padding: 5px;
	text-align: left;
	background-position: center;
	word-spacing: normal;
	width: auto;
}
table.menu
{
	position:absolute;
	visibility:hidden;
	background-color: #000000;
	text-align: left;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	width: auto;
	height: auto;
	background-position: center;
}
a.nav {
	font-size: 13px;
	color: #CCCCCC;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
a.nav:hover {
	font-size: 13px;
	color: #FFFFFF;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	text-decoration: underline;
	background-color: #333333;
}

