
ul#contenttabs
{
	margin: 0;
	padding: 0;
	z-index: 99;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 23px;
	position: relative;
	top: 1px;
}

html > body ul#contenttabs
{
	margin: 0;
	padding: 0;
	z-index: 99;
	font-family: Arial, sans-serif;
	font-size: 11px;
	height: 23px;
	position: relative;
	top: 0px;
}

ul#contenttabs li
{
	margin: 0;
	padding: 0;

}

#contenttabs
{
	font-size: 93%;
	line-height: normal;
}
#contenttabs ul
{
	margin: 0;
	padding: 10px 0px 0; /*padding for whole list*/
	list-style: none;
}
#contenttabs li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#contenttabs a
{
	float: left;
	background: url(http://www.nasdaq.com/images/tabs_leftside1.gif) no-repeat left top;
	margin: 0;
	padding: 0 0 0 7px;
	text-decoration: none;
}

#contenttabs a span
{
	float: left;
	display: block;
	background: url(http://www.nasdaq.com/images/tabs_rightside1.gif) no-repeat right top;
	padding: 5px 9px 4px 2px;
	color: #fffffe;
}

#forex a span
{
	background: url(http://www.nasdaq.com/images/tabs_rightside1.gif) no-repeat left top;
	padding-right: 13px;
}


#forex a:hover span.lasttab
{
	background-position: 0% -100px !important;
	color: #00669E;
	padding-right: 12px;
	padding-bottom: 5px;
}

.on a span.lasttab
{
	background-position: 0% -100px !important;
	padding-bottom: 5px;
	color: #00669E;
	padding-right: 12px !important;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#contenttabs a span
{
	float: none;
}
/* End IE5-Mac hack */
#contenttabs a:hover span
{
	color: #00669E;
}
#contenttabs .on a
{
	background-position: 0 -100px;
}
#contenttabs .on a span
{
	background-position: 100% -100px;
	padding-bottom: 4px;
	color: #00669E;
}

#contenttabs a:hover
{
	background-position: 0% -100px;
}
#contenttabs a:hover span
{
	background-position: 100% -100px;
	padding-bottom: 4px; /* This is important to line up tab edges at bottom when hovering*/
}


/*---- ie 6 ----*/
#contenttabs .under a 
{
	background-position: 0 -100px;
}
#contenttabs .under a span 
{
	background-position: 100% -100px;
	padding-bottom: 4px;
	color: #00669E;
}