/**************************/
/************************0168b2**/

#menu-top {
	/*	background: transparent url('images/bg02-white-right.png') no-repeat right top; */
	
	width:100%;
	border:none;
	background-color:transparent;
	color:#ffffff;
	font-size:12pt;
	text-align:center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	padding-top:135px;

}

#menu-top ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	text-align:center;
	width:100%;
	background-color:transparent;
		background-image: url(http://suttonmaddock.co.uk/templates/on-no-its-a-mac/images/menuright-end.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu-top li {
	display: inline;
	float: left;
	text-align:center;
}

#menu-top a  {
	float: left;
	background:url(http://suttonmaddock.co.uk/templates/on-no-its-a-mac/images/menuleft.png) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	line-height: 1.5em;
color:white;
}

.menu-sibling a span {
	background: transparent url(http://suttonmaddock.co.uk/templates/on-no-its-a-mac/images/menuright.png) no-repeat right top;
	padding:6px 15px 4px 6px;
	margin:0px;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a:hover,#menu-top li.menu-current a, .menu-sibling-menu-last a, .menu-current-menu-last a, .menu-current-menu-last a span, 
 #menu-top .menu-current-menu-last a
/* current tab */
{ background-position:0% -42px; background-color:#97bf0d;
	float: left;
	background:url(http://suttonmaddock.co.uk/templates/on-no-its-a-mac/images/menuleft-g.png) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	line-height: 1.5em;
color:white;

}

#menu-top a:hover span, #menu-top li.menu-current a span /* current tab */
{	
background-position:100% -42px; background-color:rgb(139,197,63);
	background: transparent url(http://suttonmaddock.co.uk/templates/on-no-its-a-mac/images/menuright-g.png) no-repeat right top;
	padding:6px 15px 4px 6px;
	display: block;
	float: left;
	margin:0px;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	
}

.menu-sibling-menu-last a span {
	background: transparent url(http://suttonmaddock.co.uk/templates/on-no-its-a-mac/images/menuright-end.png) no-repeat right top;
	padding:6px 15px 4px 6px;
	margin:0px;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top .menu-sibling-menu-last a:hover span, #menu-top .menu-sibling-menu-last a:hover span,#menu-top .menu-current-menu-last a span, #menu-top .menu-current-menu-last a:hover a span, #menu-top .menu-sibling-menu-last a:hover span 
{	
background-position:100% -42px; background-color:rgb(139,197,63);
	background: transparent url(http://suttonmaddock.co.uk/templates/on-no-its-a-mac/images/menuright-g-end.png) no-repeat right top;
	padding:6px 15px 4px 6px;
	display: block;
	float: left;
	margin:0px;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
}


