.Level0Header
{
	font-size: 12px;
	font-weight: bold;
	color: #030C7C;
	font-family: verdana;
	padding-bottom:0px;
	margin-bottom:0px;
	padding-left:10px;
}
.Level1Cell
{
	border-top: solid 2px #990000;
	text-align: right;
	margin-top:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}

.Level1TabGroup
{
	cursor: default;
	height: 15px;
	margin-top:0px;
	padding-top: 0px;
}

.Level1Tab
{
	border-top: #990000 1px solid;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
	color: Black;
	font-family: verdana;
}

.Level1TabOver
{
	border-top: #990000 1px solid;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
	color: black;
	font-family: verdana;
	background-color: #cccccc;
}

.Level1TabSelected
{
	border-top: #990000 1px solid;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	cursor: hand;
	color: white;
	font-family: verdana;
	background-color: #030C7C;
}

.Level1TabSelectedOver
{
	border-top: #990000 1px solid;
	border-right: #990000 1px solid;
	border-left: #990000 1px solid;
	border-bottom: #990000 1px solid;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 10px;
	font-weight: bold;
	color: white;
	font-family: verdana;
	background-color: #030C7C;
}

.Level2Cell
{
	background-color: #cccccc;
	border-bottom: #999999 1px solid;
}

.Level2TabGroup
{
	cursor: default;
	height: 23px;
	background-color: #cccccc;
}

.Level2Tab
{
	border-left: #cccccc 1px solid;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	cursor: hand;
	font-family: verdana;
}

.Level2TabOver
{
	border-left: white 1px solid;
	border-right: #999999 1px solid;
	border-top: white 1px solid;
	border-bottom: #999999 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	cursor: hand;
	font-family: verdana;
}

.Level2TabSelected
{
	border-left: #999999 1px solid;
	border-right: white 1px solid;
	border-top: #999999 1px solid;
	border-bottom: white 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	cursor: default;
	font-family: verdana;
	background-color: white;
}

.Level2TabSelectedOver
{
	border-left: #999999 1px solid;
	border-right: white 1px solid;
	border-top: #999999 1px solid;
	border-bottom: white 1px solid;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 10px;
	cursor: default;
	font-family: verdana;
	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;
}