@charset "utf-8";
/* CSS Document */
li.icl_first {
	border-left:1px solid #000000;
	margin-left:8px !important;
}

#menu-wrap, #menu-wrap ul {
	background-color: #999;
	color: #191919;
	font-family: Verdana, Geneva, sans-serif;
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
}
#menu-wrap ul a, #menu-wrap ul a:visited {
	color: #191919;
	font-family: Verdana, Geneva, sans-serif;
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
	padding: 0 10px;
	line-height: 18px;
	border-right: 1px solid #000;
}
#menu-wrap ul li:hover a, #menu-wrap ul a:focus, #menu-wrap ul a:active {
	background-color: #CCC;
	color: #191919;
	font-family: Verdana, Geneva, sans-serif;
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
}
#menu-wrap li.selected_page > a, #menu-wrap li.selected_page:hover > a {
	background-color: #666;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: inherit;
	font-weight: bold;
	font-style: normal;
}
#menu-wrap li.selected_subpage, #menu-wrap li.selected_subpage a, #menu-wrap li.selected_subpage a:visited {
	background-color: #666;
	color: #CCC;
	font-family: "Times New Roman", Times, serif;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	padding: 2px 10px;
	line-height: 18px;
	width:150px;
}
#menu-wrap ul ul a, #menu-wrap ul ul a:visited {
	background-color: #999 !important;
	color: #191919 !important;
	font-family: "Times New Roman", Times, serif !important;
	font-size: inherit !important;
	font-weight: normal !important;
	font-style: normal !important;
	padding: 2px 10px;
	line-height: 18px;
}
#menu-wrap ul ul a:hover {
	background-color: #CCC !important;
	color: #191919 !important;
	font-family: "Times New Roman", Times, serif !important;
	font-size: inherit !important;
	font-weight: normal !important;
	font-style: normal !important;
}
#menu-wrap li.section {
background-color:#4C4C4C;
color:#CCCCCC;
font-family:"Times New Roman",Times,serif;
font-size:inherit;
font-style:normal;
font-weight:normal;
line-height:18px;
padding:2px 10px;
width:150px;
}
#menu-wrap {
	height: 18px;
	z-index: 50;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	display:inline-block;
}
#menu-wrap ul ul {
	top: 18px;
	visibility:hidden;
	position:absolute;
	height:auto;
	top:18px;
	left:-1px;
	width:auto;
	border:1px solid #000;
	}/* Image Clean-up */
#menu-wrap a.trigger, #menu-wrap a.trigger:hover, #menu-wrap a.trigger:visited {
	background-image: none;
	background-position: none;
	background-repeat: none;
}