/*TOP MULTI level*/

#top_menu {
	width: 400px;
	height: 25px;
	float: left;
	padding: 0 15px 5px 0;
	color: #999;
text-align:left;
}

#top_menu a {
	text-decoration: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px;
text-align:left;
}


#top_menu a:link, #top_menu a:visited {
	color: #888;
text-align:left;
}
#top_menu a:hover {
	color: #fff;
text-align:left;
}


.subnav {
	float: right;
	width: 220px;
text-align:left;
}

/* sub-navigation */
.subnav h1 {
	background: transparent;
	color: #2f2f2f;
	font: bold 1.3em Verdana,sans-serif;
	line-height: 46px;
	padding-left: 8px;
}
.subnav ul {
	margin: 0;
	padding: 0;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
text-align:left;
}

.subnav li {
	border-bottom: dotted 1px #ccc;
	list-style: none;
text-align:left;
}
.subnav li a {
	background: transparent;	
	color: #111;
	display: block;
	padding: 8px 0 8px 11px;
	width: 209px;
	text-decoration: none;
text-align:left;
}
.subnav li a:hover {
	background: #00457c;
	color: #fff;
text-align:left;
}

#nav, 
#nav ul {
	background: #fff url(/i/1897blackpixel.jpg) repeat-x;
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
	font: 10px verdana, sans-serif;
	position: relative;
	z-index: 200;
text-align:left;
}

#nav {
	height: 35px;
	padding: 0;
}

#nav table {border-collapse:collapse;}

#nav li {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #000066;
text-align:left;
}

#nav li li {
float:none; 
border: none;
text-align:left;

}

/* a hack for IE5.x and IE6 */
#nav li a li {
float:left;
text-align:left;

}

#nav li a {
text-align:left;

	display: block;
	float: left;
	color: #fff;
	height: 35px;
	padding-right: 5px;
	line-height: 35px;
	text-decoration: none;
	white-space: nowrap;
text-align:left;
}

#nav li li a {
	height: 22px;
	line-height: 22px;
	float: none;
text-align:left;
}

#nav li:hover {
text-align:left;

	position: relative;
	z-index: 300;
	background: url(/i/1897blackpixel.jpg) repeat-x;
text-align:left;
}

#nav li ul li:hover {
text-align:left;

	position: relative;
	z-index: 300;
	background: #07245c;
text-align:left;
}

#nav a:hover {
	position: relative;
	z-index: 300;
	color: #fff;
text-align:left;
}


#nav :hover ul {
text-align:left;

	left: 0;
	top: 34px;
	background: transparent url(/i/background/trans_dark.png);
}



/* another hack for IE5.5 and IE6 */
#nav a:hover ul {
text-align:left;

	left: -5px;
}

#nav ul {
text-align:left;

	position: absolute;
	left: -9999px;
	top: -9999px;
}

/* it could have been this simple if all browsers understood */
/* show next level */

#nav li:hover li:hover > ul {
text-align:left;
	left: -5px;
	margin-left: 100%;
	top: -1px;
	background: transparent url(/i/background/trans_dark.png);
}

*html #nav li:hover li:hover > ul {
text-align:left;
	background:transparent filter: alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	opacity:0.85;
}


/* keep further levels hidden */
#nav li:hover > ul ul {
text-align:left;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: auto;
}

/* show path followed */
#nav li:hover > a {
text-align:left;
	text-decoration: none;
	color: #fff;
}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul {
text-align:left;
	left: 100%;
	top: -1px;
}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul {
text-align:left;
	position: absolute;
	left: -9999px;
	top: -9999px;
}

