body {
background:url(/images/bg.jpg) top center no-repeat fixed;
}
.menuitem {
padding-left:10px;
padding-right:10px;
background:url(/inside/images/white.png);
text-align:center;
cursor:pointer;
font-size:12px;
font-weight:bold;
padding-top:8px;
padding-bottom:8px;
}
.menuitem_over {
background:url(/images/menushadow.png) repeat-x;
text-align:center;
cursor:pointer;
font-size:12px;
font-weight:bold;
padding-top:8px;
padding-bottom:8px;
padding-left:10px;
padding-right:10px;
}

.menutop {
background:url(/inside/images/white.png);
}
.menutop_over {
background:#FFF;
}

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