#navcontainer
{
	margin: 0;
	margin: 0 0 0 0;
}

#navcontainer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	font-weight:bold;
	font-size:11px;
	text-align: right;
}

#navcontainer LI
{
	display: block;
	margin: 0 0 -5px 0;
	padding: 5px 5px 0 0;
	afloat: left;
	width: 189px;
	height:27px;
	background-image:url(images/Guided_bt.jpg);
	background-repeat:no-repeat;
}
#navcontainer LI:hover
{
	background-image:url(imagesup/Guided_bt.jpg);
	
}
#navcontainer LI:active
{
	background-image:url(imagesup/Guided_bt.jpg);
	
}
#navcontainer #top
{
	display: block;
	margin: 0;
	padding: 48px 5px 0 0;
	afloat: left;
	width: auto;
	height:22px;
	background-image:url(images/Guided_bttop.jpg);
	background-repeat:no-repeat;
}
#navcontainer #top:hover
{
	display: block;
	margin: 0;
	padding: 48px 5px 0 0;
	afloat: left;
	width: auto;
	height:22px;
	background-image:url(imagesup/Guided_bttop.jpg);
	background-repeat:no-repeat;
}

#navcontainer a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: block;
	width:159px;
	height:19px;
	margin-left:30px
}
#navcontainer a:link {
	color: #8b8b8b;
	text-decoration:none;
}
#navcontainer a:visited {
	color: #8b8b8b;
	text-decoration:none;
}
#navcontainer a:hover {
	color: #fff;
	text-decoration:none;
}
#navcontainer a:active {
	color: #fff;
	text-decoration:none;
}

#guidecontainertop
{
	width:756px;
	height:58px;
	background-image:url(images/Guided_Centre_top.jpg);
	background-repeat:no-repeat;
	padding-left:40px;
	text-align:left;
}
#guidecontainermiddle
{
	width:716px;
	min-height:306px;
	background-image:url(images/Guided_Centre_middle.jpg);
	padding:0 40px 0 40px;
	text-align:left;
}
#guidecontainerbottom
{
	width:756px;
	height:46px;
	background-image:url(images/Guided_Centre_bottom.jpg);
	background-repeat:no-repeat;
	padding-left:40px;
	text-align:left;
}
