div, td, p
{
	height: auto;
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl 
{
	margin: 0 0 12px 0;
	display: block;
	/*/*/display: block; /* Hide from NN4 */
}
#p7TMctrl a:link 
{
	color: #FFFFFF;
}
#p7TMctrl a:visited 
{
	color: #FFFFFF;
}
#p7TMctrl a:hover 
{
}

/*Sets line-height of all menuitems*/
#p7TMnav 
{
	width: 161px;
	border-bottom-color: #666666;
	border-left-color: #666666;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #666666;
}

#p7TMnav div {
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(layout-01/mm-01.jpg);
	background-repeat: no-repeat;
	border-top-color: #7B857C;
	border-top-style: solid;
	border-top-width: 1px;
}
/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	padding-top: 0px;
	padding-bottom: 0px;
	border-left-color: #7B857C;
	border-left-style: solid;
	border-left-width: 3px;
	background-image: url(layout-01/mm-02.jpg);
	border-top-color: #94A293;
	padding-left: 0px;
}

#p7TMnav div div div 
{
	border-left-style: none;
	background-image: url(layout-01/mm-03.jpg);
	border-top-color: #A4AFA3;
	
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #000000;
	font-size: 11px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	text-decoration: none; /* */
	display: block;
	border-left-color: #596559;
	border-left-style: solid;
	border-left-width: 3px;
}
#p7TMnav div a:visited {
}

#p7TMnav div a:hover {
	color: #FFFFFF;
	background-color: #BDC6BD;
}

#p7TMnav div div a:hover {
	color: #FFFFFF;
	background-color: #D1D5D0;
}

#p7TMnav div div div  a:hover {
	color: #FFFFFF;
	background-color: #DFE3DD;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 10px;
	color: #333333;
	border-left-style: none;
	margin-left: 7px;
}

/*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;
	color: #666666;
	border-left-style: none;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark 
{
	background-repeat: no-repeat;
	background-image: url(layout-01/p7t_plus.gif);
	background-position: 2px 50%;
	padding: 2px 0px 2px 14px!important;
}
.p7minusmark 
{
	background-repeat: no-repeat;
	background-image: url(layout-01/p7t_minus.gif);
	background-position: 2px 50%;
	padding: 2px 0px 2px 14px!important;
}
.p7defmark 
{
	background-image:  none;
	padding: 2px 0px 2px 14px!important;
}
.p7currentmark {
	padding: 2px 0px 2px 14px!important;
	color: #EFBE73!important;
	background-image: url(layout-01/current.jpg);
	background-repeat: no-repeat;
}

