.Level1Cell
{
	border-bottom: #b89a48 1px solid;
	border-top: #ffffff 1px solid;
	background-color: #dccda5;
}

.Level1TabGroup
{
	border-right: #dccda5 1px solid;
	border-left: #dccda5 5px solid;
	cursor: default;
	height: 25px;
	background-color: #dccda5;
}

.Level1Tab
{
	border-right: #dccda5 1px solid;
	padding-right: 8px;
	border-top: #dccda5 1px solid;
	padding-left: 8px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: #dccda5 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #dccda5 1px solid;
	font-family: verdana;
	position: relative;
	top: 1px;
}

.Level1TabOver
{
	border-right: #b89a48 1px solid;
	padding-right: 8px;
	border-top: white 1px solid;
	padding-left: 8px;
	font-size: 11px;
	padding-bottom: 2px;
	border-left: white 1px solid;
	cursor: hand;
	color: black;
	padding-top: 2px;
	border-bottom: #b89a48 1px solid;
	font-family: verdana;
	position: relative;
	top: 1px;
}

.Level1TabSelected
{
	border-right: white 1px solid;
	padding-right: 8px;
	border-top: #b89a48 1px solid;
	padding-left: 8px;
	font-size: 11px;
	padding-bottom: 5px;
	border-left: #b89a48 1px solid;
	cursor: default;
	padding-top: 2px;
	border-bottom: #cccccc 1px solid;
	font-family: verdana;
	position: relative;
	top: 1px;
	background-color: #cccccc;
}

.Level1TabSelectedOver
{
	border-right: white 1px solid;
	padding-right: 8px;
	border-top: #b89a48 1px solid;
	padding-left: 8px;
	font-size: 11px;
	padding-bottom: 5px;
	border-left: #b89a48 1px solid;
	cursor: default;
	padding-top: 2px;
	border-bottom: #cccccc 1px solid;
	font-family: verdana;
	position: relative;
	top: 1px;
	background-color: #cccccc;
}


.Level2Cell
{
	background-color: #cccccc;
	border-bottom: #999999 1px solid;
}



/* Fast Menu  */


.Level2Cell
{
	background-color: #cccccc;
	padding:3px 10px 0px 10px;
   border-bottom: inset 1px darkgray;
}


.L2RootMenuGroup
{
   cursor:hand;
   padding-left: 4px;
}


.L2RootMenuItem
{
   font-size: 11px;
   padding: 3px 8px 4px 8px;
   border-top: #cccccc 1px solid;
   border-left: #cccccc 1px solid;
   border-right: #cccccc 1px solid;
}
.L2RootMenuItemHover
{
   font-size: 11px;
   padding: 3px 8px 4px 8px;
   color: #3333FF;
   border-top: #cccccc 1px solid;
   border-left: #cccccc 1px solid;
   border-right: #cccccc 1px solid;
}
.L2RootMenuItemActive
{
   font-size: 11px;
   padding: 3px 8px 4px 8px;
   color: maroon;
   border-top: #cccccc 1px solid;
   border-left: #cccccc 1px solid;
   border-right: #cccccc 1px solid;
}
.L2RootMenuItemSelected
{
   font-size: 11px;
   padding: 2px 8px 4px 8px;
   color: #3333FF;
   background-color: white;
   border-top: darkgray 1px solid;
   border-left: darkgray 1px solid;
   border-right: darkgray 1px solid;
   position:relative;
   top: 1px;
}

.L2SubMenuGroup
{
   width: 100px;
   background-color: white;
   cursor:hand;
   font-size: 11px;
   border: solid 1px darkgray;
}

.L2SubMenuItem
{
   font-size: 11px;
   padding: 3px;
   background-color: white;
}
.L2SubMenuItemHover
{
   font-size: 11px;
   padding: 3px;
   background-color: #CCCCFF;
}
.L2SubMenuItemActive
{
   font-size: 11px;
   padding: 3px;
   background-color: white;
}
.L2SubMenuItemSelected
{
   font-size: 11px;
   padding: 3px;
   background-color: #CCCCFF;
}



/* project portfolio menu Darren's original.  
John's nav in Terracon.css

.PPL2SubMenuGroup
{
   width: 100px;
   background-color: white;
   cursor:hand;
   font-size: 11px;
}

.PPL2SubMenuItem
{
   font-size: 11px;
   background-color: white;
}
.PPL2SubMenuItemHover
{
   font-size: 11px;
   background-color: #CCCCFF;
}
.PPL2SubMenuItemActive
{
   font-size: 11px;
   background-color: white;
}
.PPL2SubMenuItemSelected
{
   font-size: 11px;
   background-color: #CCCCFF;
}
*/





.Level2TabGroup
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 10px solid;
	cursor: default;
	height: 23px;
	background-color: #cccccc;
}

.Level2Tab
{
	border-right: #cccccc 1px solid;
	padding-right: 10px;
	border-top: #cccccc 1px solid;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: #cccccc 1px solid;
	cursor: hand;
	padding-top: 2px;
	border-bottom: #cccccc 1px solid;
	font-family: verdana;
	position: relative;
	top: 2px;
}

.Level2TabOver
{
	border-right: #999999 1px solid;
	padding-right: 10px;
	border-top: white 1px solid;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 2px;
	border-left: white 1px solid;
	cursor: hand;
	padding-top: 2px;
	border-bottom: #999999 1px solid;
	font-family: verdana;
	position: relative;
	top: 2px;
}

.Level2TabSelected
{
	border-right: white 1px solid;
	padding-right: 10px;
	border-top: #999999 1px solid;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 3px;
	border-left: #999999 1px solid;
	cursor: default;
	padding-top: 3px;
	border-bottom: white 1px solid;
	font-family: verdana;
	position: relative;
	top: 2px;
	background-color: white;
}

.Level2TabSelectedOver
{
	border-right: white 1px solid;
	padding-right: 10px;
	border-top: #999999 1px solid;
	padding-left: 10px;
	font-size: 10px;
	padding-bottom: 3px;
	border-left: #999999 1px solid;
	cursor: default;
	padding-top: 3px;
	border-bottom: white 1px solid;
	font-family: verdana;
	position: relative;
	top: 2px;
	background-color: white;
}


/* BreadCrumb Menu  */

.BreadCrumbs
{
   font-size: 11px;
   cursor: hand;
   font-family: Arial, Verdana;
}

.BreadCrumbs .MenuItem
{
   color: #21592C;
}

.BreadCrumbs .SelectedMenuItem
{
   color: black;
   text-decoration: underline;
}

.BreadCrumbs .MenuItemOver
{
   color: darkred;
   text-decoration: underline;
}

.BreadCrumbs .Separator
{
   padding-right: 3px;
   padding-left: 3px;
   color: gray;
   cursor:default;
}