@charset "UTF-8";
#navcontainer
{
	width: 90%;
	padding-right: 0;
	padding-left: 0;
	margin-top: 10px;
	margin-left: 10px;
}

ul#sidenav
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
}

ul#sidenav li
{
	display: block;
	padding: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

ul#sidenav li a
{
	display: block;
	color: #0066CC;
	text-decoration: none;
	width: 160px;
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; /*--z-index allows the popup to tuck underneath the nav--*/
	list-style: none;
	padding: 5px 5px 0px 20px;
	text-align: left;
	background: url(http://www.torbaytowncentrescompany.co.uk/images/bulletlight.jpg) no-repeat left bottom;
}

#navcontainer>ul#sidenav li a { width: auto; }

ul#sidenav li#active a
{
	color: #3338CC;
	text-decoration: none;
	background: url(http://www.torbaytowncentrescompany.co.uk/images/bulletdark.jpg) no-repeat left bottom;
	font-weight: bold;
}

ul#sidenav li a:hover, ul#navlist li#active a:hover
{
	color: #3338CC;
	background: url(../images/bulletdark.jpg) no-repeat left bottom;
	font-weight: bold;
}

