/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
	cursor: hand;
	
	width: 190px;
	margin-left: 2px;
}

#p7TMnav div div {
	width: 190px;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	padding: 0;
}

/*The Link style for top-level menuitems*/
#p7TMnav div {
	margin: 0;
	padding: 0;
}

#p7TMnav div a {
	display:block;
	
	margin: 0;
	padding: 5px 0 0 7px;
	
	width: 183px; //width: 190px;
	height: 21px; //height: 26px;
	
	font-weight: normal;
	font-size: 12px;
	color: #2B4A8A;
	
	background: url(bg_menu.gif) left top no-repeat;
}

#p7TMnav div a:visited {
}

#p7TMnav div a:hover {
}

#p7TMnav div #haschilds {
	text-decoration:none;

	background:url(bg_menu_seta.gif) no-repeat center right;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	display:block;
	
	margin: 0;
	padding: 2px 0 0 14px;
	
	width: 176px; //width: 190px;
	height: 17px; //height: 21px;
	
	font-weight: normal;
	font-size: 11px;
	color: #2B4A8A;
	
	background: #F3F5FA;
	border-bottom: 1px solid #D5DFEE;
}

#p7TMnav div div a:hover {
	background: #104B7B;
	color: #FFF;
}

/*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: 12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	width: 20px;
	height: 20px;
	background: red;
}
.p7minusmark {
	width: 20px;
	height: 20px;
	background: red;
}
/*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)*/
.p7currentmark {
	font-weight: bold !important;
	/*text-transform: uppercase;*/
	/*color: #E7ECF4 !important;*/
	background: #E7ECF4 !important;
}
