#p7TMnav {
width: auto;
position: relative;
margin-left: 6px;
}



/*Sets line-height of menuitems*/
#p7TMnav div {


}


#p7TMnav div div {
margin: 0;
width: 194px;
}



#p7TMnav div a, #p7TMnav div a:visited {
padding: 5px 0 5px 2px;
display: block;
background-color: #DED7C5;
color: #58595B;
text-decoration: none;
width: 192px;
text-align: left;
border-top: 1px solid #58595B;
}
#p7TMnav div a:hover {
background-color: #58595B;
color: #FFFFFF;
}
#p7TMnav div a.btmborder {
border-bottom: 1px solid #58595B;
border-collapse:collapse;
}
/*The Link styles for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
background-color: #DED7C5;
color: #666666;
font-size: 0.9em;
width: 182px;
padding: 2px 0 2px 12px;
border:0 none!important;
}


#p7TMnav div div a:hover {
color: #FFFFFF;
background-color: #333333;
}

/*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(../p7tm/p7t_plus.gif);
background-position: 8px 50%;
padding: 0 0 0 12px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(../p7tm/p7t_minus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 12px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
background-image:  none;
background-color: #666666;
/*	padding: 0 0 0 20px !important;*/
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
/*.p7currentmark {
font-weight: bold;
color: #FFFFFF!important;
background-color: #171311!important;
}*/
#p7TMnav div a.p7currentmark {
color:#FFFFFF!important;
background-color: #A39161!important;
border-bottom: 1px solid #A39161;
}
#p7TMnav div div a.p7currentmark {
color:#FFFFFF!important;
background-color: #58595B!important;
background-image: url(../sharedimages/mm_arrow2.gif);
background-repeat: no-repeat;
background-position: left center;
}

