#nav {width:120px;
	height:34px;
	margin:0;}
#nav ul {margin:0;
	padding:0;
	}
#nav li {list-style:none;
	float:left;
	margin:0;
	text-align:center;
	line-height:34px;
	}
#nav a{font-family:"Century Gothic";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	}
#nav a:hover{font-family:"Century Gothic";
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background:#555555;
	}