/* $TopStyle:URL=http://www.sunderland.gov.uk/css/menu.css$ */

#menu { 
	margin: 0;
}

/* Remove bullets and indents */
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Colour backgrounds/borders */
#menu a{
	font: normal 0.8em arial, helvetica, sans-serif;
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 5px 3px 5px 10px;
	color: #000;
	background: #BADFF8; /* THE MAIN CELL COLOURS */
	text-decoration: none;
	/*height: 1%;*/
}

#menu a:hover {
	color: #fff;
	background: #3A627E; /* #FF9933; */
}

#menu li {
	/*position: relative;*/
}


/* Scroller */

#pscroller1{
width: 135px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: white;
font-size: x-small;
}

.someclass{ 
 /* class to apply to your scroller(s) if desired */
}