/* Menu Top
----------------------------------*/
#menu_top
{
	position: absolute;
	top: 119px;
	left: -9999px;
	text-align: center;
	z-index: 20;
}

#menu_ags
{
	width: auto;
	_width: 680px;
	*width: 680px;
	margin: 0px auto;
}

#menu_ags li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 14px Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

	#menu_ags li a,
	#menu_ags li a:hover,
	#menu_ags li span
	{	
		display: block;
		_float: left;
		margin: 0px 5px;
		height: 40px;
		min-width: 114px;
		/* width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 114 ? "114px" : "auto"); */
		_width: 114px;
		color: #999999;
		font: 16px Tahoma, Geneva, sans-serif;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		border: 0px solid #1a1a1a;
	}
	
	html:first-child #menu_ags li a,
	html:first-child #menu_ags li a:hover,
	html:first-child #menu_ags li span
	{	
		width: 114px;
	}
	
	#menu_ags li a
	{
		color: #3399ff;
	}
	
	#menu_ags li a:hover
	{
		background: url(../img/lighting_menu.png) bottom center no-repeat;
	}
	
	
/* Menu Left
----------------------------------*/
#menu_left
{	
	position: relative; 
	top: 60px; 
	text-align: right; 
	float: right; 
	width: 100%;	
}
	
	#menu_left ul
	{
		width: 100%;
		margin: 0 0 40px 0;
		padding: 0 0 0 0;
		list-style: none;	
	}
	
	#menu_left li a,
	#menu_left li a:hover,
	#menu_left a.temp_current,
	#menu_left a.current_ml
	{
		display: block;
		margin-top: 3px;		
		padding-right: 25px;
		height: 34px;		
		color: #999999;
		font: 14px Tahoma, Geneva, sans-serif;
		line-height: 34px;
		text-decoration: none;		
	}
	
	#menu_left li a
	{
		color: #3399ff;
	}
	
	#menu_left li a:hover,
	#menu_left a.current_ml
	{
		background: url(../img/lighting_menu_left.png) top right no-repeat;
	}
	
	#menu_left a.current_ml
	{
		cursor: text;
	}
	
