@charset "UTF-8";
/* Flyout-Menu ******************************************************************************************************************** */

#menu {
	text-align: left;
	z-index:100;
	position: relative;
	left: -5px;
}

	* html #menu {
		float:left;
	}
	
	*+html #menu {
		float:left;
	}

#menu ul {
	list-style: none;
	margin:0;
	padding:0;
}

	* html #menu ul li { 
		width:1%;
		float: left;
	}

#menu ul li {
	float: left;
}

#menu ul ul li {
	float: none !important;
}

#menu a, #menu a.toplevellink {
	font-size: 13.5px;
	display: block;
	margin: 0;
	padding: 0.4em;
	cursor: pointer;
}

#menu a.toplevellink, #menu a.toplevellink:link {
	background-image: url(cssimages/nav_bg.png);
	background-repeat: repeat-x;
	border: 0;
	color: #333;
	font-weight: normal;
	height: 17px; /*1.3em;*/
	padding-right: 15px;
	min-width: 1%;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
	white-space: nowrap;
	font-size: 14px;
}

#menu a.toplevellink:visited {

}
	* html #menu a.toplevellink {
		height: 19px;
	}

#menu ul ul a {
	background-color: #ddd;
	border-bottom: 0;
	display: block;
	text-decoration: none;
	white-space: nowrap;
}

	* html #menu ul ul a {
		width: 15em;
		border: 0;
	}
	
	*+html #menu ul ul a {
		z-index: 6003;
	}

#menu a, #menu a:link, #menu a:visited {
	color: #000;
	-webkit-transition: -webkit-transform 0.25s ease-in-out, background-color linear 0.25s, color linear 0.25s;
	-moz-transition: -moz-transform 0.25s ease-in-out, background-color linear 0.25s, color linear 0.25s;
	-o-transition: -o-transform 0.25s ease-in-out, background-color linear 0.25s, color linear 0.25s;
	-ms-transition: -ms-transform 0.25s ease-in-out, background-color linear 0.25s, color linear 0.25s;
	transition: transform 0.25s ease-in-out, background-color linear 0.25s, color linear 0.25s;
}

#menu a:visited {
	color: #333;
}

#menu a:hover, #menu a:focus, #menu a:active {
	background-image: -moz-linear-gradient(top, #7CB600, #476A00); /* FF3.6 */
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #7CB600),color-stop(1, #476A00)); /* Safari 4+, Chrome 2+ */
	background-image: -webkit-linear-gradient(top, #7CB600, #476A00); /* Safari 5.1+, Chrome 10+ */
	background-image: -o-linear-gradient(top, #7CB600, #476A00); /* Opera 1.8+ */
	background-image: -ms-linear-gradient(top, #7CB600, #476A00); /* IE10+ */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7CB600', endColorstr='#476A00'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#7CB600', endColorstr='#476A00')"; /* IE8+ */
	background-color: #000;
	color: #FFF; /*#B9D353;*/
	background-color: #888;
	color: #FFF;
	font-weight: bold;
}

#menu a.toplevellink:hover, 
#menu ul li:hover a.toplevellink, 
#menu a.toplevellink:focus, 
#menu ul li:focus a.toplevellink,
#menu a.toplevellink:active, 
#menu ul li:active a.toplevellink {
	background-color: #262626;
	background-image: url(../images/css-images/bg-page-header-green.png);
	border-left: 0px solid #999;
	color: #FFF;
}

#menu a.toplevellink:visited {
}

	*+html #menu ul ul { 
		width:13em;
		z-index: 6005;
	}
	
	* html #menu ul ul {
		width: auto;
	}


#menu li {
	/*position:relative;*/
}

	*+html #menu li {
	}

#menu ul ul {
	position:absolute;
	z-index:6001;
	top:auto;
	display:none;
	opacity: 0.92;
	border-width: 0px 1px 1px 1px;
	border-left-color: #999;
	border-bottom-color: #999;
	border-right-color: #000;
	border-style: solid;
	min-width: 12em;
}

	* html #menu ul ul {
		z-index: 6001;
		background-color: #FFF;
		border-width: 0;
		padding: 0;
	}
	
	*+html #menu ul ul {
		z-index: 6001;
		background-color: #DDD;
	}

#menu ul ul ul {
	top:0.2em;
	left:95%;
	border: 1px outset #333;
}

	* html #menu ul ul ul {
		left:100.5%;
	}
	
	*+html #menu ul ul ul {
		left: 40%;
		top: 10px;
		z-index: 6011;
		min-width: 4em !important;
	}

	* html #menu li {
		width:15em;
		white-space:nowrap;
	}
	
	*+html #menu li {
		width:12em;
		white-space:nowrap;
	}
	
	*+html ul.submenu li, *+html ul.submenu li a:link, *+html ul.submenu li a:visited {
		height: 1%;
	}

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

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul,
div#menu ul li:focus ul,
div#menu ul ul li:focus ul,
div#menu ul ul ul li:focus ul,
div#menu ul li:active ul,
div#menu ul ul li:active ul,
div#menu ul ul ul li:active ul
{display: block;}
/* CSS Document */
