#topmenu{
	background: none;
	list-style:none;
	float:left;
	width:1025px;
	margin-bottom:25px;
}

#topbar {
	padding:0;
	margin:0;
}

#topbar li {
	float:left;
	display:inline;
	width:170px;
	text-align:center;
	padding-top:5px;
	background:url(images/nav_border.png) right no-repeat;
	color:#ddd;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	text-shadow: #000 0px 0px 10px;
}

#topbar li:hover {
	float:left;
	display:inline;
	width:170px;
	text-align:center;
	padding-top:2px;
	background:url(images/nav_border.png) right no-repeat;
	color:#ddd;
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	text-shadow: #000 0x 0px 5px;
}
	
