#bbox {
	float: right;
	text-align: center;
	display: inline;
	padding: 5px;
}

#mail a:link, #mail a:visited {
	display: block;
	width: 86px;
	height: 35px;
	background: url("../buttons/mail-w.gif") top left no-repeat;
	}
	
#mail a:hover {
	display: block;
	width: 86px;
	height: 35px;
	background: url("../buttons/mail-t.gif") top left no-repeat;
	}	


#green a:link, #green a:visited {
	display: block;
	width: 125px;
	height: 23px;
	background: url("../buttons/greenlt.jpg") top left no-repeat;
	color: #000;
	padding: 0.2em 0 0 0;
	margin: 0,2em 0 0 0;
	text-align: center;
	font-size: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#green a:hover {
	background: url("../buttons/greendk.jpg") top left no-repeat;
	}

#greensm a:link, #greensm a:visited {
	display: block;
	width: 125px;
	height: 23px;
	background: url("../buttons/greenlt.jpg") top left no-repeat;
	color: #000;
	padding: 0.4em 0 0 0;
	margin: 0,4em 0 0 0;
	text-align: center;
	font-size: 0.71em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#greensm a:hover {
	background: url("../buttons/greendk.jpg") top left no-repeat;
	}
	
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.90em;
	text-align: center;
	background-color: #D6B55A;
	padding: 10px 0 10px 0;
	border-top:  1px solid #333;
	border-bottom:  1px solid #333;
}


#navbar td {
	background-image: url(../images/button.gif);
	background-repeat: no-repeat;
	background-position: 1px 0;
	text-align: center;
	width: 101px;
	height: 30px;
}
#navbar a:link, #navbar a:visited {
	color: #FFF;
	text-decoration: none;
}
#navbar a:hover {
	color: #D6B55A;
	text-decoration: none;
}

#menu {
	font:  1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#menu td a:link, #menu td a:visited {
	display: block;
	height: 36px;
	width: 200px;
	padding: 10px 0 0 38px;
	text-decoration: none;
	background: url(../buttons/buttondk.jpg) top left no-repeat;
	text-align: left;
	color: #000;
}

#menu td a:hover {
	background:  url(../buttons/buttonlt.jpg) top left no-repeat;
	color: #33CCFF; 
}
