#nav_Bar {
	width: 162px;
	position: absolute;
	top: 200px;
	text-align: left;
	left: 0px;
	z-index:500;
	background-image: url(images/cream-canvas.gif);
	bottom: 0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.navBar ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:158px;
}
/* hack for IE5.5 */
* html .navBar ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative to allow positioning of the sub levels */
.navBar li {
	position:relative;
	height:20px;
	background-color: transparent;
	
}

/* get rid of the table */
.navBar table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style links */
.navBar a, .navBar a:visited {
	display:block;
	text-decoration:none;
	height:20px;
	line-height:20px;
	/*width:149px;*/
	width:169px;
	color: #000046;
	text-indent:18px;
	font-weight: bold;
}
/* hack for IE5.5 */
* html .navBar a, * html .navBar a:visited {width:155px; w\idth:152px;}
/* style the link hover */
* html .navBar a:hover {
	color:#000046;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

.navBar :hover > a {
	color:#000046;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* hide the sub levels - positon absolute so not seen*/
.navBar ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:155px;
	}
/* flyout background */	
.navBar ul li ul li {
	background-color: #D2D7EB;
	}
.navBar ul li ul {
	border: 1px solid #BD9E35;
	filter:alpha(opacity=85);
	opacity: 0.85;
	-moz-opacity:0.85;
}
	
/* make the second level visible when hover on first level list OR link */
.navBar ul li:hover ul,
.navBar ul a:hover ul {
	visibility:visible;
	
	}

/* keep the third level hidden when you hover on first level list OR link */
.navBar ul :hover ul ul{
	visibility:hidden;
		}
/* keep the fourth level hidden when you hover on second level list OR link */
.navBar ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.navBar ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.navBar ul :hover ul :hover ul :hover ul { 
visibility:visible;
}

#nav_Bar p{
	font-size: 1.2em;
	background-color: #001775;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-image: url(images/corner-blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-indent: 20px;
}
#nav_Bar p.gold {
	background-color: #BD9E35;
	width: 165px;
	background-image: url(images/corner-gold.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#nav_Bar p.gold2 {
	background-color: #D6BE6B;
	width: 100%;
	background-image: url(images/corner-gold2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
</style>
[if IE 7]>
<style type="text/css">
.navBar li {float:left;}
</style>
<![endif]
