@import url("default.css");

#subnavContainerEditorial {
	width: 678px;
	height: 24px;
	}
#subnavEditorial {
	margin: 0;
	padding: 0;
	width: 708px;
	height: 24px;
	background: #FEFDFC url(../images/nav/editorial.gif);
	position: relative;
	}
#subnavEditorial li {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	list-style: none;
	}
#subnavEditorial li, #subnavEditorial a {
	height: 24px; 
	display: block;
	}

/* Main Menu On State */
body.marketCommentary #nav li#nav-03 a {background: transparent url(../images/nav/menu.gif) -120px -22px no-repeat;}
body.afterTheOffering #nav li#nav-03 a {background: transparent url(../images/nav/menu.gif) -120px -22px no-repeat;}
body.theWeekAhead #nav li#nav-03 a {background: transparent url(../images/nav/menu.gif) -120px -22px no-repeat;}
body.telescanFeaturedStocks #nav li#nav-03 a {background: transparent url(../images/nav/menu.gif) -120px -22px no-repeat;}
body.telescanScreenedStocks #nav li#nav-03 a {background: transparent url(../images/nav/menu.gif) -120px -22px no-repeat;}

/* Submenu On State */
body.marketCommentary #subnavEditorial li#subnavEditorial-01 a {background: transparent url(../images/nav/editorial.gif) 0 -24px no-repeat;}
body.afterTheOffering #subnavEditorial li#subnavEditorial-02 a {background: transparent url(../images/nav/editorial.gif) -133px -24px no-repeat;}
body.theWeekAhead #subnavEditorial li#subnavEditorial-03 a {background: transparent url(../images/nav/editorial.gif) -263px -24px no-repeat;}
body.telescanFeaturedStocks #subnavEditorial li#subnavEditorial-04 a {background: transparent url(../images/nav/editorial.gif) -378px -24px no-repeat;}
body.telescanScreenedStocks #subnavEditorial li#subnavEditorial-05 a {background: transparent url(../images/nav/editorial.gif) -543px -24px no-repeat;}

#subnavEditorial-01 {left: 0; width: 133px;}
#subnavEditorial-02 {left: 133px; width: 130px;}
#subnavEditorial-03 {left: 263px; width: 115px;}
#subnavEditorial-04 {left: 378px; width: 165px;}
#subnavEditorial-05 {left: 543px; width: 165px;}

#subnavEditorial-01 a:hover {background: transparent url(../images/nav/editorial.gif) 0 -24px no-repeat;}
#subnavEditorial-02 a:hover {background: transparent url(../images/nav/editorial.gif) -133px -24px no-repeat;}
#subnavEditorial-03 a:hover {background: transparent url(../images/nav/editorial.gif) -263px -24px no-repeat;}
#subnavEditorial-04 a:hover {background: transparent url(../images/nav/editorial.gif) -378px -24px no-repeat;}
#subnavEditorial-05 a:hover {background: transparent url(../images/nav/editorial.gif) -543px -24px no-repeat;}

#subnavEditorial span {
	display: none;
	}