@import url("default.css");

#subnavContainerRetirement {
	width: 678px;
	height: 24px;
	}
#subnavRetirement {
	margin: 0;
	padding: 0;
	width: 708px;
	height: 24px;
	background: #FEFDFC url(../images/nav/retirement.gif);
	position: relative;
	}
#subnavRetirement li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	list-style: none;
	}
#subnavRetirement li, #subnavRetirement a {
	height: 24px; 
	display: block;
	}

/* Main Menu On State */
body.retirementOptions #nav li#nav-08 a {background: transparent url(../images/nav/menu.gif) -416px -22px no-repeat;}
body.estatePlanning #nav li#nav-08 a {background: transparent url(../images/nav/menu.gif) -416px -22px no-repeat;}

/* Submenu On State */
body.retirementOptions #subnavRetirement li#subnavRetirement-01 a {background: transparent url(../images/nav/retirement.gif) 0 -24px no-repeat;}
body.estatePlanning #subnavRetirement li#subnavRetirement-02 a {background: transparent url(../images/nav/retirement.gif) -211px -24px no-repeat;}

#subnavRetirement-01 {left: 0; width: 211px;}
#subnavRetirement-02 {left: 211px; width: 112px;}

#subnavRetirement-01 a:hover {background: transparent url(../images/nav/retirement.gif) 0 -24px no-repeat;}
#subnavRetirement-02 a:hover {background: transparent url(../images/nav/retirement.gif) -211px -24px no-repeat;}

#subnavRetirement span {
	display: none;
	}