﻿
/* NAV bar - Main (Orange) Links */
.level2menutitlelink
{
	color: white; 
	font-family: arial; 
	font-size: 11px;
	font-weight:600;
	line-height: 14px; 
	white-space: nowrap;
}

a.level2menutitlelink:link, a.level2menutitlelink:visited     
{
	color: white; 
	font-family: arial; 
	font-size: 11px; 
	font-weight:600;
	line-height: 14px; 
	text-decoration: none;
}

a.level2menutitlelink:active, a.level2menutitlelink:hover   
{
	color: #CAC3BF;
	font-family: arial; 
	font-size: 11px; 
	font-weight:600;
	line-height: 14px; 	
	text-decoration: none;
}

.TopLevel2MenuGroup
{ 
	font-size: 10px; 
/*	font-weight:bold; */
	color: White;
	cursor:default; 
	text-align: left;
}

/*NAV Bar links - Level 2 */
/* OLD - font-size:10px; */
.TopLevel2MenuSelectedItem
{
	font-size:11px; 
	font-family:Arial;
/*	font-weight:bold; */
	cursor: pointer;
    text-decoration:none;
    color: White;
}

.TopLevel2MenuSelectedItemHover 
{
	font-size:11px; 
	font-family:Arial;
/*	font-weight:bold; */
	cursor: pointer;
    text-decoration:none;
    color: White;
}

.TopLevel2MenuSelectedItemActive 
{
	font-size:11px; 
	font-family:Arial;
/*	font-weight:bold; */
	cursor: pointer;
    text-decoration:none;
    color: White;
}

.TopLevel2MenuItem
{
	font-size:11px; 
	font-family:Arial;
/*	font-weight:bold; */
	cursor: pointer;
    text-decoration:none;
/*  color: #CAC3BF; */
/*  color: Black;     */
	color: #363636;
}

.TopLevel2MenuItemHover 
{
	font-size: 11px; 
	font-family: Arial;
/*	font-weight:bold; */
	cursor: pointer;
    text-decoration:none;
	color: White;
}

.TopLevel2MenuItemActive 
{
	font-size: 11px; 
	font-family: Arial;
/*	font-weight:bold; */
	cursor: pointer;
    text-decoration:none;
    color: White;
}