﻿/*************************************/
/*****mainNav************************/
.mainNav
{
	background-color: White;
}
.mainNav .menu
{
	/*border: 1px solid white;*/
}

.mainNav .menu .menuItemL1
{
	font-weight: bolder;
	color: #27318b;
	background-color: #e9eaf3;
	text-decoration: none;
	height: 35px;
	border: 1px solid #c5c4df;
	margin-top: 5px;
}

.mainNav .menu .menuItemL1 .expanded
{
	background-color: #e2e1ef;
}

.mainNav .menu .menuItemL1 a
{
	color: #27318b;
	text-decoration: none;
	margin-left: 10px;
}

.mainNav .menu .menuItemL1 .expandable
{
	float: right;
}

.mainNav .menu .menuItemL1_selected
{
	background-color: #c5c4df;
	font-weight: bold;
}
.mainNav .menu .menuItemL2
{
	background-color: #c5c4df;
	padding-left: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
}
.mainNav .menu .menuItemL2_selected
{
	font-weight: bold;
	line-height: 1em;
	padding-left: 15px;
	background-image: url('../images/menu/selected_arrow.png');
	background-repeat: no-repeat;
}


.mainNav .menu .menuItemL2 a
{
	margin-left: 0px;
	color: #a29200;
}

.mainNav .menu .menuItemL3
{
	background-color: #c5c4df;
	padding-left: 10px;
	padding-right: 10px;
}
.mainNav .menu .menuItemL3 a
{
	color: #a29200;
}
.mainNav .menu .menuItemL3_selected
{
	font-weight: bold;
}
.mainNav .menu .dArrow
{
	float: right;
}

/*****mainNav************************/
/*************************************/
