html {
	overflow-y: scroll;
}
ul{
	list-style:none;
	margin-left: 0px;
	margin-right: 15px;
	text-align: left;
}
body {
	background-color: #B6B9E2;
	font-family: Times New Roman, serif;
}
.menuitem {
	width: 700px;
	margin-top: 10px;
}
.menuitem A:link, .menuitem A:visited , .menuitem A:active{
	padding-top: 8px;
	margin-bottom: 0px;
	display: block; 
	width: 144px;
  	height: 35px;
	background-image: url(http://sunshinelandscapinginc.com/Buttons/notover.png); 
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	font-weight: 700;
}
.menuitem A:hover {
	padding-top: 8px;
	margin-bottom: 0px;
	display: block; 
	width: 144px;
  	height: 35px;
	background-image: url(http://sunshinelandscapinginc.com/Buttons/over.png);
	background-repeat: no-repeat;
	text-decoration: none;
}

a {
	font-size: 14pt;
	text-decoration: none;
	color: #362E9E;
}
