/* SOUL PATH ASTROLOGY - NAVIGATION LINKS */
#nav
{
	float: left;
	margin: 0;
	margin-top: 184px; margin-left: 110px;
	_margin-left: 55px;
	padding: 0;
	list-style: none;
}

#nav a
{
	float: left;
	display: block;
	text-decoration: none;
}

#nav li
{
	cursor: pointer;
	float: left;
	margin: 0; padding: 0;
}

#n-about
{
	width: 85px; height: 28px;
}
	
#n-about:hover
{
	background: url(../images/AboutMe.png) no-repeat left;
}

#n-astrology
{
	width: 153px; height: 28px;
}

#n-astrology:hover
{
	background: url(../images/SoulPathAstrology.png) no-repeat left;
}

#n-hypnosis
{
	width: 83px; height: 28px;
}

#n-hypnosis:hover
{
	background: url(../images/Hypnosis.png) no-repeat left;		
}

#n-links
{
	width: 54px; height: 28px;
}

#n-links:hover
{
	background: url(../images/Links.png) no-repeat left;		
}

#n-products
{
	width: 80px; height: 28px;
}

#n-products:hover
{
	background: url(../images/Products.png) no-repeat left;
}

#n-home
{
	width: 30px; height: 28px;
}

#n-home:hover
{
	background: url(../images/Home.png) no-repeat left;
}


