/* Main Menu Setup */
#navwrapper ul {
	list-style:none;
	margin:0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#navwrapper li { 
	list-style:none; 
	float:left;
}
#navwrapper li a span {
	list-style:none;
	display:block;
}
#navwrapper li a em { 
	list-style:none; 
	display:none; 
}
#navwrapper li a { 
	list-style:none; 
	display:block; 
	height:25px; 
	width:130px; 
	background-position:center center; 
}
#navwrapper li a:hover span { 
	display: block; 
	position: relative; 
	height:25px; 
	width:130px; 
	background-position:center bottom; 
}




/* Main Menu */
#navwrapper li#home a { 
	background-image:url(images/buttons/home.gif); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:80px;
}
#navwrapper li#options a { 
	background-image:url(images/buttons/options.gif); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:138px;
}
#navwrapper li#mistakes a { 
	background-image:url(images/buttons/mistakes.gif); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:170px;
}
#navwrapper li#traps a { 
	background-image:url(images/buttons/traps.gif);
	background-repeat: no-repeat;
	background-position: center bottom; 
	width:147px;
}
#navwrapper li#short a { 
	background-image:url(images/buttons/short.gif);
	background-repeat: no-repeat;
	background-position: center bottom; 
	width:170px;
}
#navwrapper li#start a { 
	background-image:url(images/buttons/start.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:115px;
}
#navwrapper li#home a:hover span { 
	background-image:url(images/buttons/home-h.gif); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:80px;
}
#navwrapper li#options a:hover span { 
	background-image:url(images/buttons/options-h.gif); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:138px;
}
#navwrapper li#mistakes a:hover span { 
	background-image:url(images/buttons/mistakes-h.gif); 
	background-repeat: no-repeat;
	background-position: center bottom;
	width:170px;
}
#navwrapper li#traps a:hover span { 
	background-image:url(images/buttons/traps-h.gif);
	background-repeat: no-repeat;
	background-position: center bottom; 
	width:147px;
}
#navwrapper li#short a:hover span { 
	background-image:url(images/buttons/short-h.gif);
	background-repeat: no-repeat;
	background-position: center bottom; 
	width:170px;
}
#navwrapper li#start a:hover span { 
	background-image:url(images/buttons/start-h.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width:115px;
}