td img {
	display: block;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.menu a {
	font-size: 12px;
	color: #fff;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.menu a:link {
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #FFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #fff;
}
.menu a:active {
	text-decoration: none;
	color: #FFF;
}

a {
	font-size: 12px;
	color: #000;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.whitetext {
	font-size: 12px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
.smalltxt {
	font-size: 12px;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
color:#000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}
