#fbot {
height: 49px;
width: 100%;
background: #d1d1d1 url('../img/bg/heading-bg.jpg') repeat-x;
}

.xmenu {
height: 40px;
border: 1px solid gray;
background: #d1d1d1 url('../img/bg/heading-bg.jpg') repeat-x;
font-size: 11px; font-family: Tahoma;
line-height: 12px;
font-weight: bold;
}
/*.xmenu {
display:inline;
}*/
.xmenu a {
text-align: center;
/*float:left;*/
display:block;
/*margin: 0 10px 0;*/
width: 100px;
height: 39px;
border: 1px solid gray;
background: #ccff00 url('../img/bg/menu-bg1.jpg') repeat-x;
	text-decoration: none;
color: white;
}
.xmenu a:hover {
background-position:0% 2px;
color: #ffff00;
line-height: 11px;
}

