/*********** BEGIN MAIN NAVIGATION ******************/

#meetNav
{
	width: 512px;
	height: 40px;
	float: left;
	background: url(../images/meetVictoria/meetVNavOff.gif) no-repeat top left;
	margin: 0 auto;
	clear: both;
}

#meetNav ul
{
	display: block;
	float: none;
	list-style: none none;
	margin: 0 auto;
	width: 512px;
	height: 40px;
	padding: 0;
	margin-left: 0px;
}
#meetNav ul li
{
	display: block;
	float: left;
	height: 40px;
	clear: none;
}
#meetNav ul li a
{
	display: block;
	float: left;	
	height: 40px;
	text-decoration: none;
	text-indent: -1000em;
	overflow: hidden;
	margin: 0 auto;
	background-repeat: no-repeat;
}


li#navintroduction a
{
	width: 100px;
}

li#navabout a
{
	width: 111px;
}

li#navrecommends a
{
	width: 150px;
}

li#navmethod a
{
	width: 151px;
}


li#navintroduction a:hover, li#navintroduction.selected a
{
	background: transparent url(../images/meetVictoria/meetVNavOn.gif) 0px 0px no-repeat;
	width: 100px;
}
li#navabout a:hover, li#navabout.selected a
{
	background: transparent url(../images/meetVictoria/meetVNavOn.gif) -100px 0px no-repeat;
	width: 111px;
}
li#navrecommends a:hover, li#navrecommends.selected a
{
	background: transparent url(../images/meetVictoria/meetVNavOn.gif) -211px 0px no-repeat;
	width: 150px;
}
li#navmethod a:hover, li#navmethod.selected a
{
	background: transparent url(../images/meetVictoria/meetVNavOn.gif) -361px 0px no-repeat;
	width: 151px;
}


/************* END MAIN NAVIGATION ***********************/
