
/* Style of the Main MenuItemGroup table */
.NavigationMainMenu TABLE, .NavigationMainMenu DIV {
	height: 35px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
	table-layout: fixed;
	vertical-align: top;
}

.NavigationMainMenu TD{
	width: 124px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	border: none 0px #FFFFFF;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	table-layout: fixed;
}

.NavigationMainMenu A, .NavigationMainMenu A:visited{
	width: 120px;
	height: 35px;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	vertical-align: top;
}

.NavigationMainMenu A:hover{
	width: 120px;
	height: 35px;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
	line-height: 35px;
	text-decoration: none;
	vertical-align: top;
}

/* Style of the MainMenuItem (root) */
.NavigationMainMenuItem, .NavigationMainMenuItem SPAN, .NavigationMainMenuItem DIV{
	position: relative;
	width: 120px;
	height: 35px;
	text-align: center;
	vertical-align: top;
	background-image: url(images/ButtonMainMenu.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

/* Style of the MenuItemGroup table */
.NavigationMenu TABLE{
	width: 120px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	table-layout: fixed;
	border: 0px none #000000;
	background-color: Transparent;
	background-image: none;
}

.NavigationMenu TD {
	width: 120px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
	text-align: center;
	table-layout: fixed;
	border-bottom: 1px solid #EFDA25;
	border-right: 2px solid #96A1A7;
	background-color: #8CE036;
	background-image: none;
}

.NavigationMenu DIV {
	width: 120px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	cellpadding: 0px;
	cellspacing: 0px;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	border: 0px hidden #FFFFFF;
	background-color: Transparent;
	background-image: none;
}

.NavigationMenu A, .NavigationMenu A:visited{
	width: 120px;
	height: 20px;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

.NavigationMenu A:hover{
	width: 120px;
	height: 20px;
 	font-family: Arial;
 	font-weight: bold;
 	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

/* Style of the MenuItem */
.NavigationMenuItem SPAN, .NavigationMenuItem DIV{
	position: relative;
	width: 120px;
	max-height: 20px;
	text-align: center;
	line-height: 20px;
	background-color: transparent;
	background-image: none;
}

.NavigationMenuItemGroupVertical{
	position: relative; 
	top: -20px; 
	left: 118px;
	max-height: 0px;					/* prevents menu item to double size when opening the child group */
	background-color: transparent;
	background-image: none;
}

.NavigationMenuItemGroupHorizontal{
	position: relative; 
	top: -4px; 
	left: 0px; 
	max-height: 0px;					/* prevents menu item to double size when opening the child group */
	background-color: transparent;
	background-image: none;
}