/* toggle active topmenu item */

* html .topnav { border: none; }
* html .topnav:hover { border: 0px;}

.topnav table .left {
	background-image: url(/images/topnav_left.gif);
}

.topnav:hover table .left {
	background-image: url(/images/topnav_left_on.gif) !important;
}

.topnav table .ileft {
	background-image: url(/images/topnav_intersect_left.gif);
}

.topnav:hover table .ileft {
	background-image: url(/images/topnav_intersect_left_on.gif) !important;
}

.topnav table .item {
	background-image: url(/images/topnav_main.gif);
}

.topnav:hover table .item {
	background-image: url(/images/topnav_main_on.gif) !important;
}

.topnav table .iright {
	background-image: url(/images/topnav_intersect_right.gif);
}

.topnav:hover table .iright {
	background-image: url(/images/topnav_intersect_right_on.gif) !important;
}

.topnav table .right {
	background-image: url(/images/topnav_right.gif);
}

.topnav:hover table .right {
	background-image: url(/images/topnav_right_on.gif) !important;
}

/* popup submenu items */
/*

#topnav span#dropdown {

	display: none;
	position: absolute;
	visibility: hidden;
	width: 1px;
	
	font-family: Verdana, Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 0px;
	color: #333333;
	
}

#topnav:hover span#dropdown {

	display: block !important;
	visibility: visible !important;
	width: auto;
}
 
*/

/* hide select behind iframe (workaround for ie bug) */
/*
* html #topnav iframe {
	display: none;
	visibility: hidden !important;
	position: absolute;
	background: none !important;
	z-index: 0;
	border: none;
	filter: Alpha(opacity=0);
}

* html #topnav:hover iframe {
	display: block !important;
	visibility: visible !important;
	background: none !important;
	z-index: 0;
	border: none;
}
*/
