﻿.menuText_Level1, .menuText_Level1 a
{
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	color: White;
	background-color: #5386BC; 
}
.menuText_Level1_Selected, .menuText_Level1_Selected a
{
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 10pt;
	text-decoration: none;
	color: White;
	background-color: #a9c3de;
}

.menuParent_Outer, .menuParent_Outer_Expandable
{
	margin: 2px 3px 0px 3px; 
	background-color: #a9c3de; 
	min-height: 24px
}
.menuParent_Outer_Expandable 
{
	cursor: pointer;
}
.menuItem_Outer
{
	margin: 2px 3px 0px 18px; 
	background-color: #5386BC;
	min-height: 24px
}

.menuFloaty 
{
	height: 24px;
	width: 1px;
	float: left;
}

.menuParent_Inner , .menuParent_InnerSelected
{
	margin-left: 15px; 
	padding-left: 4px; 
	padding-top: 2px;
	padding=bottom: 2px;
	background-color: #5386BC; 
	min-height: 24px;
	height: 100%;
	vertical-align: middle;
}
.menuParent_InnerSelected 
{
	background-color: #a9c3de; 
}
