/* The navigation Div*/
#p7TMnav  {
/*/*/background-color: #fff; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
color: #666;
font-size: 16px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
/*/*/color: #999999;
font-size: 15px;
background-color: #333333;
padding: 1px 8px 1px 32px;
text-decoration: none;
display: block;
border-bottom: 1px solid #FFFFFF; /* */
}

#p7TMnav div a:hover {
color: #CCCCCC;
background-color: #666666;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
color: #333333;
font-size: 13px;
background-color: #96A294;
border-bottom: 1px solid #FFFFFF;
padding: 1px 2px 1px 38px;
}
#p7TMnav div div a:hover {
color: #666666;
background-color: #CCCCCC;
}

/*The Link style for third-level menuitems and lower*/
#p7TMnav div div div a {
font-size: 13px;
color: #666666;
background-color: #A7B1A5;
padding: 1px 2px 1px 44px;
}

/*The Link style for fourth-level menuitems and lower*/
/*To set a specific style for the fifth level, add a div to the selector*/
/*Fifth-level example syntax: p7TMnav div div div div div a {declaration}*/
#p7TMnav div div div div a {
font-size: 11px;
background-color: transparent;
padding: 0px 2px 0px 50px;
}

/*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(/illustrations/menu/p7geo_plus.gif);
background-position: 0 50%;

}
.p7minusmark {
background-repeat: no-repeat;
background-image: url(/illustrations/menu/p7geo_minus.gif);
background-position: 0 50%;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
background-image:  none;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
a.p7currentmark {
font-weight: bold;
background-color: #E5BD84 !important;
color: #FFFFFF !important;
letter-spacing: 3px;
background-repeat: no-repeat;
background-image: url(/illustrations/menu/p7geo_here.gif);
background-position: 0 50%;
}
