.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF9900;
	background-color: #333333;
}
td.menuItem {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #4B4B4B;
	background-image:   url(html/pictures/button.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 24px;
	width: 120px;
	color: #999999;
	text-decoration:none;
	font-weight:bold;
	text-align: center;
	vertical-align: middle;

}

body.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #4B4B4B;

}


a.menuItem {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image:   url(html/pictures/button.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 24px;
	width: 120px;
	color: #FF9900;
	text-decoration:none;
	text-align: center;
	vertical-align: middle;

}

a.menuItem:hover {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image:   url(html/pictures/button.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	height: 24px;
	width: 120px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	text-indent:0;
	
	text-align: center;

}
.menuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;

}

a.menuLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: underline;

}

a.menuLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-decoration: underline;

}
