﻿/* 1 Level */
.Menu
{
	vertical-align: middle;
	color: White;
	width: 100%;
	text-align: center;
}
.Menu td
{
	vertical-align: middle;
	color: #595959;
	text-align: center;
}
.MenuTabLeftOff
{
	/* height: 34px;*/
	width: 10px;
	background-image: url(Images/left_off.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.MenuTabCenterOff
{
	/* height: 34px;*/
	background-image: url( Images/center_off.jpg);
	background-repeat: repeat-x;
}
.MenuTabCenterOff a
{
	color: #595959;
	text-decoration: none;
	text-align: center;
	vertical-align: middle; /* height: 34px;*/
}
.MenuTabRightOff
{
	/* height: 34px;*/
	width: 11px;
	background-image: url(Images/right_off.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.MenuTabLeftOn
{
	/* height: 34px;*/
	width: 9px;
	background-image: url(Images/left_on.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.MenuTabCenterOn
{
	/* height: 34px;*/
	background-image: url(Images/center_on.jpg);
	background-repeat: repeat-x;
}
.MenuTabCenterOn a
{
	color: #595959;
	text-decoration: none;
	text-align: center;
	vertical-align: middle; /* height: 34px;*/
}
.MenuTabRightOn
{
	/* height: 34px;*/
	width: 9px;
	background-image: url(Images/right_on.jpg);
	background-repeat: no-repeat;
	background-position: left;
}


/* 2 Level */
.SubMenu
{
	background-image: url(Images/submenu_off.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #595959;
	text-decoration: none;
	text-align: center;
	vertical-align: middle; /* height: 34px;*/
}
.SubMenu a
{
	color: #595959;
	text-decoration: none;
	text-align: center;
	vertical-align: middle; /* height: 34px;*/
	padding: 0px 10px 0px 10px;
}
.SubMenuOn
{
	/* height: 34px;*/
	background-image: url(Images/submenu_on.jpg);
	background-repeat: repeat-x;
}
.SubMenuOff:hover
{
	/* height: 34px;*/
	background-image: url(Images/submenu_on.jpg);
	background-repeat: repeat-x;
}

.SubMenuOff
{
	/* height: 34px;*/
}
.SubMenuOff a
{
	color: #595959;
	text-decoration: none;
	text-align: center;
	vertical-align: middle; /* height: 34px;*/
	padding: 0px 10px 0px 10px;
}

/* 3 Level */
.LastMenuLeft
{
	background-image: url(Images/menubottomleft.jpg);
	background-repeat: no-repeat;
	background-position: right; /* height: 34px;*/
	width: 6px;
}
.LastMenuCenter
{
	background-image: url(Images/MenuBottomCenter.jpg);
	background-repeat: repeat-x; /* height: 34px;*/
	background-position: top;
}
.LastMenuCenter td
{
	padding-left: 3px;
	padding-right: 3px;
}
.LastMenuCenterOn
{
	background-image: url(Images/MenuBottomCenter.jpg);
	background-repeat: repeat-x; /* height: 34px;*/
	background-position: top;
}
.LastMenuCenterOff
{
	background-image: url(Images/MenuBottomCenter.jpg);
	background-repeat: repeat-x; /* height: 34px;*/
	background-position: top;
}
.LastMenuCenterOn a
{
	font-weight: bolder;
	color: Yellow;
}
.LastMenuCenterOn a:hover
{
	font-weight: bolder;
	color: Yellow;
}
.LastMenuCenterOff a:hover
{
	color: Yellow;
}

.LastMenuRight
{
	background-image: url(Images/menubottomright.jpg);
	background-repeat: no-repeat;
	background-position: left; /* height: 34px;*/
	width: 6px;
}
