/* CSS Document */
			
			
			body {
				behavior: url(/styles/csshover.htc);
			}

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

			.nav a {
				padding:7px 20px 7px 20px;
				float:left;
				margin:0px;
				font-family:Georgia, "Times New Roman", Times, serif;
				/*color:#848484; */
				color:#555;
				font-size:.9em;
				font-weight:bold;
				text-decoration:underline;
				}
				
			.nav a:hover {
				color:#000000;
				}
				
			.nav a:hover {
				background-image:url(../images/menuBg_over.jpg);
				}
			
			.nav ul li ul li a {
				font-family:Arial, Helvetica, sans-serif;
				font-weight:normal;
				font-size:.9em;
				padding:5px 5px;
				width:130px;
				background-color:#eeeeee;
				font-weight:bold;
				display:block;
				}

			.nav ul li ul li a:hover {
				background-color:#fff;
				color:#535353;
				text-decoration: none;
				background-image:none;
				}
			
			.nav ul li{
			    float: left;
			    position: relative;
			}
			
			.nav ul ul li:hover ul li, .nav ul li:hover ul li {
				clear:both;
				}
			
			
			.nav ul ul, .nav li:hover ul ul {
			    list-style: none;
			    display:none;
				padding:0px;
				margin:0px;
				border:1px solid #ccc;
				margin-bottom:-5px;
			}
			
			.nav li:hover ul, .nav li:hover li:hover ul { 
				display:block;
			    position: absolute;
				left:0px;
				margin-left:-1px;
				font-size:1em;
				font-family:Arial, Helvetica, sans-serif;
				top:29px;
				}

			 #tri { 
				margin-left:140px;
				margin-top:-30px;
				}

			 #oth { 
				} 