/******************************************************************
 * Sitemap css file
 *
 * Author: Roman Matiyiv <rmatiiv@altertech.net>
 * Created: 04.02.2009
 *
 * $Id: sitemap.css,v 1.1 2009-02-04 16:35:27 rmatiiv Exp $
 ******************************************************************/
 
/*==================================
 * Sitemap
 *----------------------------------*/
.sitemap {
    background: #ffffff !important;
}

.sitemap a {
    color: #6b6a68 !important;
    background-color: #fff !important;
    text-decoration: underline;
}

.sitemap a:hover {
	color: #6b6a68 !important;
    background-color: #fff !important;
    text-decoration: none !important;
}