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

#header {
	background-image: none;
}

#header ul {
	list-style-position: inside;
	list-style-type: disc;
	}

#header li a:link, #header li a:visited {
	color: #741859;
	background-image: none;
	}
	
#header li a:hover {
	background-color: #f9f0ce;
	background-image: none;
	}
	
#header li a.current, #header li a.current:hover {
	background-color: #f9f0ce;
	background-image: none;
	}
	
#sidebar #titleart {
	display: none;
	}