/* nav.css

Copyright 2008 Future Medium Pty Ltd

*/

/* header nav */

.headerNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
	
	.headerNav li {
		margin: 0;
		margin-left: 44px;
		padding: 0;
		float: left;
	}
	
	.headerNav .btn {
		height: 20px;
	}
	
	.headerNav #hn_awm_home .btn {
		width: 51px;
	}
	
	.headerNav #hn_logout .btn {
		width: 58px;
	}
	
	.headerNav #hn_contact_us .btn {
		width: 77px;
	}
	
	.headerNav #hn_sitemap .btn {
		width: 62px;
	}
	
	.headerNav .btn:hover img {
		top: -21px;
	}
	
/* main nav */

.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.nav li {
		margin: 0;
		padding: 0;
		display: inline;
		position: relative;
		z-index: 10;
	}
	
		.nav .btn {
			width: 172px;
			height: 25px;
		}
		
		.nav #about_us:hover .btn img,
		.nav .btn:hover img,
    .nav .btn.current img {
			left: -218px;
		}
		
			.nav #about_us:hover .subNavContainer {
				display: block;
			}
		
			.subNavContainer {
				display: none;
				position: absolute;
				top: -13px;
				left: 172px;
			}
			
				.subNav {
					margin: 0;
					padding: 0;
					list-style-type: none;
				}
				
					.subNav li {
						margin: 0;
						padding: 0;
					}
					
					.subNav li a {
						text-decoration: none;
						display: block;
						padding: 3px 20px;
						padding-top: 4px;
						font-weight: bold;
						width: 133px;
						height: 18px;
						text-align: right;
						color: #fff;
						background: #5ebbcb url("../images/bg_sub_nav_item.gif") no-repeat top left;
					}
					
					.subNav li a:hover {
						background: #3298a9 url("../images/bg_sub_nav_item.gif") no-repeat top right;
					}
					
/* secured nav */

.secureNavigation {
	margin-bottom: 18px;
}

.secureNavigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

	.secureNavigation li {
		margin: 0;
		padding: 0;
		float: left;
	}
	
	#sn_username {
		color: #000;
		width: 316px;
		padding-left: 18px;
		height: 25px;
		padding-top: 10px;
		background: url("../images/bg_logged_in.gif") no-repeat top left;
	}
	
		#sn_username span {
			color: #97be0d;
			font-weight: bold;
		}
	
	.secureNavigation .btn {
		height: 35px;
	}
	
		#sn_document_tree .btn {
			width: 85px;
		}
		
		#sn_who_to_contact .btn {
			width: 90px;
		}
		
		#sn_training_register .btn {
			width: 91px;
		}
		
		#sn_adviser_notes .btn {
			width: 80px;
		}
		
	.secureNavigation .btn.current img,	
	.secureNavigation .btn:hover img {
		top: -36px;
	}