/* $TopStyle:URL=http://www.sunderland.gov.uk/css/menu.css$ */

#menuBar  {
	background:#F4AC1C;
	width:100%;
	height:20px;
	margin-top:2px;
	clear:both;
}

#subMenuBar  {
	background:#E67B29;
	width:100%;
	height:20px;
	margin-top:2px;
	clear:both;
}

#menuBar a, #subMenuBar a  {
	padding: 0px 8px 0px 8px;
	border-right:1px solid #000000;
	font-size:0.8em;
	text-decoration: none;
}

#subMenuBar a:hover  {
	color: #ffffff;
}

#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: #F4AC1C; /* THE MAIN CELL COLOURS */
	text-decoration: none;
	/* height: 1%; */
}

#menu a:hover {
	color: #fff;
	background: #E77723; /* #FF9933; */
}

#menu li {
	/*position: relative;*/
}

/* Scroller */

#pscroller1{
width: 135px;
height: 150px;
border: 1px solid black;
padding: 5px;
background-color: #ffffcc;
font-size: x-small;
}

.someclass{ 
 /* class to apply to your scroller(s) if desired */
}