#menu a {
	display:block;
	width:160px;
	height:18px;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
	text-indent: 22px;
	text-align: left;
	letter-spacing: 1px;
	background-image: url(images/menu.gif);
	font-weight: normal;
}


#menu a:hover {
	color: #000000;
	background-image: url(images/menu-o.gif);
}

#menu_bold a {
	display:block;
	width:160px;
	height:18px;
	font-size: 13px;
	color: #CCCCCC;
	text-decoration: none;
	text-indent: 18px;
	text-align: left;
	letter-spacing: 1px;
	background-image: url(images/menum.gif);
	font-weight: bold;
}
#menu_bold a:hover {
	color: #000000;
	background-image: url(images/menum-o.gif);
}
#menu_top a {
	display:block;
	width:80px;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	background-image: url(images/back-topmenu.gif);
	font-weight: bold;
	height: 24px;
	clip:rect(0px 0px 80px 12px);
	line-height: 24px;
}
#menu_top a:hover {
	display:block;
	width:80px;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	background-image: url(images/back-topmenu-o.gif);
	font-weight: bold;
	height: 24px;
	clip:rect(0px 0px 80px 12px);
	line-height: 24px;
}
h1 {
	font-size: 16px;
}
.white {color: #FFFFFF}

