/*
** Side menu formatted menu pages styles
*/

#copy {
  width: 477px;
}

#titleImageContainer {
	width: 217px;
	height: 34px;
	padding: 15px 0px 34px 0px;
}

#titleImage {
	position: static;
}

#sideMenuInner {
	padding: 0px 23px 75px 28px;
	width: 207px;
	min-height: 555px;
}

#sideMenu {
	float: right;
	padding-bottom: 14px;
	margin-bottom: -13px;
}

#sideMenu a {
	display: block;
	margin-bottom: 9px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#sideMenu .current {
	padding-left: 6px;
	background: url(../images/menu-current.png) center left no-repeat;
}

#sideMenu a:link, #sideMenu a:visited {
	color: #fff;
}
#sideMenu a:hover {
	color: #f0b45d;
}

#phone {
	position: absolute;
	bottom: 0px;
	right: 0px;
	float: none;
	margin: 0px;
	width: 246px;
	/*height: 82px;
	background: url(../images/phone-sidemenu-nz.png) top left no-repeat;*/
	height: 0px;
}