/* This is a heavily edited version of the Project VII TMM basicbutton stylesheet for use with the left nav menu on the marine Leasing & Ownership site */

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 5px 0;
/*	font-size: 70%;*/
	font-weight:bold;
	text-align:center;
/*	color: #87a452;green 1 */
	background-color: transparent;
	display: none;
	/*/*/display: block; /* Hide from NN4*/
}
#p7TMctrl a:link, #p7TMctrl a:visited, #p7TMctrl a:active {
	color: #fbffe3; /* icicle at 100% bright*/
}

#p7TMctrl a:hover {
	color: #f2e9d0;		/* sand 1 at 95% bright*/
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.4; /* */
	/*margin-top: 20px;*/
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
/*	margin: 0 0 0 16px;*/
	padding: 0 0 0 12px;
}
/* In order to have level's background color extend to left edge of navbar,
we use padding instead of margin on the indents, and make a special case for 3rd and 4th levels*/
#p7TMnav div div div{	
	margin-left: -12px;
	padding: 0 0 0 24px;
}
#p7TMnav div div div div {	
	margin-left: -24px;
	padding: 0 0 0 36px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a:link, #p7TMnav div a:visited, #p7TMnav div a:active{
	color: #333333;
	font-size: 11px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a:link, #p7TMnav div a:visited, #p7TMnav div a:active{
	/*/*/padding: 1px 0 1px 12px;
	display: block;
	background-color:  #b8d6f2;	 /* water 1 */
	border-top: 1px solid #eee;
	border-right: 1px solid #999;/*#666;*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	text-decoration: none; /* */
}

#p7TMnav div a:hover {
	color: #e2e6cd; /* icicle at 90% bright*/
	background-color: #333333;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div { /* background on the div itself */
	background-color: #85b5e5;		/* water 2 */
}

#p7TMnav div div a:link, #p7TMnav div div a:visited, #p7TMnav div div a:active {
	font-size: 11px;
	background-color: #85b5e5;		/* water 2 */
	border: 0;
}
#p7TMnav div div a:hover {
	color: #e2e6cd; /* icicle at 90% bright*/
	background-color: #333333;
}

/*The Link style for third-level menuitems and lower*/
#p7TMnav div div div { /* background on the div itself */
	background-color: #69a2d9;	 /*	70% opacity of water 3 */
}
#p7TMnav div div div a:link, #p7TMnav div div div a:visited, #p7TMnav div div div a:active {
	font-size: 11px;
	background-color: #69a2d9;	 /*	70% opacity of water 3 */
}
#p7TMnav div div div a:hover {
	color: #e2e6cd; /* icicle at 90% bright*/
	background-color: #333333;
}
/*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 div { /* background on the div itself */
	background-color: #6f97bf;	 
}
#p7TMnav div div div div a:link, #p7TMnav div div div div a:visited, #p7TMnav div div div div a:active {
	font-size: 11px;
	background-color: #6f97bf;	 
}
#p7TMnav div div div div a:hover {
	color: #e2e6cd; /* icicle at 90% bright*/
	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(../images/menplus.gif);
	background-position: 6px 6px;
	padding: 1px 0 1px 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(../images/menminus.gif);
	background-position: 6px 6px;
	padding: 1px 0 1px 20px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-repeat: no-repeat;
	background-image: url(../images/pagemarker.gif);
	background-position: 6px 6px;
	padding: 1px 0 1px 20px !important;
}
.p7currentmark {
/*	font-weight: bold;  removed bullet to save space */
/*	background-repeat: no-repeat;
	background-image: url(../images/men_here.gif);
	background-position: 6px 6px;
	padding: 1px 0 1px 20px !important;*/
	color: #e2e6cd !important;  /* icicle at 90% bright*/
	background-color: #333333 !important;
}
/* this should make the menu trigger parent look hovered (but not indented), for the current page */
.p7currentsubmenu {	
/*	font-weight: bold;*/
/*	padding: 1px 0 1px 20px !important;*/
	color: #e2e6cd !important;  /* icicle at 90% bright*/
	background-color: #333333 !important;
}
