/*
	Halotalk Cascading StyleSheet
	Designed by: Lewis Ainslie - http://www.shock.in
	Coded by: Lee Tomblin - http://www.3vo.co.uk

	Table of Contents:
		navigation
*/

/* navigation
----------------------------------------------- */

#navigation {
	font-family:Lucida Grande, Verdana, sans-serif;
	list-style:none;
	float:left;
	padding:0 0 0 81px; margin:0;}

#navigation li {
	float: left;}

#navigation li a {
	display:block;
	width:79px;
	height:41px;
	line-height:41px;
	font-size:11px;
	text-align:center;
	color:#fff;
	text-decoration:none;}

	#navigation li a:hover {
		background:url(imgs/menu_hover.gif) no-repeat;}
