
.btn_StaticMenuItemStyle				{
	color: #CECECE; font-family:Calibri; font-size:11px;
	border:Solid 0px Gray;
	text-align:center; vertical-align:middle;
	height:20px;
	width:100px;
	background-image : url(../img/menu/btn_x1.png);
	background-repeat:no-repeat;
}

.btn_StaticMenuItemStyle A:link				{
background-image: none;
}

.btn_StaticMenuItemStyle A:visited				{
background-image: none;
}

.btn_StaticSelectedStyle				{
	color:#FF0000; font-family:Calibri; font-size:11px;
	border:Solid 0px blue;
	text-align:center; vertical-align:middle;
	background-image : url(../img/menu/btn_x1_s.png);
	background-repeat:no-repeat;
	height:20px;
	width:100px;
	
}

.btn_StaticHoverStyle					{
	color:#FF0000; font-family:Calibri; font-size:11px;
	border:Solid 0px red;
	text-align:center; vertical-align:middle;
	background-image : url(../img/menu/btn_x1.png);
	background-repeat:no-repeat;
	height:20px;
	width:100px;
	
}





.btn_StaticMenuItemStylex2				{
	color:#CECECE; font-family:Calibri; font-size:11px;
	border:Solid 0px Gray;
	text-align:center; vertical-align:middle;
	height:40px;
	width:100px;
	background-image : url(../img/menu/btn_x2.png);
	background-repeat:no-repeat;
}

.btn_StaticMenuItemStylex2 A:link				{
background-image: none;
}

.btn_StaticMenuItemStylex2 A:visited				{
background-image: none;
}

.btn_StaticHoverStylex2					{
	color:#FF0000; font-family:Calibri; font-size:11px;
	border:Solid 0px red;
	text-align:center; vertical-align:middle;
	background-image : url(../img/menu/btn_x2.png);
	background-repeat:no-repeat;
	height:40px;
	width:100px;	
}

.btn_StaticSelectedStylex2				{
	color:#FF0000; font-family:Calibri; font-size:11px;
	border:Solid 0px blue;
	text-align:center; vertical-align:middle;
	background-image : url(../img/menu/btn_x2_s.png);
	background-repeat:no-repeat;
	height:40px;
	width:100px;	
}