﻿/*************************************/
/*****mainNav************************/
.mainNav
{
	background-color: White;
}
.mainNav .menu
{
}
.mainNav .menu a
{
	text-decoration: none;
}
.mainNav .menu .menuItemL1
{
	/*background-color: set by 'section' css;*/ /*color: set by 'section' css;*/
	border-bottom: 1px solid white;
	height: 33px;
	line-height: 33px;
	padding-left: 10px;
	padding-right:10px;
}
.mainNav .menu .menuItemL1 a
{
	/*color: set by 'section' css;*/
	margin-left: 5px;
}
.mainNav .menu .menuItemL1_selected
{
	background-color: White;
	color: #84A445;
	font-weight: bold;
}
.mainNav .menu .menuItemL2
{
	background-color: White;
	border-bottom: 1px solid white;
	padding-left: 20px;
	padding-right:10px;
	border: 1px solid white;
}
.mainNav .menu .menuItemL2_selected
{
	font-weight: bold;
	line-height: 1em;
}
.mainNav .menu .menuItemL2 a
{
	margin-left: 5px;
	/*color: inherit;*/
	font-size: medium;
}

.mainNav .menu .menuItemL3
{
	background-color: White;
	border-bottom: 1px solid white;
	padding-left: 30px;
	padding-right:10px;
	border: 1px solid white;
}
.mainNav .menu .menuItemL3 a
{
	margin-left: 5px;
	color: inherit;
}
.mainNav .menu .menuItemL3_selected
{
	font-weight: bold;
}
.mainNav .menu .dArrow
{
	width: 10px;
	height: 10px;
	margin-top: 3px;
	float: left;
	clear: left;
}

/*****mainNav************************/
/*************************************/
