/*NUEVO MENU*/
		.nav{
			position:absolute;
			width:700px;
			/*height:300px;*/
			left: 5px;
			/*bottom:0px;*/
			background:url(images/navbg.jpg) repeat-x;
			z-index:0;
			cursor:pointer
		}
		.nav li{
			display:inline;
			float:left;
			width:114px;
			height:50px;
			text-align:center; text-decoration:none; color:#ffffff; line-height:50px; position:relative;
		}
			
		.nav a{display:inline; float:left;
			width:114px;
			height:50px;
			text-align:center; text-decoration:none; color:#ffffff; line-height:50px; font-family:Helvetica,sans-serif;
			font-size:12px;
			font-weight:bold;
			font-family:Helvetica, sans-serif
		}
			
		.nav a:hover,
		.nav a.hover{ text-decoration:none;
			background:url(images/ahoverbg.jpg) no-repeat; color:#02408D; }
		
		.nav li ul{ 
			width:200px; 
			/*background:#6C8C07; */
			background-color:#333333;
			height:auto; 
			overflow:hidden; 
			filter:alpha(opacity=90); 
			-moz-opacity:0.9; 
			-khtml-opacity: 0.9; 
			opacity: 0.9; 
			margin:0px 0 0 10px; 
			position:absolute; 
			left:0; 
			position:absolute; 
			top:50px;
		}
		.nav li ul li a,.nav li ul li{ width:200px; height:23px; line-height:23px;}
		.nav li ul li a{ 
			background:url(images/jt.gif) 12px 8px no-repeat; 
			padding-left:10px; 
			text-align:left; 
			/*border-top:#6C8C07 solid 1px; 
			border-bottom:#6C8C07 solid 1px;*/
			border-top:#333333 solid 1px; 
			border-bottom:#333333 solid 1px;
			font-weight:100
		}
		.nav li ul li a:hover{ background:url(images/jt.gif) #53785F 12px 8px no-repeat; border-top:#ACBC8B solid 1px; border-bottom:#ACBC8B solid 1px; color:#ffffff;}