﻿.menu
{
	margin-top: 20px;
	margin-bottom: 20px;
}

.menu_left
{
	width: 4px;
	height: 28px;
	background-image: url(      'menu_left.png' );
}

.menu_right
{
	width: 4px;
	height: 31px;
	background-image: url(      'menu_right.png' );
}

.menu_seperator
{
	width: 2px;
	height: 31px;
	background-image: url(      'menu_seperator.png' );
}



.menu_td
{
	background-image: url(      'menu_bg.png' );
	text-align: center;
	vertical-align: middle;
}

.menu_alternative_td
{
	background-image: url(      'menu_alternative_bg.png' );
	text-align: center;
	vertical-align: middle;
}

.menu_td a, menu_alternative a
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	padding-right: 5px;
	padding-left: 5px;
}
