@charset "utf-8";
/* CSS Document */

#dropmenudiv{
position:absolute;
border:1px solid #DCBDBA;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #990000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://shadybrookkennels.net/imgs/rbg.gif);
}
.style1 {
	font-size: 12px;
	color: #A44840;

}
.style2 {color: #A44840;}
body,td,th {
	color: #A44840;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #DCBDBA;
}
a:active {
	text-decoration: none;
}
.a2
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
img {
border: none;
}
input {
border:1px solid #A44840; COLOR: #990000; BACKGROUND-COLOR: #DCBDBA;
}
textarea {
border:1px solid #A44840; COLOR: #990000; BACKGROUND-COLOR: #DCBDBA;
}