/* CSS Document */

td{
	font-family:Verdana;
	font-size:11px;
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
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;
font-weight: bold;
color:#000000;
/*background-image: url(images/btbk1.gif);*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#CCCCCC;
/*background-image="bkg1.jpg";*/
color:#FF6600;
z-index:10;

}

.LNK1 {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF}
.dotline {
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

