/* gci navigation.css */

#tablenav tr td { /* navigation container */
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 4px 0px 4px;
	z-index: 1000;
    color: #FFFFFF;
    font-size: 9pt;
}

#tablenav tr td, #tablenav tr td ul { /* all lists */
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 1000;
}

#tablenav tr td li  { /* all list items */
	float: left;
	z-index: 1000;
    overflow:hidden;
}

#tablenav tr td li ul { /* second-level lists */
	border: 1px solid #FFFFFF;
	background-color: #00A9EE;
	background-image: url(../images/site/menu_arrow.gif);
	background-repeat: no-repeat;
	padding: 12px 2px 2px 12px;
	position: absolute;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 1000;
}

#tablenav tr td li a { /* all linked list items */
	width: 100%;
	margin: 0 0 0 0;
	display: block;
	color: #FFFFFF;
	font-size:9pt;
	text-align: center;
	text-decoration: none;
	font-weight: bolder;
	z-index: 1000;
}

#tablenav tr td li ul a { /* all linked second-level list items */
	width: 196px;
	margin: 0 1px 0 0;
	padding: 2px 0px 2px 0px;
	display: block;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	text-indent: 5px;
	text-decoration: none;
	border-bottom: 1px solid #00A6EA;
	z-index: 1000;
}

#tablenav tr td li ul a:hover { /* linked list item hover */
	background-color: black;
	color:white;
	z-index: 1000;
}

#tablenav tr td li:hover ul, #tablenav tr td li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.navSpacer {
	height: 10px;
}

.select-free
{
	z-index:1000;/*any value*/
}

.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}