/*------------------------------------------------------menu nav style start ------------------------------------------------*/







#menu {

	margin-top: 3px;

}

#menu ul {

	background: #11609e none repeat scroll 0 0;

	height: auto;

	margin: 0;

	padding: 0;

	white-space: nowrap;

	width: 980px;

	z-index:99999;

}

#menu ul {

	display:inline-block;

}

#menu li {

	margin:0;

	padding:0;

	list-style:none;

}

#menu li {

	display:inline-block;

	display:inline;

}

#menu ul ul {

	position:absolute;

	left:-9999px;

	margin-top:4px;

	min-width:145px;

	width:auto;

	margin-top: 14px;

}

#menu ul.level1 {

}

#menu ul.level1 li.level1-li {

	border-right: 1px solid #fff;

	display: block;

	float: left;

	position: relative;

}

.level1-li.last {

	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;

}

#menu ul.level1 li.level1-li:last-child {

	border:none;

}

#menu b {

	position:absolute;

} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/

#menu a {

	color: #fff !important;

	display: block;

	font-family: Tahoma;

	font-size: 14px;

	font-weight: 500;

	line-height: 37px;

	padding: 0 19px;

	text-decoration: none;

	text-transform: uppercase;

}

#menu ul.level1 li.level1-li a.level1-a {

	float:left;

}

#menu ul li:hover > ul {

	visibility:visible;

	left:0;

	top:21px;

}

#menu ul ul li:hover > ul {

	visibility:visible;

	left:100%;

	top:auto;

	margin-top:-25px;

	margin-left:-4px;

}

#menu li.left:hover > ul {

	visibility:visible;

	left:auto;

	right:0;

	top:25px;

}

#menu li.left ul li:hover > ul {

	visibility:visible;

	left:auto;

	right:100%;

	top:auto;

	margin-top:-25px;

	margin-right:-4px;

}

#menu a:hover ul {

	left:0;

	top:23px;

}

#menu li.left a:hover ul {

	left:auto;

	right:-1px;

	top:23px;

}

#menu li.left ul a {

	text-align:right;

}

#menu a:hover a:hover ul, #menu a:hover a:hover a:hover ul {

	left:100%;

	visibility:visible;

}

#menu li.left a:hover a:hover ul, #menu li.left a:hover a:hover a:hover ul {

	left:auto;

	right:0;

	visibility:visible;

}

#menu a:hover ul ul, #menu a:hover a:hover ul ul {

	left:-9999px;

}

#menu li.left a:hover ul ul, #menu li.left a:hover a:hover ul ul {

	left:-9999px;

}

#menu li a.drop {

/*background:transparent url(../images/white-down.gif) no-repeat right center;*/







}

#menu li a.fly {

	background:transparent url(../images/white-right.gif) no-repeat right center;

}

#menu li.left ul a.fly {

	background:transparent url(../images/white-left.gif) no-repeat left center;

}

#menu li a:hover, #menu li a.fly:hover {

	color:#fff;

}

#menu li:hover > a, #menu ul li:hover > a.fly {

	color:#fff;

	background:#f57e20;

}

#menu table {

	position:absolute;

	height:0;

	width:0;

	left:0;

	border-collapse:collapse;

	margin-top:-6px;

}

#menu table table {

	position:absolute;

	left:99%;

	height:0;

	width:0;

	border-collapse:collapse;

	margin-top:-30px;

	margin-left:-4px;

}

#menu li.left table {

	position:absolute;

	height:0;

	width:0;

	left:auto;

	right:0;

	border-collapse:collapse;

	margin-top:-4px;

}

#menu li.left table table {

	position:absolute;

	left:auto;

	right:100%;

	height:0;

	width:0;

	border-collapse:collapse;

	margin-top:-30px;

	margin-right:-4px;

}

