﻿td.menu_item_left
{
	background-image: url(../images/menu/menu_bg.jpg);
	background-repeat: repeat-x;
	text-decoration: none;
}
td.menu_item_right
{
	background-image: url(../images/menu/menu_bg.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
td.menu_item_left2
{
	background-image: url(../images/menu/menu_bg2.jpg);
	background-repeat: repeat-x;
	text-align: center;
}
td.menu_item_right2
{
	background-image: url(../images/menu/menu_bg2.jpg);
	background-repeat: repeat-x;
	text-align: left;
}
img.menu_item
{
	border-right: 3px outset;
	border-top: 3px outset;
	border-left: 3px outset;
	border-bottom: 3px outset;
}
img.menu_item2
{
	border: 0px;
}


a.menu_item
{
	font-weight: bold;
	font-size: 80%;
	color: #004978;
	text-decoration: none;
}

a.menu_item img
{
	border: 3px outset #b9c19d;
}

a.menu_item_active
{
	font-weight: bold;
	font-size: 80%;
	color: Red;
}
a.menu_item2
{
	color: White;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

