BODY {
	margin : 0 0 0 0;
}
a, a:link, a:visited, a:active, a:focus {
	text-decoration: none;
	color: #000080;
}
a:hover {
	text-decoration: underline;
	color: #000080;
}
#dropmenudiv{
position:absolute;
width: 174px;
border:1px solid #202020;
border-bottom-width: 0;
font:normal 10px Verdana;

z-index:100;
}

#dropmenudiv a{
width: 174px;
display: block;
border-bottom: 1px solid #202020;
padding: 4px 0px;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #f5dd57;
}
 
td.bgimage {
	background-image: url("../images/laminationyellow.jpg");
	background-repeat: no-repeat;
	background-position: center;
}




