/* CSS Document */

#directorybox2 {
background-image:url(images/directorybox_2.gif);
background-repeat:repeat-y;
height:auto;
width:170px;
padding-left:5px;
padding-right:5px;
vertical-align:top;
}

#directorybox3 {
background-image:url(images/directorybox_3.gif);
background-repeat:no-repeat;
height:15px;
width:180px;
}

#directorybox {
background-color:#A6AE99;
border-width:3px;
border-top:solid;
border-color:#748064;
margin-left:1px;
width:168px;
height:15px;
text-align:center;
text-decoration:none;
font-size:12px;
font-weight:bold;
}

#directorybox a:link {
	text-decoration: none;
	color: #000000;
}

#directorybox a:visited {
	text-decoration: none;
	color: #663300;
}
#directorybox a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#directorybox a:active {
	text-decoration: none;
	color: #003300;
}
