﻿/* 1 Level */
.pMenu
{
	height: 5px;
}
.pMainMenu
{
	vertical-align: middle;
	text-align: center;
	font-family: Helvetica;
	font-size: 11px;
	text-indent: 20px;
	width: 100px;
	height: 20px;
	white-space: nowrap;
}
.pMainMenuOff, pMainMenuOn
{
	font-size: 13px;
	text-align: center;
	width: 120px;
	height: 20px;
	white-space: nowrap;
	padding-top: 5px;
}
/*.topmenu_bg
{
	background-image: url(images/topmenu_bg.jpg);
	width: 3px;
	height: 3px;
	background-repeat: repeat-x;
}*/
.pMainMenuOff a:link
{
	font: bold 11px helvetica;
	text-transform: none;
	width: 100px;
	height: 20px;
	color: #595959;
	text-indent: 2px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.pMainMenuOff a:hover
{
	font: bold 11px helvetica;
	text-transform: none;
	width: 100px;
	height: 20px;
	color: #40a33d;
	text-indent: 2px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
/*.pMainMenuOn a:link
{
	font: bold 11px helvetica;
	text-transform: none;
	width: 100px;
	height: 30px;
	color: white;
	text-indent: 2px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.pMainMenuOn a:hover
{
	font: bold 11px helvetica;
	text-transform: none;
	text-decoration: underline;
	width: 100px;
	height: 30px;
	color: #40a33d;
	text-indent: 2px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}*/

.pMainMenuOn a:active
{
	font: bold 24px helvetica;
	text-transform: none;
	width: 100px;
	height: 30px;
	color: #40a33d;
	text-indent: 2px;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
}
.pMainMenuOn a:visited
{
	background-color: Black;
}

.menuline
{
	/*	background-image: url(images/menuline.jpg); 	background-repeat: no-repeat; 	background-position:top left;*/
	width: 3px;
	padding-top: 5px;
}

/* 2 Level */
.pSubMenu
{
	background-repeat: repeat-x;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	height: 5px;
	font-family: Helvetica;
	font-size: 11px;
	margin-top: 0px;
}

.pSubMenu table td
{
	color: #000000;
	text-align: center;
	vertical-align: middle;
	height: 10px;
}

.pSubMenuOff, SubMenuOn
{
	height: 10px;
	padding: 0px 5px 0px 5px;
}
.pSubMenuOff a
{
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.pSubMenuOff a:hover
{
	color: #000000; /*font-weight: bold;*/
	text-decoration: underline;
}
.pSubMenuOn a
{
	color: #a01f1e;
	font-weight: bold;
	text-decoration: none;
}
.pSubMenuOn a:hover
{
	color: #000000; /*font-weight: bold;*/
	text-decoration: none;
	text-decoration: underline;
}
#ubMainMenu
{
	vertical-align: middle;
	text-align: center;
	font-family: Helvetica;
	font-size: 11px;
	text-indent: 20px;
}





