/*--- LEFT MENU ---*/

#menu {
	margin: 20px 0 0 0;
	padding: 0;
	list-style-type: none;	
}

#menu li {
	height: 33px;
	margin: 0 0 25px 0;
	padding: 0;
	text-indent: -5000px;
}

#menu li a {
	display: block;
	width: 172px;
	height: 33px;
}

#menu .story {
	background: url('/images/menu/story.gif') no-repeat top;	
}

#menu .chara {
	background: url('/images/menu/chara.gif') no-repeat top;	
}

#menu .system {
	background: url('/images/menu/system.gif') no-repeat top;	
}

#menu .cg {
	background: url('/images/menu/cgevents.gif') no-repeat top;	
}

#menu .buynw {
	background: url('/images/menu/buy.gif') no-repeat top;	
}

#menu .downlds {
	background: url('/images/menu/downloads.gif') no-repeat top;	
}

#menu .require {
	background: url('/images/menu/requirements.gif') no-repeat top;	
}

#menu .support {
	background: url('/images/menu/support.gif') no-repeat top;	
}
