/* CSS Document */
.selected
{
	height:27px;
	background-image:url(../img/menu-mouseover.jpg);
	width:79;
	text-align:center;
	font-family:tahoma;
	font-size:8pt;
	
}

.unselected
{
	height:27px;
	background-image:url(../img/menu.jpg);
	width:79;
	text-align:center;
	font-family:tahoma;
	font-size:8pt;
	color:#006699;
	cursor:pointer;
	
}

