@charset "UTF-8";
#horiz_navbar/* CSS Document */

 {
	width: 100%;
	float: left;
	background-color: #000000;
}
#horiz_navbar  ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
}
#horiz_navbar  a, #horiz_navbar  h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	text-align: center;
}
#horiz_navbar  h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}
#horiz_navbar  a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
#horiz_navbar  a:hover {
	color: #999999;
	background-image: url(../global_images/left_button_grad_red.gif);
}
#horiz_navbar  li {position: relative;}
#horiz_navbar  ul  ul {
position: absolute;
z-index: 500;
}
#horiz_navbar  ul  ul  ul {
position: absolute;
top: 0;
left: 100%;
}

div#horiz_navbar ul ul,
div#horiz_navbar ul li:hover ul ul,
div#horiz_navbar ul ul li:hover ul ul
{display: none;}

div#horiz_navbar ul li:hover ul,
div#horiz_navbar ul ul li:hover ul,
div#horiz_navbar ul ul ul li:hover ul
{display: block;}

</style>
#selected_data_sheet {
	color: #999999;
	text-decoration: none;
	background-color: #000000;
}
.selected_sheet {
	display: block;
	margin: 0;
	padding: 2px 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #FF0000;
	background-color: #000000;
	text-align: center;
}
