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


/* LINK BAR */

#linkbar_top ul { float: left; padding: 0; margin: 0 0 0 12px; list-style-type: none; }

#linkbar_top li { float: left; padding: 0; width: 85px; height: 30px; line-height: 35px; text-align: center; display: block; }

#linkbar_top a:link { color: #642b87; width: 85px; height: 30px; display: block; text-decoration: none; background-image: none; }
#linkbar_top a:visited { color: #642b87; width: 85px; height: 30px; display: block; text-decoration: none; background-image: none; }
#linkbar_top a:hover { color: #642b87; width: 85px; height: 30px; display: block; text-decoration: none; background-image: url(../images/link_hover.png); }
#linkbar_top a:active { color: #642b87; width: 85px; height: 30px; display: block; text-decoration: none; background-image: none; }


/* FOOTER LINKS */

#footer_links ul { float: left; padding: 0; margin: 0; list-style-type: none; }

#footer_links li { float: left; padding: 0 15px; text-align: center;}

#footer_links a:link { color: #666666; text-decoration: none; }
#footer_links a:visited { color: #666666; text-decoration: none; }
#footer_links a:hover { color: #666666; text-decoration: underline; }
#footer_links a:active { color: #666666; text-decoration: none; }
