.menuLinkItem
{
	font-family: Tahoma;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #214A70;
}
.menuLinkItem:hover
{
	//color: #FFFFFF;
	color: #27AFC3;
}
.menuLinkCell
{
	
	background-image:url("images/web/buttons/btn_links_bg_normal.jpg");
	background-position: bottom center;
	background-repeat: repeat;
}
.menuLinkCell:Hover
{
	background-image:url("images/web/buttons/btn_links_bg_hover.jpg");
	background-position: bottom center;
	background-repeat: repeat;
}