/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/one_page.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* styling specific to non-IE browsers*/

.menu ul li a, .menu ul li a:visited {
	text-align:center; 
	text-decoration:none; 
	color:#4c0203; 
	background: url(images/loc-bg.jpg) repeat;
	border-right:1px solid #FFF;
	padding: 0px 31px 0px;
	display:block; 
	height:30px; 
	line-height:30px; 
	font-size:11px;
	}

