.navigationcon {
width:780px;
}
#navigation {
	padding:0;
	margin:0;
	list-style:none;
	height:36px;
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
	text-align:left;

}
#navigation li {
	float:left;
	margin-right:0px;
	text-align:left;

}
#navigation li a {
	display:block;
	float:left;
	height:36px;
	line-height:16px;
	background:#003959;
	color:#ffffff;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	padding:0px;
	margin:0px;

}

.navdiv {
	background:url(../images/navdiv.gif) top right no-repeat;
}

#navigation table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;

}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#navigation li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	background-color:#0f5881;

}
#navigation li:hover {
	position:relative;
	z-index:200;
}
#navigation li:hover > a {
	color:#fff;
	background:#0f5881;

}
#navigation li:hover > a.sub {
	color:#fff;
	/*background:#0f5881 url(../images/dropdown.jpg) bottom center no-repeat;*/
	background-color:#0f5881;

}
#navigation li.current a {
	color:#fff;
	background:#0f5881;
	/*background:#0f5881 url(../images/dropdown.jpg) bottom center no-repeat;*/
}
#navigation li a.sub {
	font-family:Tahoma;
	font-size:11px;
	background:#0f5881 url(../images/dropdown.jpg) bottom center no-repeat;
}
#navigation li.current a.sub {
	color:#fff;
	background:#0f5881 url(../images/dropdown.jpg) bottom center no-repeat;
}
#navigation :hover ul {
	left:0;
	top:36px;
	width:200px;
}
/* keep the 'next' level invisible by placing it off screen. */
#navigation ul, #navigation :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#navigation :hover ul :hover ul {
	left:180px;
	top:0;
	background:#222;
	white-space:nowrap;
	width:100px;
	z-index:200;
	height:auto;
}
#navigation :hover ul li {
	margin:0;
	border-top:1px solid #003959;
}
#navigation :hover ul li a {
	width:182px;
	padding:5px 0 0 0;
	text-indent:10px;
	background:#0f5881;
	color:#fff;
	height:20px;
	line-height:16px;
	font-size:11px;
	font-family:arial, verdana, sans-serif;
	

}
#navigation :hover ul li a.fly {
   
   background:#333 url(images/right-arrow.gif) no-repeat right center;
   
}
#navigation :hover ul :hover {

	background-color:#184b69;
	color:#fff;

}
#navigation :hover ul :hover a.fly {
	background-color:#884400;
	color:#fff;

}
#navigation :hover ul li.currentsub a {
	background:#0f5881 url(../images/dropdown.jpg) bottom center no-repeat;
	color:#fff;
}
#navigation :hover ul li.currentsub a.fly {
	background:#0f5881;
	color:#f7e6d0;
}
#navigation :hover ul :hover ul li a {
	width:200px;
	padding:0;
	text-indent:20px;
	background:#0f5881 url(../images/dropdown.jpg) bottom center no-repeat;
	color:#fff;
}
#navigation :hover ul :hover ul :hover {
	background:#0f5881 url(../images/dropdown.jpg) bottom center no-repeat;
	color:#f7e6d0;
}
#navigation :hover ul :hover ul li.currentfly a, #navigation :hover ul :hover ul li.currentfly a:hover {
	background:#0f5881 url(../images/dropdown.jpg) bottom center no-repeat;
	color:#f7e6d0;
}
