#nav {
	position: absolute;
	top: 134px; left: 5px;
	z-index: 100;
}
	
		
		
		#nav a {
			text-decoration: none;
		}
		
		#nav dt:hover, #nav a:hover, #nav a.active {
		color: #78B000;
		cursor: pointer;
		/*background: transparent url(img/nav-tab.png) no-repeat 50% 100%;*/
}
		




ul.nice-menu, ul.nice-menu ul {
	z-index:2000;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

ul.nice-menu-down {
float:right;
}

	  #block-nice_menus-1 {
		height: 26px;
		line-height:26px;
		background: #cc3300;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		margin-bottom: 0 !important;		
		}


		#nice-menu-1 li {}
		#nice-menu-1 li a {}
		#nice-menu-1 li:hover a { }


	#block-nice_menus-2 {
		height: 29px;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 368px;
		margin-bottom: 0 !important;
		}
		
		#block-nice_menus-2 a { line-height: 29px; }


/* second level */
#nice-menu-1 ul {
	
}

#nice-menu-1 ul li {
	
}

#nice-menu-1 ul li:last-child { border: 0;}

#nice-menu-1 ul li a {	}
#nice-menu-1 ul li a:hover {}


/* new nav */
			#menutray {
				width: 650px;
				padding-top: 40px;
				position:relative;
				overflow:hidden;
				}
				
			#menutray a {
				text-decoration:none;
				
			}
				
			#menutray p, #menutray dt, #menutray dd {
				font-family: helvetica, arial, sans-serif;
				font-size:13px;
				}
				
			#menutray-top {
				background:transparent url(img/menutray-top.gif) no-repeat 0 0;
				height:51px;
			}
			
			.menu-lvl1 {
				display: block;
				position: absolute;
				top: 0; left: 0;
				margin:0;
				}
				
					.menu-lvl1 dt {
						display: block;
						width:97px; height: 61px;
						position: absolute;
						z-index:100;
						top:0;
						
					}
					
						#tab1 {left:10px;}
						#tab2 {left:108px;}
						#tab3 {left:215px;}
						#tab4 {left:337px;}
						#tab5 {left:444px;}
						#tab6 {left:543px;}
						
					
						.menu-lvl1 dt a {
							width:97px; height: 61px;
							line-height:61px;
							display:block;
							text-align: center;
							color: #333;
							}
						
						.menu-lvl1 dt.active a {
							background:transparent url(img/menutray-tab.gif) no-repeat 0 0;
							color: #78B000;
							cursor: pointer;
						}
						
					
					.menu-lvl1 dd {
						position: absolute;
						top: 66px; left:20px;
						z-index:200;
						width: 600px;
						padding: 0;
						margin:0;
						color: #8c8c8c;
						overflow:hidden;
						text-indent:-999em;
					}
					
					.menu-lvl1 dd.active {text-indent:0;}
					
			
			.menu-lvl2 {
				display:block;
				background: transparent url(img/menutray-mid.gif) repeat-y 0 0;
				margin:0;
				overflow: auto;
				padding:.5em 2em 0;
			}
			
			.menu-lvl2 dd, dl.menu-lvl2 dt {
				float:left;
			}
			
			.menu-lvl2 dt {
				margin: 0 2em .5em 0;
				width: 120px;
			}
			
			.menu-lvl2 a { color: #78B000; }
			
			.menu-lvl2 dd {
				margin:0 0 .5em 0;
				width: 420px;
				color:#585858;
			}
			
			
			
			#menutray-btm {
				width:650px; height:9px;
				background:transparent url(img/menutray-btm.gif) no-repeat 0 0;
			}
			
			.hideMe {display:none;}