/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	padding-top: 0px;
	padding-bottom: 0px;
}

#content #col-main div.ga-side-menu h3 {
	margin: 0 4px 0 8px;
	text-align: center;
	background: #473e3b;
	padding: 6px 0;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	width: 172px;

}

div.ga-side-menu {
	/* background: url(images/ga-side-menu-bkg.gif) no-repeat 0 100%; */
	width: 183px;
	font-family: Verdana, Arial, sans-serif;
	padding-bottom: 7px;
	margin-top: 8px;
	margin-bottom: 15px;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 12px 0;
	font-size: 12px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #5C923C;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5;
	width: 183px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/ga-side-menu-bkg.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	margin-left: 0px;
	/*  added to be able to proof on computer */
	text-align: left;
}



/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {

	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px; 
	/*/*/line-height: 1;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #629E3F;
	font-size: 11px;
	padding: 0;
	/*	background-image: url(ga-menuitem-top.gif);
	background-repeat: no-repeat;
	background-position: 0 2;  zzz */
	text-decoration: none;
}
#p7TMnav div a:visited {
	color: #6ea452;
}
#p7TMnav div a:hover {
	color: #66CC00;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
   display: block;
font-family: Arial, Verdana,  sans-serif;
	font-size: 10px;
	color: #473e3b;
	text-decoration: none;
	/*/*/line-height: 1;
	margin-left: 10px;
	padding: 0 0 0 10px;
	background: url(images/ga-bullet-sml.gif) 0 1px no-repeat;
}

#p7TMnav div div a:visited {
	color: #473e3b;
}

#p7TMnav div div a:hover {
	color: #66CC00;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 10px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/


/* trying to get background on the level 1 items*/



#p7TMnav .level1 {
	background-image: url(images/level1-bck.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 168px;
	display:block;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 3px 0 3px 3px;
}
.p7plusmark {
	color: #6ea452;
	line-height: 0.95;
	padding: 5px 0 4px 15px !important;
	display: block;
	background-image: url(images/p7t_plus.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}
.p7minusmark {
	color: #6ea452;
	line-height: 0.95;
	padding: 5px 0 4px 15px !important;
	display: block;
	background-image: url(images/p7t_minus.gif);
	background-repeat: no-repeat;
	background-position: 1px 7px;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
/*	padding: 0 0 0 20px !important; */
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	text-transform: none;
	color: #997440 !important;
}

