/* CSS Document */
/*Stylesheet Nav*/

			div#nav {
				background-image: url(../images/nav_bg.jpg);
				border: solid 0px orange;
				background-repeat: repeat-x;
				height: 24px;
				margin: 0px;
				padding: 0px;
				}

			 div#nav ul {
				margin: 0px auto 0px auto;
				vertical-align: top;
				}

			 div#nav ul, div#nav ul li { 
			 	color: #ffffff;
			 	float: left; 
			 	display: block;
				list-style: none;
				margin: 0px;
				padding: 2px 0px 0px 11px;
				font-size: 12px;
					font-weight:500;
				}


/* GLOBAL NAV ROLLOVERS */
				
				.nav_off a:link { 
					display: block;
					color: #ffffff;
					text-decoration: none;
					font-size: 12px;
					font-weight:500;
					}

				.nav_off a:active { 
					display: block;
					color: #ffffff;
					text-decoration: none;
					font-size: 12px;
					font-weight:500;
					}

				.nav_off a:visited { 
					display: block;
					color: #ffffff;
					text-decoration: none;
					font-size: 12px;
					font-weight:500;
					}
					
				.nav_off a:hover { 
					display: block; 
					text-decoration: none;
					color: #ffcc66;
					font-size: 12px;
					font-weight:500;
					}				


					
/* GLOBAL NAV ROLLOVERS ON STATE */
				.nav_on a:link { 
					display: block;
					color: #ffcc66;
					text-decoration: none;
					font-size: 12px;
					font-weight:500;
					}

				.nav_on a:active { 
					display: block;
					color: #ffcc66;
					text-decoration: none;
					font-size: 12px;
					font-weight:500;
					}

				.nav_on a:visited { 
					display: block;
					color: #ffcc66;
					text-decoration: none;
					font-size: 12px;
					font-weight:500;
					}
					
				.nav_on a:hover { 
					display: block; 
					text-decoration: none;
					color: #ffcc66;
					font-size: 12px;
					font-weight:500;
					}				
