#nav1-con
{
	background-color: #aaa;
	background-image: url(/leisure/img/nav1/nav_1.gif);
	background-repeat: repeat-x;
}
#nav1-con ul {
	left: 54px;	
}
#nav1-con ul li {
	background-image: url(/leisure/img/nav1/nav_1.gif);
	background-repeat: no-repeat;
	text-transform:uppercase;
	}


#nav1-con ul li a:hover {
	color:#000;
	display:inline-block;
	height:25px;
	text-align:center;
	width:141px;
	background-image: url(/leisure/img/nav1/nav_1.gif);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}

#nav1-con ul li:hover {
	float:left;
	text-align:center;
	background-image: url(/leisure/img/nav1/nav_1.gif);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}



/*.left-nav ul li a
{
     color: #847d8b;
}*/

.left-nav ul li a
{
     color: #000000;
}

.left-nav ul li a:hover
{
     color: #3e0841;
}

/*.left-nav ul li a:visited
{
     color: #69166e;
}*/