.divMenuBtn
{
	float: left;
	height: 21px;
	width: 110px;
	text-align: center;
	background-image: url("../img/tab.png");
	margin-left: 5px;
	font-family: "Trebuchet MS";
	font-variant: small-caps;
	font-weight: bold;
	font-size: 14px;		
	line-height: 22px;
	color: #666666;
	text-decoration: none;
	cursor: pointer;
}

.divMenuBtnHover
{
	float: left;
	height: 21px;
	width: 110px;
	text-align: center;
	background-image: url("../img/tab.png");
	margin-left: 5px;
	font-family: "Trebuchet MS";
	font-variant: small-caps;
	font-weight: bold;
	font-size: 15px;		
	line-height: 22px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.divMenuBtnSel
{
	float: left;
	height: 21px;
	width: 110px;
	text-align: center;
	background-image: url("../img/tab_selected.png");
	margin-left: 5px;
	font-family: "Trebuchet MS";
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;		
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}