	/* navigation: #nav
	 * ------------------------------------------------------------------------- */

	#nav, #nav * { border-collapse: collapse; margin: 0; padding: 0 }

	#nav {
		background: url("../images/top_nav.gif") no-repeat;
		height: 26px;
		position: relative;
		width: 749px;
		z-index: 99; 
	}

	#nav span { display:none; }

	#nav li, #nav a {
		font-size: .95em;  
		height: 26px;
		display: block;
		font-weight: bold;
		font-family: Verdana;
	}

	#nav li { float: left; }


	#nav-01 { width:55px; }
	#nav-02 { width:163px; }
	#nav-03 { width:139px; }
	#nav-04 { width:132px; }
	#nav-05 { width:102px; }
	#nav-06 { width:75px; }
	#nav-07 { width:55px; }

	#nav-01 a:hover { background: url("../images/top_nav.gif") 0 26px }
	#nav-02 a:hover { background: url("../images/top_nav.gif") -55px 26px }
	#nav-03 a:hover { background: url("../images/top_nav.gif") -218px 26px }
	#nav-04 a:hover { background: url("../images/top_nav.gif") -357px 26px }
	#nav-05 a:hover { background: url("../images/top_nav.gif") -489px 26px }
	#nav-06 a:hover { background: url("../images/top_nav.gif") -591px 26px }
	#nav-07 a:hover { background: url("../images/top_nav.gif") -666px 26px }

	#nav-01:hover>a { background: url("../images/top_nav.gif") 0 26px }
	#nav-02:hover>a { background: url("../images/top_nav.gif") -55px 26px }
	#nav-03:hover>a { background: url("../images/top_nav.gif") -218px 26px }
	#nav-04:hover>a { background: url("../images/top_nav.gif") -357px 26px }
	#nav-05:hover>a { background: url("../images/top_nav.gif") -489px 26px }
	#nav-06:hover>a { background: url("../images/top_nav.gif") -591px 26px }
	#nav-07:hover>a { background: url("../images/top_nav.gif") -666px 26px }

	/* navigation dropdown: #nav
	 * ------------------------------------------------------------------------- */

	/* navigation dropdown: #nav
		 * ------------------------------------------------------------------------- */

	#nav ul {
		border: solid #999999;
		border-width: 0 1px;
		left: -9999px;
		top: 24px;
		position:absolute;
		z-index:99
	}	

	#nav ul, 
	#nav li li { width: 160px } 

	#nav li li, 
	#nav li li a { height: auto; }

	#nav li:hover ul, 
	#nav a:hover ul { left: auto; }

	#nav li li { border-bottom: 1px solid #999999; text-indent: 0; }


	#nav li li a {
		background: #fff;
		color: #000;
		display: block;
		padding: 3px;
		text-decoration:none;

		_width: 100%
	}

	.hdr {
		background: #eab200;
		color: #003148;
		font-weight:bold; width:150px;
	}
		
	#nav li li a:hover { 
		background: #ef1829; 
		color: #fff; 
	}

	#nav .right { text-align: left; margin-left: 150px }

	#nav .header a, #nav .header a:hover { 
		background: #ef1829; 
		color: #fff; 
		font-weight: bold
	}
