#nav_bar {
		
	float: left;
	
	height: 270px;
	
	/*border-bottom: dotted black 1px;*/
	
}

#nav_ul {
	
	margin-left: 5px;
	
	padding: 0px;
				
}

#nav_ul li {

	list-style-type: none;
		
	overflow: hidden;	
		
	background-image: url(../resources/global/navbar_bg.png);
	
}

#nav_ul li a {

	width: 200px;
	
	height: 50px;
	
	line-height: 50px;
	
	float: left;
	
	text-decoration: none;
	
	text-align: center;
	
	color: black;

}

#nav_ul li a.current {

	color: white;

}


#nav_l1 { background-position: 0px 0px; }
#nav_l2 { background-position: 0px 100px; }
#nav_l3 { background-position: 0px -100px; }
#nav_l4 { background-position: 0px -150px; }
#nav_l5 { background-position: 0px -200px; }

#nav_l1:hover { background-position: -200px 0px; }
#nav_l2:hover { background-position: -200px -50px; }
#nav_l3:hover { background-position: -200px -100px;}
#nav_l4:hover { background-position: -200px -150px; }
#nav_l5:hover { background-position: -200px -200px; }

#nav_l1:active { background-position: -400px -0px; }
#nav_l2:active { background-position: -400px -50px; }
#nav_l3:active { background-position: -400px -100px; }
#nav_l4:active { background-position: -400px -150px; }
#nav_l5:active { background-position: -400px -200px; }

#nav_l1.current { background-position: -600px -0px; }
#nav_l2.current { background-position: -600px -50px; }
#nav_l3.current { background-position: -600px -100px; }
#nav_l4.current { background-position: -600px -150px; }
#nav_l5.current { background-position: -600px -200px; }


/* xxxxxxxxxxxxxx    Sub - Nav Menu      xxxxxxxxxxxxxxx */



.sub_nav_bar {
		
	float: left;
	
	width: 200px;
	
	height: 100%;
	
	border-bottom: dotted black 1px;
	
	margin-left: 5px;

}


.sub_nav_bar ul {
	
	list-style-type: none;
	
	margin: 0px 0px 10px 0px;
		
	padding: 0px;
				
	font-family: "Century Gothic", Verdana, Arial;
	
	color: gray;
								
}


.sub_nav_bar ul li a {

	text-decoration: none;
		
}

.nav_level1 {

	font-size: 14pt;
	
	margin: 20px 0px 20px 0px;
					
	text-align: center;
	
	border-bottom: dotted 1px black;
			
	color: black;
	
}


.nav_level2 {
		
	margin-top: 5px;
		
	font-size: 12pt;
	
	text-align: center;

}


.sub_nav_bar ul li a:hover {

	color: red;
	
}

.sub_nav_bar li a.current {

	color: red;

}

#nav_bottom {

	float: left;
	
	width: 200px;
	
	height: 200px;
	
}

