﻿@charset "utf-8";
/* Default fixes */

#menuTab{
	width: 148px;
	height: 27px;
	background: url(/sitecollectionimages/core/menutop.png) no-repeat right bottom;
	margin: 0 auto;
	padding: 10px 0 0 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
#menuTab a{
	color: #ffffff;
}
#menuTab a:hover{
	color: #000000;
	text-decoration:none;
}
#zz1_CurrentNav{
	border: 4px solid #778e1d;
	border-right: none;
	margin:0;
	padding:0;
}
#zz1_CurrentNav .AspNet-Menu {
    border: 1px solid #afd02a;
    border-top:0;
    }
#zz1_CurrentNav ul, #zz1_CurrentNav ul li{
	list-style: none;
	font-size: 1em;
	padding:0;
	margin:0;
	position:relative;
}

#zz1_CurrentNav .AspNet-Menu-Leaf a{
	display: inline-block;
	min-height:22px;
	color:#fff;
	margin:0;
	font-size: 0.9em;
	width:139px;
	padding:0 1px 0px 10px;
}
#zz1_CurrentNav .AspNet-Menu li ul {
	BACKGROUND: url(/sitecollectionimages/core/bg/mainbg.gif) #fff;
}
#zz1_CurrentNav .AspNet-Menu-Leaf a{
	background: #72871c url(/sitecollectionimages/core/bg/mbg1.gif) no-repeat top left;
}
#zz1_CurrentNav .AspNet-Menu-Leaf a:hover, #zz1_CurrentNav .AspNet-Menu-Selected a{
	background: #4b5913 url(/sitecollectionimages/core/bg/mbg1-on.gif) no-repeat top left;
}
#zz1_CurrentNav .AspNet-Menu-Leaf li a{
	background: #72871c url(/sitecollectionimages/core/bg/mbg2.gif) no-repeat top left;
	color:#7E7E7E;
    font-weight:bold;
    padding-left:19px;
	width:127px;
}
#zz1_CurrentNav .AspNet-Menu-Leaf li a:hover{
	background: #4b5913 url(/sitecollectionimages/core/bg/mbg2.gif) no-repeat top left;
}
#zz1_CurrentNav .AspNet-Menu-Leaf li li a{
	font-weight:normal;
	padding:0 4px 0px 19px;
	background-color: #fff;
	background:none;
	width:127px;
}
#zz1_CurrentNav .AspNet-Menu-Leaf li li a:hover{
	background: #4b5913 url(/sitecollectionimages/core/bg/mbg2-on.gif) no-repeat top left;
	color:#fff;
}
#zz1_CurrentNav .AspNet-Menu-Leaf ul li li a{
	background: #fff;
}
#zz1_CurrentNav .AspNet-Menu-noarrow a{
	background: #72871c url(/sitecollectionimages/core/bg/mbg1-of.gif) no-repeat top left;
}
#zz1_CurrentNav .AspNet-Menu-noarrow a:hover{
	background: #72871c url(/sitecollectionimages/core/bg/mbg1-on-of.gif) no-repeat top left;
}

/******************* STUFF ADDED BELOW **************/
#zz1_CurrentNav a{
	display: block;
	line-height:20px;
} 

/* 1st level items */
#zz1_CurrentNav .AspNet-Menu-WithChildren a{
	background: #72871c url(/sitecollectionimages/core/bg/mbg1.gif) no-repeat top left;
	min-height:22px;
	color:#fff;
	margin:0;
	font-size: 0.9em;
	width:139px;
	padding:0 1px 0px 10px;
}  

#zz1_CurrentNav .AspNet-Menu .AspNet-Menu-Leaf a{
	background: #72871c url(/sitecollectionimages/core/bg/mbg1-of.gif) no-repeat top left;
}

#zz1_CurrentNav .AspNet-Menu .AspNet-Menu-Leaf a:hover,
#zz1_CurrentNav .AspNet-Menu .AspNet-Menu-Leaf a.AspNet-Menu-Selected {
	background: #72871c url(/sitecollectionimages/core/bg/mbg1-on-of.gif) no-repeat top left;
}
#zz1_CurrentNav ul .AspNet-Menu-WithChildren a:hover,
#zz1_CurrentNav ul .AspNet-Menu-WithChildren.AspNet-Menu-Selected a{
	background: #72871c url(/sitecollectionimages/core/bg/mbg1-on.gif) no-repeat top left;
}
/*open menu if child is selected*/
#zz1_CurrentNav ul li ul {
	display:none;
}
#zz1_CurrentNav ul li.AspNet-Menu-Selected ul,
#zz1_CurrentNav ul li.AspNet-Menu-ChildSelected ul,
#zz1_CurrentNav ul li.AspNet-Menu-MyChildSelected ul {
	display:block;
}
/* 2nd level items with children*/
#zz1_CurrentNav ul .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren a{
	background: #72871c url(/sitecollectionimages/core/bg/mbg2.gif) no-repeat top left;
	color:#7E7E7E;
    font-weight:bold;
    padding-left:19px;
	width:130px;
} 

#zz1_CurrentNav ul .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren a:hover,
#zz1_CurrentNav ul .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren.AspNet-Menu-Selected a{
	background: #72871c url(/sitecollectionimages/core/bg/mbg2.gif) no-repeat top left;
} 


/* 2nd level items without children*/
#zz1_CurrentNav .AspNet-Menu li ul .AspNet-Menu-Leaf a{
	background:transparent none repeat top left;
	color:#778e1d;
    font-weight:normal;
    padding-left:19px;
	width:130px;
}
#zz1_CurrentNav .AspNet-Menu li ul .AspNet-Menu-Leaf a:hover,
#zz1_CurrentNav .AspNet-Menu li ul .AspNet-Menu-Leaf a.AspNet-Menu-Selected {
	background: #FF7E02 url(/sitecollectionimages/core/bg/mbg2-on.gif) no-repeat top left;
	color:#fff;
}


/* 3rd level items */
#zz1_CurrentNav ul .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren ul li.AspNet-Menu-Leaf a{
	background:transparent none repeat top left;
	color:#778e1d;
    font-weight:normal;
    padding-left:19px;
	width:130px;
}

#zz1_CurrentNav ul .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren ul .AspNet-Menu-Leaf a:hover,
#zz1_CurrentNav ul .AspNet-Menu-WithChildren ul .AspNet-Menu-WithChildren ul .AspNet-Menu-Leaf a.AspNet-Menu-Selected{
	background: #FF7E02 url(/sitecollectionimages/core/bg/mbg2-on.gif) no-repeat top left;
	color:#fff;
}

/* subsite home with no children or pages: pages/specials */
#zz1_CurrentNav ul .AspNet-Menu-Leaf.AspNet-Menu-Selected a{
 background: #72871c url(/sitecollectionimages/core/bg/mbg1-on-of.gif) no-repeat top left;

