	#nav
	{
		position:relative;
		list-style-type: none;
		margin:0;
		padding: 0px;
		width: 98%;
	}
	
	#nav li ul
	{
		list-style-type:none;
		margin:0px;
		padding-left:14px;
		width:91%;
	}
	
	#nav li ul li ul
	{
		width:90%;
	}
	
	#nav li a{
		background: white url(../_Media/menu_background2.png) repeat-x bottom left;
		font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
		text-align: left;
		color: white !important;
		display: block;
		width: auto;
		padding: 3px 0;
		padding-left: 5px;
		text-decoration: none;
	}
	
	#nav li ul li a
	{
		background: white url(../_Media/menu_background3.png) repeat-x bottom left;
		padding-left: 10px;
	}
	

	#nav li a:hover {
		background: white url(../_Media/menu_background.png) repeat-x bottom left;	
	}
	
	#nav li ul li a:hover
	{
		background: white url(../_Media/menu_background2.png) repeat-x bottom left;
	}
	
	.inet_gray  {
     font-family: Arial;
	 font-size:14px;
	 font-weight:bold;
	color: #666666; }
	
