@charset "UTF-8";
#login a {
	height: 32px;
}

.body_invest .invest_nav a, .body_cash .cash_nav a, .body_cover .cover_nav a, .body_trust .trust_nav a, .body_global .global_nav a, .body_health .health_nav a {
	color: #CD0921;
}
.invest_nav {
	width: 65px;
	height: 15px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #12256F;
}
#invest_red   a {
	color: #CD0921;
}
#invest_blue  a {
	color: #12256F;
}
.cash_nav {
	width: 60px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #12256F;
	height: 15px;
}
#cash_red a {
	color: #CD0921;
}
#cash_blue a {
	color: #12256F;
}
.cover_nav {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #12256F;
	width: 60px;
	height: 15px;
}
#cover_red a {
	color: #CD0921;
}
#cover_blue a {
	color: #12256F;
}
.trust_nav {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #12256F;
	width: 60px;
	height: 15px;
}
#trust_red a {
	color: #CD0921;
}
#trust_blue a {
	color: #12256F;
}
.global_nav {
	width: 65px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #12256F;
	height: 15px;
}
#global_red a {
	color: #CD0921;
}
#global_blue a {
	color: #12256F;
}
.health_nav {
	width: 65px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #12256F;
	border-left-color: #12256F;
	height: 15px;
}
#health_red a {
	color: #CD0921;
}
#health_blue a {
	color: #12256F;
}
 div.top_nav_bottom * {
	margin:0;
	padding:0;
 }
/* SET YOUR PREFERENCES!!! */
/* set your menu's font and colors here - the MENU MECHANICS  follow below */
div.top_nav_bottom {
	behavior:url(../js/csshover.htc);/* you must link to the hover.htc file for this menu to work in IE6 and earlier */
	/* need a copy? go to http://www.xs4all.nl/~peterned/htc/csshover.htc - copy the code into a text file and save it as csshover.htc */
 font-family: arial, sans-serif;   /* font family for menu */
	font-size:12px;
	background-color:transparent;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 48px;
	width: 609px;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
 }
div.top_nav_bottom ul {
	display:inline;
	float: left;
 	}
div.top_nav_bottom li {
	text-align: center;
 }                						    /* border-right is automatically removed from vert menu below  */

div.top_nav_bottom li:hover {
	background-color: #CCCCCC;
 }
div.top_nav_bottom   a {
	color:#12256F;
 }
div.top_nav_bottom li li a:hover {
	background-image: url(../images/all_pages/top_nav_bottom.jpg);
	background-repeat: no-repeat;
}
div.top_nav_bottom   li   li a {
	height: 25px;
	padding-top: 15px;
	padding-left: 5px;
}
 div.top_nav_bottom a:hover {
	color:#CD0921;        				 /* type color of a hovered menu choice */
 }
div.top_nav_bottom ul li ul {
	width:200px;   						/* sets the width of menu levels 2 - 4 */
	text-align: left;
 }
div.top_nav_bottom li li {
	background-color:#CCCCCC; /* lines between menu choices - set to 0px if not wanted */
	text-align: left;
 }
div.top_nav_bottom ul li ul li ul  {
	top:-1px; /* set to negative value of border-top for perfect pop-out alignment -set to 0 if border is 0 - don't remove! */
	width: 200px;
 } 
div.top_nav_bottom li li li {
	background-color:#CCCCCC;          /* background color of the level 3 menu */
	color: #12256F;
 }
div.top_nav_bottom li li li a {
	height: 25px;
	padding-top: 15px;
	color: #12256F;
	padding-left: 5px;
}
div.top_nav_bottom li li li li {
	background-color:#CCCCCC;         /* background color of the level 4 menu */
	color: #12256F;
 }
  /* Want transparency on your menus? add the class 'transparent' to the multi_drop_menus div */
div.top_nav_bottom.transparent ul ul li {
 /* note: the lower the value, the greater the transparency */
  opacity:0.9; /* CSS3 - range 0 to 1 */     
  -moz-opacity:0.9; /* Firefox- range 0 to 1  */
  filter:alpha(opacity=90);  /* IE- range 0 to 100  */
  }
div.top_nav_bottom {
	float:left;
	}
div.top_nav_bottom ul {
	float:left; /* makes ul wrap li */
	font-size:12px;
}
div.top_nav_bottom li {
	list-style-type:none; /* removes the bullet off each list item */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	float: left;
 }
div.top_nav_bottom a {
	display:block; /* makes link fill li so entire area is "hot" */
	text-decoration:none;
 }
/* the horizontal menu ends here */
/* the drop-downs starts here */
div.top_nav_bottom ul li ul { 
 position:absolute;     /* positions the drop-down ul in relation to its relatively positioned li parent */
 border:0;         			/* stops inheritance from level 1 ul */
 margin-left:0px;        /* stops inheritance from level 1 ul */
 }
div.top_nav_bottom ul li ul li {
 width:100%;
 padding:0; /* stops inheritance */
 border-left:0; /* stops inheritance */
 border-right:0; /* stops inheritance */
 }
div.top_nav_bottom ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div.top_nav_bottom ul li:hover ul {
	display:block; /* shows the drop-down when the menu is hovered */
	z-index:1000; /* Safari needs this to display menu on top of other page elements */
	} 
/* pop-outs starts here */
body div.top_nav_bottom ul li ul li ul  {
 position:absolute; /* associated menu with parent li positioning context */
 visibility:hidden; /* ensures that level 3 menu is not reveal when level 2 is reveled */
 left:100%;
 top:-1px; /* aligns level 3 and 4 pop-out with previous level */
 }
div.top_nav_bottom ul li ul li:hover ul {visibility:visible;} /* shows level 3 menu when associated level 2 li is hovered */
/* second and third level popouts here*/
div.top_nav_bottom ul li ul li:hover ul li ul {visibility:hidden;} /* ensures that level 4 is not reveal when level 3 is reveled */
div.top_nav_bottom ul li ul li ul li:hover ul {visibility:visible;}  /* shows level 4 menu when associated level 3 li is hovered */
 /* END MENU MECHANICS */
 
/* inevitable hacks for IE6  and < */
* html div.top_nav_bottom {
 z-index:1; /* IE6 won't respect high z-index on abs-pos'd child (ul li ul) without this on its parent rel-pos'd element */
 }				/* see http://www.last-child.com/conflicting-z-index-in-ie6/ */
* html div.top_nav_bottom ul li ul {
  z-index:400; /*ensures menu is on top of other page elements */
 }
* html div.top_nav_bottom a {
/* cannot find a way to get the top level 'a' to fill the unwidthed menu choices without drop-down in IE : ( */
} 
 * html div.top_nav_bottom ul ul a { /* second level of horiz menu */
 zoom:100%;  /* now IE 'haslayout" - IE now makes background hot in horizontal menus */
 } 
