body {
	margin: 0;
	padding: 0;
	background: white;
	font-family: "Comic Sans MS", Arial, sans-serif;
}

dl, dt, dd {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12pt;
	font-family: "Comic Sans MS", Arial, sans-serif;
}

ul	{
	list-style-type: none;
	color: #003399;
	font-size: 11pt;
	margin:0;
	padding:0;
	padding-left:12px;
}

li	{
	list-style-type: none;
	color: #003399;
	font-size: 10pt;
	margin:0;
	padding:0;
}

.clicker {
cursor:pointer;
}

dl#menu {
	width: 200px;
}
dl#menu dt {
	cursor: pointer;
	margin: 2px;
	line-height: 20px;
	text-align: left;
	border: 0px;
}
dl#menu dd {
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
dl#menu li {
	text-align: left;
	background: #fff;
	color: #003399;
}
/* top level menu link */
dl#menu dt a	{
	color: #000;
	text-decoration: none;
	display: block;
	border: 0;
	height: 100%;
}
dl#menu dt a:hover {
	color: #003399;
	background: #eee;
}

dl#menu li a {
	color: #003399;
	text-decoration: none;
	display: block;
	border: 0;
	height: 100%;
}

dl#menu li a:hover, dl#menu dd a:hover {
	background: #eee;
}

dl#menu li a {
	color: #003399;
	text-decoration: none;
	display: block;
	border: 0;
	height: 100%;
}

	
#mentions {
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #000;
	background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
