/*Sets line-height of all menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.5; /* */
}


/*Sets background color and border around the menu DIV*/
#p7TMnav #leftmap{
	background-color: #F4F8FD;
	border-bottom: 1px solid #1A3754;
}
#p7TMnav #rightmap{
	background-color: #F4F8FD;
}
/*Sets a bottom margin for each top-level link*/
#p7TMnav #leftmap div,  #p7TMnav #rightmap div {
	margin: 0 0 .25em 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .6em establishing a fluid cascading indent*/
/*Sets a left border*/
#p7TMnav #leftmap div div, #p7TMnav #rightmap div div {
	margin: 0 0 0 .8em;
	border-left: 1px solid #1A3754;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav #leftmap div a, #p7TMnav #rightmap div a {
	color: #051867;
	font-size: 1em;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav #leftmap div a, #p7TMnav #rightmap div a {
	/*/*/display: block;
	color: #FFC000;
	border: 1px solid #F4F8FD;
	padding: 0 0 0 .6em;
	text-decoration: none;
	background-color: #1A3754; /* */
}
#p7TMnav #leftmap div a:visited, #p7TMnav #rightmap div a:visited {
	color: #FFC000;
}
#p7TMnav #leftmap div a:hover, #p7TMnav #rightmap div a:hover {
	color: #F4F8FD;
	background-color: #404040;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav #leftmap div div a, #p7TMnav #leftmap div div a:visited, #p7TMnav #rightmap div div a, #p7TMnav #rightmap div div a:visited {
	color: #1A3754;
	font-size: .95em;
	background-color: transparent;
	border: 0;
}
#p7TMnav #leftmap div div a:hover,#p7TMnav #rightmap div div a:hover {
	color: #FFC000;
	background-color: #1A3754;
}

/*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 #leftmap div div div a, #p7TMnav #rightmap div div div a {
	font-size: .9em;
}










