﻿.Main-Menu .Panel
{
	width:956px;
	height:36px;
}
.Button .MenuLevel1
{
	background:url(images/tab_top.png) no-repeat top center;
	text-align:center;
	height:36px;
}
.Button:hover .MenuLevel1, .Button-Selected .MenuLevel1, .Button-Selected:hover .MenuLevel1
{
	background:url(images/tab_top_hover.png) no-repeat top center;
	text-align:center;
	height:36px;
}
.Button .Left
{
	background:url(images/tab_top.png) no-repeat top left;
	height:36px;
}
.Button .Right
{
	background:url(images/tab_top.png) no-repeat top right;
	height:36px;
}
.Button:hover .Left
{
	background:url(images/tab_top_hover.png) no-repeat top left;
	height:36px;
}
.Button:hover .Right
{
	background:url(images/tab_top_hover.png) no-repeat top right;
	height:36px;
}
.Button .Left .Cell, .Button .Right .Cell
{
	width:10px;
	height:36px;
}
.MenuLevel2
{
	text-indent: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align:left;
}
.MenuLevel3
{
	text-indent: 20px;
	text-align:left;
}

.MenuLevel1Link:link {
	font-weight: bold;
	color:  #ffffff;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:visited {
	font-weight: bold;
	color:  #ffffff;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:active {
	font-weight: bold;
	color:  #000000;
	text-decoration: none;
	border: none;
}

.MenuLevel1Link:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.MenuLevel2Link {
	color: #666666;
	text-decoration: none;
	width: 100%;
	padding: 5px;
}

.MenuLevel2Link:hover {
	text-decoration: none;
	color: #000000;
}
