﻿div.menu
{
	width: 100px;
	height: 29px;
	float: left;
	position: relative;
	padding-left: 5px;
}
div.menu a
{
	background-image: url(../images/topnav.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 100px;
	height: 29px;
}
div.menu a:hover
{
	background-image: url(../images/topnav-roll.png);
}
div.smgreenbutton
{
	width: 120px;
	height: 26px;
	position: relative;
}
div.smgreenbutton a
{
	background-image: url(../images/bodynav.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	width: 120px;
	height: 26px;
}
div.smgreenbutton a:hover
{
	background-image: url(../images/bodynav-roll.png);
}